06-03-2014 05:58 AM
How do you initialize scrolling of text to be displayed at the bottom of a screen?
06-03-2014 06:07 AM
What do you mean scrolling of text at bottom? Do you mean in a string indicator? Or like a HTML scrolling text?
06-03-2014 06:49 AM
I mean how do you make a line of text move at the bottom a display screen? For example "welcome to this centre"
06-03-2014 06:49 AM
I mean how do you make a line of text move at the bottom of a display screen? For example "welcome to this centre"
06-03-2014 07:00 AM
You mean something like this?
06-03-2014 07:23 PM
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.
06-03-2014 07:38 PM
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.
06-03-2014 10:17 PM