NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

How to tell when a teststand sequence ends in the Simple UI?

Solved!
Go to solution

Hello Community,

 

32-bit Teststand 2014

32-bit Labview 2015

 

I am using the Labview version of Teststand Simple UI.

 

Where in the Teststand Simple UI can I tell when a sequence file is finished running?

I want to perform an event handler when a sequence ends that will trigger a value change of a control.

 

Any help would be greatly appreciated.

 

Thank you 

0 Kudos
Message 1 of 4
(3,641 Views)
Solution
Accepted by MechUnit

Hello,

 

I believe that the best option for you is with the UI messages, please refer to this link in order to learn more about it:

 

http://www.ni.com/tutorial/4532/en/

 

Luis G.

Message 2 of 4
(3,620 Views)

You could also override the EndExecution event of the ApplicationMgr control. This event is called when an execution ends. You can create a callback within the Register Event Callbacks VI of the user interface to handle the event.

Message 3 of 4
(3,616 Views)

I ended up using the UI messages.

I couldn't get the EndExecution event of the ApplicationMgr control to work, but I did give it a try.

 

Thank you both for your help! Smiley Happy

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