Hi,
I am using TestStand 2016(32 bit) - LabVIEW 2016(32 Bit) - Windows 7 Enterprise
I am trying to get the runtime properties of TestStand Sequence File which is already Executing. I am trying to get the reference of the sequence file from LabVIEW. So I am using GetEngine property with TestStand UI Application Manager reference. From GetEngine reference I am getting the Sequence file reference by giving the Sequence file path. With this property node, I am able to access Sequence name, Step Name, Number of Sequences etc.. But When I am trying to display, Is Sequence File Executing? its showing 'False' but actually my sequence file is executing. Also for some runtime property like 'Number of Sequences Executed' it showing the wrong result in my VI Front panel.
What I am thinking is when I try to get the TS Engine reference from LabVIEW(which is already running) it getting a new instance of reference, not the already running reference.
If I am launching the VI from TestStand itself by Dynamic Launch VI and passing the ThisContext reference to Connector Pane of the VI, I can use the Runtime Properties Like 'IsExecuting?'. Is there any way to get the Run Time properties of TestStand Sequence File from LabVIEW without launching the VI from TestSTand?