LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

case structure help

State machine would eb a first choice.

If you want user interaction (pushing buttons and changing state), then you may need to include an Event Structure which would also affect the selection of the next state.

R

0 Kudos
Message 11 of 14
(639 Views)
Thanks i'll check it out
 
M
0 Kudos
Message 12 of 14
(634 Views)
You can find templates of both if you select in the File menu> New > Frameworks > Producer / Consumer Design Pattern (Events)
or State Machine.
 
Also, there are example under Help Menu > Find Examples
 
R
0 Kudos
Message 13 of 14
(625 Views)
This is great advice, thanks for pointing me in this direction
 
M
0 Kudos
Message 14 of 14
(623 Views)