LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

progrgamming a call to a teststand sequence and wondering if it is working

I have developed a simple VI which calls a testand sequence and returns.  I am wondering if this is the correct way to do this or do I have to do more.  If there are any suggestions. please let me know.  I also need to know how woould such an app be built that includes both labview and testand in this manner.  Can this whole thing be compiled and installed as a single app or do both the labview app and testand sw have to be individually installed?

 

 

0 Kudos
Message 1 of 4
(3,083 Views)
Just like the shipping examples for the operator interface, everything is separate. In other words, you would have the operator interface exe, the sequence file, the TestStand engine, the LabVIEW VIs, and the LabVIEW runtime. TestStand has a deployment utility that you should use.

You probably want to post to the TestStand board in the future.
0 Kudos
Message 2 of 4
(3,062 Views)

Thanks but how do I know when the sequence is done running from labview so I can move on and execute more labview code?

0 Kudos
Message 3 of 4
(3,027 Views)

There is setting in TestStand that allows you to trace the execution of steps in the sequence.  In your case, the step would be a LabVIEW code module.  You could enable this setting by going to Configure » Station Options » Enable Tracing

Michael L.
Sales Engineer
National Instruments
0 Kudos
Message 4 of 4
(2,992 Views)