NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Bypass SequenceFileLoad

Solved!
Go to solution

In TestStand 4.1, we're having a problem with a step in a Sequences SequenceFileLoad callback that is killing the editor. I tried turning on Tracing everything to see what is causing the problem but TestStand doesn't display the executions of SequenceFileLoad. I also can't find anything in the documentation that talks about displaying or bypassing/skipping a SequenceFileLoad execution.

 

So, does anyone know if there is a way to get the sequence open in the editor without executing SequenceFileLoad?

 

Thanks,

 

-Jack

0 Kudos
Message 1 of 2
(3,143 Views)
Solution
Accepted by topic author Captain_Jack

One trick I have thought of is to create a sequence that will open that sequence programatically.  You can then programatically set every step in the offending sequence to have a "skipped" run mode.  Save the file.

 

There is an option with the Engine.GetSequenceFileEx  to not run load callbacks (SeqFile_DoNotRunLoadCallback).  Once the steps are set to skip, you could open the file in the editor without crashing.

 

Allen P.

NI

Message 2 of 2
(3,135 Views)