12-18-2015 04:31 AM
Hi,
I need to apply the blinking property node in a global variable. I open a VI reference to global variable and I can modify any property of booleans indicator, but when I try to activate the blinking property node, does not work.
Anyone know how I can do this?
Thanks
Bye
12-18-2015 05:24 AM
Can you share your code? What you're asking for doesn't really make any sense as the global variable is just that a variable...it's a way of storing data in memory. It isn't a user interface control and you wouldn't show/display the front panel of the global variable VI anywhere - you would write the value to an indicator on a VI and then make that blink.