NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Only allow automatic NT Login

    I have my system set to automatically login to TestStand with the PC login account.  I have two Teststand account, an operator account which is greatly restricted, and an administrator account which is wide open.  I don't want someone who is logged in as operator to simply go to File>Login in the Sequence Editor and try to login as administrator.  I guess what I'm after is I want the only for an operator to login is with automatic login with an operator NT account.  Once he's in, he's locked in until he leaves the program.  Does this make sense?  Or, more simply, is there a way to disable the manual login/logout capability of the sequence editor? (preferably or a per-user basis?)  Thanks!
0 Kudos
Message 1 of 3
(3,000 Views)
How about customising the LoginLogout sequence in FrontEndCallbacks.SEQ (create a copy in the directory "User" in advance)? You could add one Goto step at the beginning of the sequence and goto "End" if the currently logged in is an "Operator". This will prevent the chance to change the login when being logged in as "Operator".
Regards, Guenter
0 Kudos
Message 2 of 3
(2,991 Views)
Thanks so much!  That works perfectly!
0 Kudos
Message 3 of 3
(2,977 Views)