LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

shacked sequence

Solved!
Go to solution

hi there...

i have a simple question..

i have a stacked sequence. 5 frames...

frame 0....start to test device

frame 1....check reading

frame 2....verify reading, if good, frame 3, IF NOT...HOW DO I GO TO FRAME 0?

frame 3....record values

frame 4....output values...

 

I don't think I want to move toward state diagram at this time..can i still achieve what i want with the frames I have. i want to change the less code the better.

can someone give me some sugguestions...

 

 

 

 

 

 

 

Message Edited by krispiekream on 12-12-2008 06:39 PM
Best regards,
Krispiekream
Download All
0 Kudos
Message 1 of 4
(2,898 Views)
Solution
Accepted by topic author krispiekream
You really need a state machine.  If you refuse to make your life easier, then you need to create a sequence local and pass the boolean out of frame 2.  Use a case structure to not do frame 3 and 4.
0 Kudos
Message 2 of 4
(2,893 Views)

yeah..hahaha....i havent learn how to do state machine yet...

i just want the quickest and easiest way out so that i get this whole validation thing out of the way..

i can mess with more programming when QA is not sitting behind me..

thanks..i think your idea is what i was looking for...

 

Message Edited by krispiekream on 12-12-2008 07:07 PM
Best regards,
Krispiekream
0 Kudos
Message 3 of 4
(2,888 Views)
Message Edited by krispiekream on 12-12-2008 07:34 PM
Best regards,
Krispiekream
0 Kudos
Message 4 of 4
(2,877 Views)