04-24-2013 09:41 AM
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.
Solved! Go to Solution.
04-25-2013 10:32 AM
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/