NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

How to Autoexecute sequence at startup ?

I know that I can run a sequence at startup with a commandline like
this:

"C:\Program Files\National Instruments\TestStand\Bin\SeqEdit.exe" -run
mainsequence c:\seq1.seq


But it only executes once. How can I start the normal looping through
more than one UUT with a commandline?

Thanks

Martin Kellner
0 Kudos
Message 1 of 3
(4,916 Views)
Martin,

Look at the ChangesSince10.txt in TestStand 1.0.1. Use the following command
line.

testexec.exe -runEntryPoint "Test UUTs" c:\sequenceFiles\Asequencefiletorun.seq


Paul Mueller
NI

"Martin H. Kellner" wrote:
>I know that I can run a sequence at startup with a commandline like>this:>>"C:\Program
Files\National Instruments\TestStand\Bin\SeqEdit.exe" -run>mainsequence c:\seq1.seq>>>But
it only executes once. How can I start the normal looping through>more than
one UUT with a commandline?>>Thanks >>Martin Kellner>
0 Kudos
Message 2 of 3
(4,916 Views)
I didn't have the 1.01, when I started working on this problem.

Thanks a lot

Paul Mueller schrieb in Nachricht <38d62683@newsgroups.ni.com>...
>
>Martin,
>
>Look at the ChangesSince10.txt in TestStand 1.0.1. Use the following
command
>line.
>
> testexec.exe -runEntryPoint "Test UUTs"
c:\sequenceFiles\Asequencefiletorun.seq
>
>
>Paul Mueller
>NI
>
>"Martin H. Kellner" wrote:
>>I know that I can run a sequence at startup with a commandline
like>this:>>"C:\Program
>Files\National Instruments\TestStand\Bin\SeqEdit.exe" -run>mainsequence
c:\seq1.seq>>>But
>it only executes once. How can I start the normal looping through>more than
>one UUT with a commandline?>>Thanks >>Martin Kellner>
0 Kudos
Message 3 of 3
(4,916 Views)