02-28-2012 09:09 AM - edited 02-28-2012 09:14 AM
Hello,
I want to know how I can get the status of a step in LabVIEW during the execution of a sequence, using the TestStand ActiveX engine(the sequence is executed in LabVIEW using the TestStand Simple UUI Interface for example).
02-28-2012 09:37 AM - last edited on 06-26-2024 11:03 AM by Content Cleaner
You should use UI Messaging to communicate between an executing sequence and the UI:
https://knowledge.ni.com/KnowledgeArticleDetails?id=kA03q000000x3tWCAQ&l=en-US
If you want to get the status for every step then use the Post Step Engine callback and just post a UI Message with the result.
Let me know if you have any questions.
Hope this helps,