08-31-2018 04:43 AM
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?
08-31-2018 07:55 AM
There's a little more to it than that.
When I made my own Login, I followed the LabVIEW/TestStand 2012 example here:
I customized the look a little bit, but my code is very similar to the example.