I am getting a set of 35 input parameters through a DAQ card. These need to be used to run several acceptance tests, as well as being displayed in a few different windows (ie: running dual displays). My problem is that because I need to update each display, with the new incoming data from the DAQ card, in a while loop, they flash between one and the other continuously.
This problem doesnt occur if I open the subVIs containing each running front panel before running the entire program. In this case, I can select any window and everything is fine. However, I need to be able to open and close front panels of VIs while the system is running by pressing different buttons.
I was wondering if there were any wa
y to open up a VI's front panel when pressing a button without using the "show front panel when called" option?
Thanks