06-08-2018 04:22 AM
I have a batch process model with 4 test sockets.
If I press Run UUTs, batch info dialog appears and I have to enter batch serial number and serial number of sockets by hand.
How can I change the model so that (for example) I scan Batch serial number of my panel with 4 pcb units on it and test starts automatically? (no typing serials by hand). Also when I scan batch serial number I know (from my work order) witch pcb serials are on panel..
Solved! Go to Solution.
06-08-2018 05:00 AM
Modify PreUUT to scan data instead of Waiting for user .
06-08-2018 05:16 AM
Thank you for advice.
Can You show me where and how can I change this?
06-08-2018 05:26 AM
Sorry its not PreUUT its PreBatch, In TestStand Model Sequence-> Batch Model, Modify the main Stepgroup for Scanning instead of Dialog box.
06-08-2018 05:28 AM
06-11-2018 02:26 AM
Thank You!
Another question maybe this should be a new subject...
I want to do some setup stuff before MainSequence in Batch model starts...If some error accurs in PorcessSetup I want to exit the program.
How can i realize it?
06-11-2018 03:25 AM
Based on the error condition decide whether to continue testing or not?
Feed the Value to Parameteres.ModelData.ContinueTesting