07-01-2013 09:52 PM
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.
07-02-2013 01:03 AM
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.