NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

skipping frontend callback

I am cuztomizing operator interface for 2 diffrent tests and each one is a seprate application.

one application will be invoked from other is there a chance i can skip the frontend callback user login on invoking the 2nd appliaction.

since i have given the credentials while logging in in to the first application.

 

Thanks in Advance

Thanks

IVI

0 Kudos
Message 1 of 2
(2,868 Views)

It sounds like you're intializing two instances of the TestStand engine, which is why you have to login on both. If you were to share a single instance of the engine between both applications, you would only be prompted a single time for credentials.

 

You can suppress the LoginLogout callback by altering the LoginOnStart property through the Application Manager, but setting this to false will simply start the engine without any permissions.

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