NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

TS 3.5 Launcher not appearing

That's right, if you have a backup of the original LabVIEW operator interface directory, that project could be opened in LabVIEW 8.2 without any problems, but if you have made and saved all of your changes in LabVIEW 8.5, then you will have to save the project for a previous version using LabVIEW 8.5 Project Explorer.  Go to File»Save for Previous Version.
Regards,


Marty H.
National Instruments
0 Kudos
Message 11 of 12
(934 Views)
>In my build procedure for the (customized) TestStand 3.5 Operator Interface, I've experimented with replacing the Full OI - Launcher.vi with my own.  I had not messed with this >code for quite some time, and went back to look at it again.  Now, even the Full OI - Launcher.vi won't display the TestStand Logo at launch.  It simply displays a transparant box >(the size of the TestStand Logo) .  Here is the VI I'm using.  Is there any setting I'm mis-setting?
 
Try adding a sequence frame that includes a 10 ms wait ms multiple node.   This will give the UI thread some time to draw the splash screen before executing any VI server code that requires the UI thread.
 
-Rick Francis
 
0 Kudos
Message 12 of 12
(908 Views)