Hello all,
I have a VI that features 3 event structures that trigger on button presses of the front panel.
The events are:
Initialize Laser
Begin Test
Disconnect
I would like to be able to change my testing parameters and then execute the Begin Test section of the code, then change the parameters again and execute again, etc.
The problem is LabView is only executing the Begin Test section once. If I trigger the event by pressing the button it is added to the queue but it does not execute. However, if I trigger the Disconnect section it executes and THEN the Begin Test section will execute and be removed from the queue.
How do I get LabView to execute an event multiple times without needing all the events in the VI to be executed?