LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I delay the t0 of a waveform based on user input without affecting the start of another waveform in the while loop?

Solved!
Go to solution

I would like the waveform generated with the waveform builder to wait until the user presses a button to start. I have tried implementing this with a case structure, but have not succeeded. The problem is that I do not know what to make the case output for when the user has not yet pressed the button.

0 Kudos
Message 1 of 2
(2,091 Views)
Solution
Accepted by topic author westerman111

Consider using event structure instead of case structure. So move the waveform builder into the event structure, so that it will be executed when an event like mouse click happens. http://zone.ni.com/reference/en-XX/help/371361J-01/glang/event_structure/

National Instruments
Applications Engineer
0 Kudos
Message 2 of 2
(2,068 Views)