08-07-2006 11:05 PM
08-08-2006 08:27 AM
Each state of the state machine is executed after another state, parallellisme is only possible when you have more statemachines,
But you can flexible arder all the states in any order from inside. keep looping in one or jum to another state.
I have the feeling that you better can write each test in a separate vi and then call these vi's in the correct order by wiring error in/error out.
If you need two tasks to perform parallell wire the same error out to their error ins and afterwards use merge error.vi to switch to a single task line again.
08-09-2006 07:08 AM
i have different VI's for each test case.
Do you mean to say using Stacked sequential structure ,each VI (Test Case) i need to execute and the error out of 1st test VI will decide the next sequence structure to run or not?
If i am using state machine how do i change state after each test case? is that going to increment automatically? while testing i found that when you run the state machine, which ever in the default drop-down will be executing and it wont increment or change the state automatically.
pls help
08-09-2006 08:35 AM