From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

How to automatically run specific sequence file when Labview TS user interface is open

Solved!
Go to solution

When using Labview TestStand simple/full-featured user interface, It is not so elegant that user have to search for the sequence file and then press Test UUTs button to load sequence file...

 

How this can be done automatically? For example, I Build EXE from Simple user interface. Renamed build something like "MyTesting_Application1.exe" When User runs this application, the program should automatically  load Seq. file saved in C:\\

0 Kudos
Message 1 of 2
(1,157 Views)
Solution
Accepted by topic author AndrazS

One option would be to create a shortcut instead of rebuilding it- the shipping example user interfaces come with shortcuts to specify editor or operator modes:

example.PNG

There are a bunch of command line arguments you could use, including ones for loading and running sequence files:

https://zone.ni.com/reference/en-XX/help/370052AA-01/tsfundamentals/infotopics/startup_opt/

 

Hope this helps!

Trent

 

 

https://www.linkedin.com/in/trentweaver
0 Kudos
Message 2 of 2
(1,132 Views)