04-22-2009 04:54 PM
I am using a custom LV UI. I would like to know if there is a way to tell if the user has clicked the cancel button on the standard TS login. I would like to keep using the standard TS login if possible.
Thanks
04-23-2009 06:04 PM
Hi Joe,
Unfortunately, the default TestStand login code uses a TestStand engine method (DisplayLoginDialog) to handle this dialog box. The method returns a user object based on the user's selections, and cannot be modified. However, a clone of theTestStand login code developed in LabVIEW can be downloaded from the developer zone. This set of VIs does not use this method, and will allow you to configure what data is returned by the dialog.The files can be downloaded here:
LabVIEW based Login Reference Example for Teststand
Let me know if you need any help configuring this code, and I'll be happy to help!
04-24-2009 07:54 AM
04-24-2009 08:50 AM