NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

How do I use the Interactive Capabilities of LabVIEW, such as "Probing", on the Operator Interface while running a TestStand sequence?

TestStand makes a copy of the Execution Display.vi and runs that copy. I an only running a single execution, so there will only be 1 instance of the Execution Display open at any time. I am not able to open the Diagram of the "Tempexec.vi". How can I interactively debug the Operator Interface?
Thanks, Jeff
0 Kudos
Message 1 of 2
(3,003 Views)
Hello Jeff,

You will need to open the \Operator Interfaces\NI\LV\Execution Display\Execution Display.vi and set a breakpoint at the point of interest. Save this VI with the breakpoint set. Open the file \Operator Interfaces\NI\LV\Sequence Display\Sequence Display.vi and run this. When you open a new sequence file and run it, the breakpoint you set should be hit, providing that code is set to execute.
0 Kudos
Message 2 of 2
(3,003 Views)