NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Passing Parameters to Multiple UUTs

Hi,

I would like to know if it is possible to pass Parameters or Locals to the next UUT. I observe that every time I enter a new UUT Serial number that all of my parameters from the previous UUT are cleared. I would like to start where I left off, so to speak. Can I turn off this feature, or is there away of doing this?

Thanks.
0 Kudos
Message 1 of 2
(2,816 Views)
Hi,

In the PreUUT sequence, you could store the UUT data to StationGlobals on the first iteration and then further iteration u can pull this back in again and skip the actual enter serial number steps.

Then in the ProcessCleanup sequence you can then tidy up by deleting the StationGlobals UUT entry.

Hope this helps
Regards
Ray farmer
Regards
Ray Farmer
0 Kudos
Message 2 of 2
(2,816 Views)