NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Using TestStand API and Labview

For Teststand, using labview, I found a VI that will list all steps in top-level sequence and let me skip a step during runtime.

I am trying to do the samething for steps in sequence calls in my top-level sequence.

So if I have two steps in my top-level that are sequence calls and each sub-sequence has three steps, I want a list of all sub-sequence steps and top-level steps and the ability to skip anyone of them.


And, is there any good books or pdf's on using TestStands API and/or TestStand User Interface Controls? And I am talking about "TestStand User Interface for Dummies" kind of book.
0 Kudos
Message 1 of 5
(4,391 Views)
Please see the following link for the TestStand API Reference Poster:
http://digital.ni.com/manuals.nsf/websearch/8DFE0A6B2BB2390386256D43005725F4

Thank you

Nandini Subramaniam
NI
0 Kudos
Message 2 of 5
(4,379 Views)
I saw that TestStand API poster. It help a little. It didn't tell me how to get the name of steps in a sequences called by my main sequence.

It is almost like I want to convert the step reference in my main sequence to a sequence reference, and then use "GetStep" and "Name" porperties to get the names of the steps in my sub-sequence. But it doesn't work.
0 Kudos
Message 3 of 5
(4,377 Views)
TestStand API Resources Select Help»TestStand Help and select TestStand API Reference Help on the Contents tab of the TestStand Help for more information about the TestStand API. The TestStand API Reference Help includes information about the following: - TestStand API overview - Writing an application - API-specific help The TestStand API Reference Help is a valuable resource for learning more about the TestStand API and for information about specific properties and methods. There are many overviews available for discussing the high-level principles when working with ActiveX servers. The TestStand API Reference Help also includes a searchable index that contains detailed descriptions of all the methods and properties in the TestStand API. The Writing an Application with the TestStand Engine API section is useful for understanding the use of the TestStand API in the operator interfaces. Select Help»TestStand Help and browse to TestStand API Reference Help on the Contents tab to open the TestStand API Reference Help. Available TestStand API Resources: In the TestStand API, many objects reference other types of objects. From an object of one class, you can get an object of another class. For example, you can get a reference to the Engine, Thread, Execution, and Report objects from the SequenceContext object. In another example, a UIMessage object references an Execution object, and an Execution object references a SequenceFile object. Thank you Nandini Subramaniam NI
0 Kudos
Message 4 of 5
(4,356 Views)

Whether this Teststand Api is used to assign thread and could able to see the sequence of execution .

Can used to change the sequence of execution in Labview..

0 Kudos
Message 5 of 5
(3,598 Views)