NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Determining how LoginLogout was called

Is there a way I can determine how the LoginLogout sequence, of the FrontEndCallbacks sequence, was called?

I need to differentiate between the File->Logout menu item being selected and the File->Exit (or close button) being selected while in the sequence editor.

Is there an Engine property I can check?

Thanks.

-Steve
0 Kudos
Message 1 of 2
(2,923 Views)
The TestStand Engine does not keep track of which Operator Interface application feature triggered a call to the LoginLogout procedure. The Operator Interface application itself has code that is executed when you make one of the menu selections you pointed out and you will only be able to discern the actual execution of either of the processes from within this internal code. All of the source code for the Operator Interfaces that ship with TestStand are available within the \OperatorInterfaces directory. Depending on which Operator Interface you will use on your deployment system, you will need to look at the respective code that handles the menu processes for logging in/out a user (i.e. callback function in CVI or menu handler .vi in LabVIEW).

Jason F
.
Applications Engineer
National Instruments
www.ni.com/ask
0 Kudos
Message 2 of 2
(2,923 Views)