NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

FrontEnd Callback - login mechanism

Hello,

 

I am considering creation of my own Login mechanism for TS.

 

It seems that default implementation loads user data to StationGlobals.TS.CurrentUser 

This is the only operation required to properly propagate all privileges in TS?

 

When I use TS engine to communicate with TS I set Active User property ato some point. What exactly happens under? Is this equivalent to just setting StationGlobals data?

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

There's a little more to it than that.

When I made my own Login, I followed the LabVIEW/TestStand 2012 example here:

https://forums.ni.com/t5/Example-Programs/Customizing-the-TestStand-Login-amp-Logout-Procedure/ta-p/...

I customized the look a little bit, but my code is very similar to the example.

 

Pulido Technologies LLC

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