NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Parallel Model: Serial number and reporting ?

I am using TesStand 3.1 with parallel model.

I read the serial numbers of the uuts via can. How can i display the read serial number in the start panel where i normally have to enter it manually ? Can i assign the serial number in the ProcessSteup before the start panel is generated ? Or can i refresh the serial number display on the run ?


Thnakas for help
0 Kudos
Message 1 of 2
(3,049 Views)
Hello simthom:

There is a Sequence File Callback that is called "PreUUT". It is called before testing the unit under test. By default, it calls the dialog that you can enter the serial number and choose if you can continue or stop testing. You might want to modify this callback, for example, have it to automatically retrieve the serial number through CAN; then create a dialog that displays the serial number received.

I hope this helps.
0 Kudos
Message 2 of 2
(3,021 Views)