NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

How to post a user defined event at teststand envirment to inform run-time interface programe

Hello:
I'm writing a run-time interface program, I want to run sequence by "Test UUTs" mode. but I feel it is not very convenient to output test report just only for test failed UUT, so I want to override PostUUT callback function---add an action in PostUUT to post a special event to inform run-time interface that this UUT has been tested, and run-time interface will get the test status to generate test report(not generate by teststand),but I don't know how to post the user defined event, I am very appreciated who can help me. Thanks

Cheng Zhang
0 Kudos
Message 1 of 2
(2,938 Views)
In your callback sequence, insert an Action step that uses the ActiveX adapter. Configure the step as shown in the attached screen shot.

Also, you can find event examples in Developer Zone under NI Developer Zone > Development Library > Measurement and Automation Software > TestStand > User Interface > UIMessages
Message 2 of 2
(2,938 Views)