07-31-2009 11:02 AM
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
Solved! Go to Solution.
07-31-2009 12:34 PM
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