Hi,
I am writing a program to control an instrument through a serial communication port. The control and communication functions are integrated in a SubVI and they work fine.
In the front panel of the main VI, I want to add some indicators to display the status of those controls in real time, such as using some LEDs to show whether the program is running in some loops of the SubVI, or use some indicators to show some variables in the SubVI.
I tried using global variables, but I can't make them work in real time (or maybe I didn't do it right). The values of the global variables are actually changing on the fly, but the indicators on the front panel wouldn't reflect those changes until the program return
ed from the SubVI.
Is there a way to do this in Labview 6.0.2?
Your earlist help is very much appreciated.
Best regards,
Hua