11-08-2007 01:41 PM
11-08-2007 08:19 PM
11-09-2007 06:24 AM
11-09-2007 06:33 AM
11-09-2007 06:46 AM
11-09-2007 06:57 AM
In order to stop sooner, you should really redesign your program and get rid of the sequence structure. A sequence structure always runs through all of the frames in the sequence. Using a sequence is not a very good way to program with LabVIEW anyway and there is seldom any reason to use one. Instead, use a state machine (look in the shipping examples). In each state, you can check to see if the stop button has been pressed and either go to the next state or go to a cleanup state and quit.
A table is a 2D string array. With a shift register, you can update the table after each state completes.
11-12-2007 02:39 PM
Where is the shipping state machine example located or can you reply with it attached? Thanks for your response.
Steve
11-12-2007 02:52 PM