NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

How to enter Batch serial number from scanner

Solved!
Go to solution

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..

 

 

0 Kudos
Message 1 of 7
(3,654 Views)

Modify PreUUT to scan data instead of Waiting for user .

----------------------------------------------------------------------------------------------------------------
Palanivel Thiruvenkadam | பழனிவேல் திருவெங்கடம்
LabVIEW™ Champion |Certified LabVIEW™ Architect |Certified TestStand Developer

Kidlin's Law -If you can write the problem down clearly then the matter is half solved.
-----------------------------------------------------------------------------------------------------------------
0 Kudos
Message 2 of 7
(3,648 Views)

Thank you for advice.

 

Can You show me where and how can I change this?

0 Kudos
Message 3 of 7
(3,638 Views)
Solution
Accepted by topic author Skoda3

Sorry its not PreUUT its PreBatch, In TestStand Model Sequence-> Batch Model, Modify the main Stepgroup for Scanning instead of Dialog box.

----------------------------------------------------------------------------------------------------------------
Palanivel Thiruvenkadam | பழனிவேல் திருவெங்கடம்
LabVIEW™ Champion |Certified LabVIEW™ Architect |Certified TestStand Developer

Kidlin's Law -If you can write the problem down clearly then the matter is half solved.
-----------------------------------------------------------------------------------------------------------------
0 Kudos
Message 4 of 7
(3,635 Views)
Solution
Accepted by topic author Skoda3

batchModel.PNG

----------------------------------------------------------------------------------------------------------------
Palanivel Thiruvenkadam | பழனிவேல் திருவெங்கடம்
LabVIEW™ Champion |Certified LabVIEW™ Architect |Certified TestStand Developer

Kidlin's Law -If you can write the problem down clearly then the matter is half solved.
-----------------------------------------------------------------------------------------------------------------
Message 5 of 7
(3,634 Views)

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?

0 Kudos
Message 6 of 7
(3,609 Views)
Solution
Accepted by topic author Skoda3

Based on the error condition decide whether to continue testing or not?

Feed the Value to Parameteres.ModelData.ContinueTesting

 

BatchModelContinue.PNG

----------------------------------------------------------------------------------------------------------------
Palanivel Thiruvenkadam | பழனிவேல் திருவெங்கடம்
LabVIEW™ Champion |Certified LabVIEW™ Architect |Certified TestStand Developer

Kidlin's Law -If you can write the problem down clearly then the matter is half solved.
-----------------------------------------------------------------------------------------------------------------
0 Kudos
Message 7 of 7
(3,602 Views)