08-23-2018 07:06 AM
I have ParallelModel using 4 test sockets.
I get references and statuses of hardware in process setup and I want to pass this to the PreUUT and then to MainSequence.
I have to use separate file globals for each of the testsockets so I cannot use file globals for solving my problem.
I tried to save references and statuses calculated in processSetup into Parameters, but when program goes form processSetup to PreUUT I don't know how to access parameters from here. They just dissapear.
Thanks for answers
05-02-2019 07:18 AM
Have you tried using the StationGlobals as a temporary place to store the data?
What TestStand version are you using?