NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Auto run in TestStand.

Hello,

I built my sequence in TestStand and now I want to use it with the operator interface. The problem is taht when I load it, it will only run when I give the command to run (either by pressing the button or in the menu). I want it to be fully automatic, is there a property to make it run imediatelly without command?

Thanks in advance.
0 Kudos
Message 1 of 3
(3,507 Views)
Hi,

You can use the command line arguments to launch your OI testexec.exe.

See Chatper 3 of the User Manual.
example:
testexec.exe -run MainSequence c:\sequenceFiles\Asequencefiletorun.seq
This will open a sequence file from the command line and run the MainSequence.

testexec.exe -runEntryPoint "Test UUTs" c:\sequenceFiles\Asequencefiletorun.seq
this will run the sequence file using the Process Model entry point "Test UUTs".

The LabView version of the TS2.0.x version OI will not run using the command line as its not available by default. But you can modify this to do so. Do a search through the answers as it has arisen before.
Hope this helps

Ray Farmer
Regards
Ray Farmer
0 Kudos
Message 2 of 3
(3,507 Views)
Thanks a lot! It works.
0 Kudos
Message 3 of 3
(3,507 Views)