NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

TerminatingExecution UI Message

when TestStand Engine generate UIMsg_TerminatingExecution UI message? I never succeed to catch this Message (except if I post it from my sequence)
0 Kudos
Message 1 of 3
(3,471 Views)
UIMsg_TerminatingExecution (0x5) and UIMsg_TerminatingInteractiveExecution (0x15) can be seen anytime you terminate a sequence while it is executing (via the Terminate button on the OI for instance, or by having a step terminate as part of its
post action).

To catch this message in TS 3.x, create a UIMessage Event callback VI (in LV) like usual and listen for Event equal to 5.

If you're not using LV let me know what you're using and I'll try to match it.

Cheers!

Elaine R.
http://www.bloomy.com
Cheers,
Elaine R.
www.bloomy.com
0 Kudos
Message 2 of 3
(3,471 Views)

Elaine, your approach works and how to get further info like the current step index and its name?

0 Kudos
Message 3 of 3
(2,681 Views)