TiltTraySorter: OnProductFailToExit
Invoked when a product tried to exit but failed to do so. ie Exit chute is full.
Note: This event does not support multiple subscription. Previous subscription will be lost if subscribe twice.
Event
void xxxxxxxxxxxxxxxxx (sender: object, product: Product, exit: object, reasonCode: integer);
Parameters
Name | Type | Description |
---|---|---|
sender | Object | The object associated with the changed property |
product | Product | The product that should have been transferred |
exit | Object | The object to which the product should have been transferred |
reasonCode | Integer | The reason for which the product failed to exit. 0 = Chute is full, 1 = Consecutive trays. |