--- alias: user-guide-automation-task-oib-feederinterlockingrequestresult tags: - automation tasks description: "This documentation details a task for reporting feeder interlocking request results to the system" --- # Feeder Interlocking Request Result ![1562170062171](images/feederplaced-lg.svg) This command is used to send a reply to the `FeederInterlockingRequest` event. ![1562170033687](./images/feeder_interlocking_requestresult_parameters.png) ## Inputs | Name | Data Type | Description | |----------------|-----------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | feedersId | `String` | Single or multiple feeder Id (comma separated) | | requestResults | `String` | The result of the board validation returned by MES. Must be:
`0` (OK) The feeder interlocking status is ok. The feeder can be used.
`1` (NotOk) The feeder interlocking status is overdue.
This is a comma separated value string for all the FeedersId | | reasons | `String` | A reason for the return value of requestResults (comma separated values) | | Activate | `Any` | Activate the task | ## Outputs | Name | Data Type | Description | | ------- | --------- | ------------------------------------------------ | | reply | `Any` | The reply received from the system | | Success | `Boolean` | Triggered when the task is executed with success | | Error | `Error` | Triggered when the task failed for some reason | ## Settings This task doesn't have any settings. ![1562170304021](./images/feeder_interlocking_requestresult_settings.png) ## Behavior This task can only be used with the Feeder Interlocking Request Request task. ## Remarks None.