ShoeSorter: OnShoeDiverterProxStateChange
Invoked when the state of a diverter proximity sensor changes
Note: This event does not support multiple subscription. Previous subscription will be lost if subscribe twice.
⚡ Event
void xxxxxxxxxxxxxxxxx (
sender: object,
exit: object,
slatID: integer,
state: boolean
);
⚙️ Parameters
Name | Type | Description |
---|---|---|
sender |
Object | The object associated with the changed property |
exit |
Object | The conveyor object which is the exit point |
slatID |
Number | The slat identifier |
state |
Boolean | True indicates the diverter is in operation, False that it is not |