02-03-2016 06:27 PM
Hi all,
I'd like to create an auto rotating string indicator such as the LV News indicator you see when you open LV.
See below image:
02-03-2016 07:24 PM
02-03-2016 07:26 PM
02-03-2016 09:00 PM
I think Mike is talking about something like the image below. I loaded a string indicator with separate lines of text, made it transparent then sandwiched the indicator between two "flat box" decorations. Then I used a position proerty node to move the indicator up. Goes to show, you can do just about anything in LabVIEW. Some solutions are just more complicated than others.
02-03-2016 09:07 PM
You can do a lot in LV.
I'm looking for a robust solution I can simply feed an array of strings into.
I guess it's like a neon sign which can rotate text within a confined area and I'm surprised controls indicators like this aren't built into LV.
02-03-2016 10:19 PM
You could also use an array of boolean LEDs and make a scoreboard. 😉
02-04-2016 02:06 AM
@battler. wrote:
I'm surprised controls indicators like this aren't built into LV.
Why are you surprised? This isn't exactly standard behavior, so why should NI spend time on creating something like this, particularly when doing it yourself is really easy?
If memory serves, the method of changing the indicator position, already suggested in this thread, is the one actually used by the RSS ticker (although I would probably put it in a cluster rather than between decorations, but that's an implementation detail). If you want it in more than one location or to be really easy to use, you could use an XControl, but be aware that this will require running a parallel process which will handle the motion.