02-09-2009 03:10 AM - edited 02-09-2009 03:15 AM
Hi,
I'm using a LabVIEW based UI to run/execute a sequence file using the command line option. My command line is D:\QF\GUI-Test.exe -runEntryPoint "Test UUTs" D:\QF\GUI-test-Sequential.seq
When executed I get 3 popup's saying that some of the perameters "is not a valid LabVIEW file" (see attachments). Any idea how to avoid these messages? (The UI works fine and executes the Test UUT's entrypoint)
LabVIEW 8.5
TestStand 4.1
Thanks.
Solved! Go to Solution.
02-09-2009 04:47 AM
Hi,
Try
D:\QF\GUI-Test.exe /runEntryPoint "Test UUTs" "D:\QF\GUI-test-Sequential.seq"
Do you get the same errors if you use the default UI.
Regards
Ray Farmer
02-09-2009 06:44 AM
Ray,
Using /runEntryPoint instead of -runEntryPoint didn't help, but I tried both default UI's (simple/full) and it didn't return any errors. My UI is based on the simple, and I've made it even simplier. I'm going to stipt it for customer logos and son on an upload it. Thanks
02-09-2009 07:18 AM
Hi,
I've uploaded the sample code and exe file. I still get the error popups when running this UI. I've only added the execution list bar on this GUI compared to the TS default, and removed most of the ActiveX controllers.
02-10-2009 07:54 AM
Hi Tom,
When you create a new application from you Build Specification, you have to set the "Pass all command-line arguments to application" in the Advanced tab.
Once you do this it should all work.
Regards
Ray Farmer
02-10-2009 08:55 AM
Ray,
Excellent! That worked, thanks.