NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Get pass/fail step status in a boolean led in LabVIEW

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).

0 Kudos
Message 1 of 2
(2,979 Views)

You should use UI Messaging to communicate between an executing sequence and the UI:

 

https://knowledge.ni.com/KnowledgeArticleDetails?id=kA03q000000x3tWCAQ&l=en-US

https://www.ni.com/en/support/documentation/supplemental/08/teststand-user-interface-development-bes...

 

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,

jigg
CTA, CLA
testeract.com
~Will work for kudos and/or BBQ~
0 Kudos
Message 2 of 2
(2,973 Views)