03-21-2016 04:46 PM
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
Solved! Go to Solution.
03-22-2016
04:09 PM
- last edited on
12-31-2024
01:38 PM
by
Content Cleaner
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:
https://knowledge.ni.com/KnowledgeArticleDetails?id=kA03q000000x3tWCAQ&l=en-US
Luis G.
03-22-2016
04:19 PM
- last edited on
12-31-2024
01:39 PM
by
Content Cleaner
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.
03-23-2016 10:00 AM
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!