NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

How to access to a specific sequences ran in parallel (new thread)

Hello

I have a sequence that I want to run as a clonable module (the equivalent in labview) due inside the sequence I generate a object reference and run a python script. The problem is that after that step i have another step where I call the other sequence but one of the parameters is the object reference created in the first step. So I would like to access to a specific sequence that I run in the first step to run the next script with my object reference. Any suggestion?

Alfredo_VM_0-1712274968966.png

 

0 Kudos
Message 1 of 6
(196 Views)

Where are you storing the Object reference within that async seqeunce? 

Local or FileGlocal?

0 Kudos
Message 2 of 6
(177 Views)

In file globals

0 Kudos
Message 3 of 6
(141 Views)

Make sure you don't share the FileGlobals

 

Oli_Wachno_0-1712329650682.png

 

0 Kudos
Message 4 of 6
(135 Views)

Where do you access to that menu? I couldn't find it (I'm using teststand 2020)

0 Kudos
Message 5 of 6
(125 Views)

Alfredo_VM_0-1712331097060.png

I have setted as you mentioned

0 Kudos
Message 6 of 6
(119 Views)