08-18-2008 10:14 AM
Teststand 3.5 ,LabVIEW 8.0/CVI 8.0
I want to start the next UUT test execution after one step failure.
I can terminate the corrent execution using Teststand API, and select "Next UUT" to go on the next UUT test.
but I don't like the popup prompt(for select Next UUT or Terminate). How should I do ?
or , there is another way to reach it ?
thank you
Xuehui Sun
china shengzheng
08-18-2008 10:18 AM
please add attachment , if convenient
08-19-2008 04:12 AM
There are several ways to work around this.
hope this helps,
Norbert
08-19-2008 08:05 AM
Thank you, Norbert B
See my reply below:
There are several ways to work around this.
08-19-2008 04:01 PM
There is a built in option to do this.
Configure>>Station Options on the Execution tab. Immediately Goto Cleanup on Sequence Failure. Try enabling that option and see if it helps.
08-20-2008 02:14 AM
Thanks Josh W.
I am afraid you donn't understand my means clear.
When I enable "Immediately Goto Cleanup on Sequence Failure". when a step failure, the execution stop. this isn't what I want to see. I only to see the execution start the next UUT test after a step failure(stop the current UUT test).
if there is a difference in your computer?
thank you
08-20-2008 02:37 AM
Hm, on my PC it works out the way Josh suggested. In order to test multiple UUTs "in a row", you have of course have to use the "TestUUTs" entry point. Using the "SinglePass" will always test only a single UUT and then finish execution.
The only disadvantage of Josh's suggestion is that this setting is true for ALL tests on this station in the future (unless changed in the options again). This might be ok for you, maybe not....
Norbert