NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Stop Sequence Execution when opened from Windows Explorer

I have a test stand sequence that I am trying to open in sequence editor, but it starts executing and errors out on instrument init step (no instruments connected).

 

Is there a way, i can disable that? I have also tried opening the sequence by first launching the sequence editor, but with same results. Somehow the sequence has properties tied to it that runs when it's launched.

 

Thank you for the help.

0 Kudos
Message 1 of 2
(3,320 Views)

If you check your sub sequences you will find "SequenceFileLoad".

This is the sequence which runs as soon as a sequence is loaded into TestStand ( i.e. opened).

 

If you dont want this featue you need to copy the steps in this sub sequence to another sub sequence ( example Pre UUT Loop) AND delete this sub sequence.

 

Please read help document on callbacks for more details.

0 Kudos
Message 2 of 2
(3,313 Views)