04-04-2024 06:56 PM
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?
04-04-2024 11:33 PM
Where are you storing the Object reference within that async seqeunce?
Local or FileGlocal?
04-05-2024 08:51 AM
In file globals
04-05-2024 10:07 AM
Make sure you don't share the FileGlobals
04-05-2024 10:24 AM
Where do you access to that menu? I couldn't find it (I'm using teststand 2020)
04-05-2024 10:32 AM
I have setted as you mentioned