LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How could i get the Sequence Context Reference in a LabVIEW-VI that was called by TestStand?

Hy 2 @ll,

I call a LabViewVI from a Sequence of TestStand.
From this VI 4 hierarchy-layers deeper i need the Sequence Context of the Sequence.
Is it possible to get it without passing through all this VIs?

Thanx for help

Bernd

0 Kudos
Message 1 of 2
(2,714 Views)
Hi Bear-nd,
 
you pass the Sequence Context from TS to the VI your calling in the LV Step.
As a Result you will have the SC as a Input in your Main VI and only there. So it will be necessary to pass the SC Reference to the SubVIs.
 
A alternative solution would be the Global Variable, which can contain a Reference. You can wire the SC Referenz to this Global Variable and you can use this GV in every VI.
Feel free to ask, if there are further Questions.
 
Regards,
Stefan Henke
NIG
0 Kudos
Message 2 of 2
(2,687 Views)