LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

How to execute a sequence step programmably using Teststnd API in CVI?

Hello,sorry to bother you,here I have a question:
How to execute a sequence step(or step by step)programmably using Teststnd API in CVI?I have devised a program to display all the steps of a sequence file in CVI,and the second is to execute each step controllably which I can't get start at this very step.TS_EngineNewExecution or other expression I am not able to confirm,studying the example code is a most effective way to learn about it,but I failed to seek for it all over the whole site,please show me an example code performing the task,thanks a lot!
Best regards,
Steven
0 Kudos
Message 1 of 3
(3,092 Views)
Done!I have found the useful sample,Tks all the same 🙂
0 Kudos
Message 2 of 3
(3,075 Views)
Hi Steven,

Take a look at our Operator Interfaces. National Instruments provides Operator Interface that is installed with TestStand. An operator interface is an application that provides a graphical user interface for executing sequences at a production station. We provide a full version and a simple version for the operator interface and also provide them in different ADE's like LabVIEW, CVI, C++, VB.NEt and C#.

So the Operator Interfaces (OI) basically executes your steps within your sequence, so that should be what you're looking for. The CVI OI is located at C:\Program Files\National Instruments\TestStand 3.1\OperatorInterfaces\NI\Full-Featured\CVI

I hope this helps.

SijinK
National Instruments
0 Kudos
Message 3 of 3
(3,071 Views)