LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Using a case statement within sequence structure

I am using while loop like you suggested right now, but I haven't had a chance to see if it works yet. I think I know how to do this, but if it doesn't work then I will use your example of the state machine -- I understand what you are explaining. Thanks for the help.
Travis
0 Kudos
Message 11 of 12
(675 Views)
Thanks for the help. I have made this part of my program work as required, using a combination of 3 while loops, and then the how you recommended the time for a state machine. I have another question. Can I wire a condition (based on a thermistor measurment) inside a while loop and use it to stop the loop, or should this thermistor measurement be inside the loop? Also -- is it possible to utilize both the 'Stop if true' and the 'Continue if true' conditions in a while loop, and set a heiarchy for which to consider first, or do I need use a series of logic statements, and a single one of the conditions to accomplish the same thing.

Thanks for all the help,
Travis
0 Kudos
Message 12 of 12
(675 Views)