NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Sequence context in TestStand 3.1

hi all

Why the sequence context is inserted only in "action" step
and not in the other steps?

what is prefered to use the "sequence context" or the new way of TS 3.1 ?

thanks in advance
Simon.I
0 Kudos
Message 1 of 2
(2,915 Views)
It sounds like you are talking about the LabVIEW adapter.

With the addition of the Flexible G Adapter in TestStand 3.0, the limitation of having a fixed connector pane no longer exists. This means that you can pass parameters into an arbitrary connector pane and use any VI directly with TestStand. With this addition, for passing parameters into tests, you can simply create the connector pane in LabVIEW without ever using the TestStand API.

You can still pass in the Sequence Context (by placing a Sequence Context control on your Front Panel, and linking it to the connector pane), but most applications do not require it. As for an Action step, there are many times where you want to use the Sequence Context to alter the state of TestStand in some way. Just like any other step type, the Sequence Context is an optional parameter.

All of these templates are defined with each step type. If you wish to have different templates for each step type (for example, a Pass/Fail step type which already has a Sequence Context defined), you can alter the template VIs used for each step type.

Hope this helps!

Allen P
NI
0 Kudos
Message 2 of 2
(2,911 Views)