NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

TS3 where is the check box sequence context?

In TS3, I just use today, I cannot find the check box Sequence context, and in my limit test, data = 0. I know that it is my first day with TS 3,
When I use Step.numericarray as a string for the new set property value.
0 Kudos
Message 1 of 3
(3,037 Views)
Now the parameters to your VI do not all have to be accessed through the sequence context. You can now pass variables directly into your VI using the connector. If you still wish to use the sequence context you should see a parameter list similar to the one in the attached file. Sequence context should be one of the parameters. You can pass it the ThisContext variable as shown in the attached file.
Message 2 of 3
(3,037 Views)
Hi,

John is correct. Using the new adapter, TestStand can read the connector pane of VIs that you create in LabVIEW 7.0. Therefore, if you simply want to pass the sequence context to the VI then just place the sequence context control on the front panel and wire it to the connector pane of the VI. Then when you specify the VI in TestStand you should see something similar to the picture that John attached.

If you are using LabVIEW 6.1, then you can configure the adapter to use the old templates (i.e. SequenceContext, etc.) whenever you create a VI via the Specify Module dialog. To do this, you need to select Configure>>Adapters, choose the LabVIEW adapter and click Configure. On the dialog that appears, under the Code Template Policy section sele
ct "Allow Only Legacy Templates". For more information on these settings, click Help on the LabVIEW Adpater Configuartion dialog.

Hope this helps!

Bob
0 Kudos
Message 3 of 3
(3,037 Views)