12-02-2005 06:28 AM
12-22-2005 08:55 AM
03-16-2006 06:20 AM
Hi Gary
You can also get TS to automatically logon to the Windows System User. This is selected in the Menu Configure->Station Options.. Execution Tab.
For this to work properly you need to add a TS User whos LoginName matches the Windows System Login name.
When working the FrontEndCallback sequence will not display the login dialog box and the privileges for the user will be as specified for you created user.
This is good for systems where you have a limited number of logins.
Regards
Steve
03-16-2006 10:07 AM
05-16-2006 08:50 AM
My question is:
Why didn't the new FrontEndCalback sequence automatically login the default user ?
As I understand it, within the Simple Labview Operator Interface block diagram,
when the invoke node:IApplicationMgr--Start is executed, it calls the FrontEndCallback sequence.
But this did not appear to be the case, hence the need to press the Login control.
When the Login control was operated, the new FrontEndCallback sequence executed correctly - no Login dialogue box displayed and a default user logged in.
To overcome the need to press Login, I added the property node:
IApplicationMgr--LoginOnStart (true)
just before IApplicationMgr--Start.
With all that said and done, I now have the ability to create and execute
this customised desktop short cut target string:
<operator interface.exe> /runEntryPoint "Test UUTs" <client sequence.seq>
without the need to display the Teststand Login dialogue box.