NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Batch serial number in TestStand Batch Model

Solved!
Go to solution

Hello, I want to have Batch Model, after entering the Batch SN and the test sockets SN , execute the main sequence  for the UUT , then create a folder with the batch no and insert the Test Socket SN under that folder .

 

The process should repeat for the remaining UUTs SN one at a time inserting SN folders under the Batch SN folder at each completion.

 

I have a LV vi routine that takes care of the creation of the folders by looking for SN Global variables I assign from the Pre-UUT callback parameters.

 

Problem is Batch SN does not propagate to main sequence  and main sequence only  executes once for the first UUT SN, seems only first test socket executes.

 

How can I setup this correctly?

 

TIA

0 Kudos
Message 1 of 2
(4,248 Views)
Solution
Accepted by topic author WDLV
You can use a Station Global for this.  Modify the Write the Batch SN to a Station Global, then you can access it from any other sequence that you wish. 

Mark E.
National Instruments

0 Kudos
Message 2 of 2
(4,223 Views)