I need to create a vi which updates a waveform chart every time the value of the slide changes. On the front panel, there is just a waveform chart, a vertical pointer slide and stop button. I used an event structure inside a while loop with a wired a 10 (or I want 10 milliseconds) into the small blue hourglass on the top left corner. There is a Pseudo Code given:
While stop button is not pressed
Check value of stop button
Check value of “Slide” control
Event: Slide ‘Value Change’
Display the current value of “Slide” control on a waveform chart
End Event
End While
I need help with the block diagram and what it should look like. Any help is appreciated. Thanks.