Hi !
I am building a logic where the OnEntry and OnExit triggers of each conveyor in a model plays a role.
Yet I noticed that OnExit does not fire at the same time, when the transfer type is Inline or sided.
Inline transfers OnExit events fire when the center of the flowitem changes conveyor.
Side transfers OnExit events fire when the flow item is completely on the next conveyors.
I attached an example model showing the flowitem stops at each entry and exit events.
Is there a way to change this behavior in order to have all conveyors OnExit events triggered only with one case (flowitem completely out or flowitem center on transfer) ? Or is there another event that is triggered in only one of those cases (I tried OnContentChange but this gives the same result) ?
If no, is there a way to know what kind of transfer the flowitem is in when the OnExit event triggers ?
Best regards,