‎06-11-2004 05:44 PM
‎06-14-2004 04:04 PM
‎02-25-2010 02:39 PM
‎02-26-2010 04:43 AM
Hi,
You can loaded up multiple sequence files by using the command:
SeqEdit.exe "c:\My Seqs\seq1.seq" "c:\My Seqs\seq2.seq"
And obsviously you can run your Sequence either by
SeqEdit.exe /run MainSequence "c:\My Seqs\test.seq"
or
SeqEdit.exe /runEntryPoint "Test UUTs" "c:\My Seqs\test.seq"
But I dont think you can do
SeqEdit.exe /run MainSequence "c:\My Seqs\test1.seq" "c:\My Seqs\test2.seq"
or even
SeqEdit.exe /run MainSequence "c:\My Seqs\test1.seq" /run MainSequence "c:\My Seqs\test2.seq"
and expect it to run the MainSequence one after the over of both sequences. Although its something I have never tried.
Regards
Ray Farmer
‎03-01-2010 02:02 PM
I put my query in a different way: Running multiple sequences from command line but in a seqeuntial way. One after the other.
If we have mulitple seqeunces to run like :test1.seq, test2.seq,test3.seq. I want to run all three seqeunces to get executed by sending command through command line, but one after the other.If only test1.seq has completed its execution, need to execute test2.seq without closing teststand in between.
‎03-02-2010 11:16 AM
Sury -
Please see my post in regards to what you would like to achieve in the following forum thread and post:
How to terminate TestStand Application after a LabView error.
Hope this helps.