06-26-2018 11:04 PM
Hello-
How to remove the Login Dialog Box of the my TestStand application while I start up the application?
many thanks-
Wei
06-26-2018 11:56 PM
This is a very interesting question. Who would you like to login to TestStand? Or would you rather just not worry about permissions?
If it is the latter question then go to Configure>>Station Options and on the User Management tab uncheck Check User Privileges and uncheck Login on Start.
Also, you should understand front end callbacks: https://zone.ni.com/reference/en-XX/help/370052R-01/tsfundamentals/infotopics/callbacks_frontend/
The dialog is coming from the front end callback.
Regards,
06-27-2018 12:17 AM
Many thanks for your helping.
I am run the .seq file under Labview application. when I start up the labview, the application will popup the Login? I want to remove it, and I are looking for this, please help.
06-27-2018 09:01 AM
Do you have sequence editor on the machine that you are launching the LabVIEW User Interface from?
As said earlier, if you do not care about permissions at all, go to Configure>>Station Options>> User Manager and you can uncheck the "Require User Login," and uncheck "Check Privileges." See the following Help topic - https://zone.ni.com/reference/en-XX/help/370052R-01/tsfundamentals/infotopics/user/
Otherwise, if you do not have the sequence editor on the machine, you can programmatically modify the LabVIEW operator interface to modify these station settings before the application manager is launched or modify the front end callbacks as mentioned earlier.
06-27-2018 07:30 PM
Greetings-
I have no the sequence editor on the machine, and I am using LabVIEW User Interface to run my test sequence. when I launch "TestStand Operator Interface", the Login window come up, I want cancel the window and don't appear when launch the TestStand Operator Interface.
06-27-2018 10:06 PM
Did you read the previous two replies? They are workable.
06-27-2018 10:39 PM
hello,
Many thanks for your time, 🙂
yes, I have got the information and tried to do, but I have no TestStand Sditor.
Have a good day!
06-28-2018 08:35 AM
This feels related an may have your solution: https://forums.ni.com/t5/NI-TestStand/Including-TestExec-ini-in-Deployment/td-p/356919
Regards,