NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

TestStand State Machine

I am looking for an example sequence that shows a state machine design pattern in TestStand 3.1.  Does anyone know if such an example exists?
 
Stephen
 
0 Kudos
Message 1 of 2
(3,467 Views)
Hello Stephen,

I have not run across a state machine example for TestStand, but you could easily implement a state machine with a Select statement nested inside of a While loop.  Each case of the select statement would represent a different state.  I hope this helps.
Best Regards,
Software Engineer
Jett R
0 Kudos
Message 2 of 2
(3,442 Views)