I am looking for some example how to correctly handle partProcessingAborted event because our solution does not work correctly in some cases. In our projects we have: partProcessingAborted triggered by rising edge of ProcessingAborted : BOOL. In the master Auto step chain there is an implementetion of method OnChainCancel. The method contains code IF ProcessingStarted THEN ProcessingAborted := TRUE. Now we are dealing with situation there is an error (of movement, device) in the step chain and somebody switches to another mode (e.g. Home pos). In this case OnChainCancel is not called and therefore partProcessingAborted is not executed.
... View more