NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Opening a sequence when I lauch operator interface in TestStand 3.0

I want to create a shortcut for my test sequence so when i click on it, it opens up in the custom operator interface that comes with TestStand 3.0. I have several sequence files that I would like to do the same thing too. Thanks
0 Kudos
Message 1 of 4
(3,032 Views)
The command line for the TestStand 3.0 sequence editor and operator interfaces support the below options, so try using "testexec /run MainSequence c:\myfile.seq".

Scott Richardson

-------------------------------------------------------
testexec.exe
[]
[/run ]
[/runEntryPoint ]
[/quit]
[/setCurrentDir]
...

: sequence file to open
: sequence to run
: entry point to run

Multiple sequence files, sequences, and entry points can be specified.

Quotes are required for arguments that contain a space, such as "Test UUTs" and "C:\My Documen
ts\Test Sequence.seq"

Application specific command line arguments must appear after the above supported arguments.
Scott Richardson
0 Kudos
Message 2 of 4
(3,030 Views)
Thansk Scott, i'll give it a try
0 Kudos
Message 3 of 4
(3,030 Views)

..and now, after scott's advise, I am trying to run the sequence in LOOP.

what arguments are there to add in order to run mySeq.seq in loop mode using operator interface ?

Thanks!

0 Kudos
Message 4 of 4
(2,893 Views)