Hi,
I did some examples to get more familiar with callbacks.
I'm not sure if there's a setting I'm not aware of or anything, but here's the scenario I have difficulty explaining.
I have a Process Model (PM) with an Entry Point containing one sequence call step calling PreUUT in CurrentFile.
There's also a sequence callback called PreUUT in the PM containing one message pop-up.
In the StationCallback.seq, I have enabled the StationPreStep Callback with a message pop-up in it.
There's also a sequence called PreUUT with one message pop-up.
When I start an execution on the EntryPoint by clicking "Run Start", this happens:
StationPreStepCallback (before SequenceCall)
[Enter PreUUT of StationCallback.seq]
Message pop-up is executed.
[Exit PreUUT of StationCallback.seq]
[Exit Entry Point]
How come there's no StationPreStepCallback executed before the Message pop-up? Shouldn't it be "Before the engine executes each step in any sequence file." like the TS reference manual indicates?
Thank you.
mat-pm is the process model I used