NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

ApplicationManager Events or UImessages

Hi There.
we are developing a UI to execute out tests.
Now I wonder where is the difference between the Application Manager events and UIMessages.

For now I use the ApplicationMgr axAppMgr_UIMessageEvent to react on breakpoints, RTE and ending execution and so on.
But there are also Events for that.
Is it advisable to use UIMessages or is it better to use the events?

 

thx
Marcos V. Bischoff
0 Kudos
Message 1 of 2
(2,808 Views)

Many of the events on the Application manager are just generated as a result of a UIMessage. For these events it is perfectly fine to just handle them directly in the UIMessageEvent Event on the ApplicationMgr instead. Either way is acceptable. Keep in mind though that not all of the events on the ApplicationMgr directly correspond to UIMessages, and not all UIMessages have a corresponding ApplicationMgr event. See the API help that comes with TestStand for more information on these events.

 

Hope this helps,

-Doug

0 Kudos
Message 2 of 2
(2,799 Views)