LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Initialize scrolling of text at the bottom of a screen?

How do you initialize scrolling of text to be displayed at the bottom of a screen?

0 Kudos
Message 1 of 8
(3,344 Views)

What do you mean scrolling of text at bottom? Do you mean in a string indicator? Or like a HTML scrolling text?

-----

The best solution is the one you find it by yourself
0 Kudos
Message 2 of 8
(3,339 Views)

I mean how do you make a line of text move at the bottom a display screen? For example "welcome to this centre" 

0 Kudos
Message 3 of 8
(3,326 Views)

I mean how do you make a line of text move at the bottom of a display screen? For example "welcome to this centre" 

0 Kudos
Message 4 of 8
(3,325 Views)

You mean something like this?

 

ScrollText.png

-----

The best solution is the one you find it by yourself
0 Kudos
Message 5 of 8
(3,318 Views)

Not exactly. The text is in a text file. The VI reads from file. The read data and an array of string constant (-) of length 185(length of the screen) is concatinated and this string is made to scroll. Once the end of screen is reached, it scrolls again.

 

Hope my explanation is understandable.

 

 

 

0 Kudos
Message 6 of 8
(3,291 Views)

This is about the simplest version you can get. It does require work with the spacing etc and isnt the cleanest scrolling but it should do what you want it to.

0 Kudos
Message 7 of 8
(3,280 Views)
Hmmm... Strikes me this would be a perfect candidate for being turned into an XControl.

Mike...

Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
0 Kudos
Message 8 of 8
(3,266 Views)