12-13-2007 04:25 PM
I have defined two StationCallbacks, StationPreStep and
StationPostStepRuntimeError. Both of these sequences call other sequence files.
If I turn the 'Break on First Step' option on, the execution is breaking on the
first step of the first subsequence of the StationPreStep callback. I have the
all of the sequence files marked as the 'Station Callback' type and not '
Thanks,
David
12-14-2007 12:35 AM
Hi,
You need to deselect the Break on step in Callbacks (pre/post). You will find the different setting in the Station Options dialog.
Regards
Ray Farmer
12-14-2007 07:37 AM
12-14-2007 11:06 AM
12-17-2007 06:44 PM
12-17-2007 06:54 PM
12-18-2007 04:30 PM
12-19-2007 08:49 AM
Here is an example of what I'm trying to do. The StationCallbacks.seq is in the proper place in the TestStand 4.0\Components\User\Callbacks\Station directory. It then references the subsequence Callbacks.seq which is located in a different directory. You should be able to put it in any directory listed under Search Directories. With these two files in place try executing any other sequence file with the BreakOnFirstStep enabled. You will find that it breaks on the first step in the Callbacks.seq file. If you also try to step into any thing you will find the execution break again at the first step in the Callbacks.seq. This is rather annoying. Somehow there must be a way to tell the model or what ever is deciding when to break that it should ignore this file.
12-20-2007 10:57 PM
12-21-2007 11:56 AM