08-03-2012 08:48 AM - edited 08-03-2012 08:50 AM
Hello,
I want to test a sequence automatically x times. I have a labview.vi that count the uut serial number up so I don't need to set every time the number by myself. But after every sequence/uut I have to check the UUT Result popup to run the next sequence/uut.
Is it possible to deactivate this popup that the next uut can run automatically if the last finished?
I use Teststand 2010.
Solved! Go to Solution.
08-03-2012 12:27 PM
You can use the PostUUT/PreUUT Callbacks.
08-06-2012 12:52 AM
It works, thanks.