Hello, currently i´m playing with the
Teststand 3.5-example of the Operator-Interface in directory
C:\Programme\National Instruments\TestStand
3.5\OperatorInterfaces\NI\Simple\LabVIEW\ The vi works fine but now i´m trying to display variables from Testttand in the LV-operator interface. For example the variable StationGlobals.MyContainer.MyBoolVar
Normally i use the SequenceContext to do this but in the example there are only references to: - Aplication Manager - SequenceFileView Manager - ExecutionView Manager
The question is: How can i show on the OperatorInterface a bool-led which is the state of a StationGlobal in TestStand? Or: How can i create the sequencecontext in the LV-OI?