--- alias: user-guide-automation-task-oib-feedersremoved tags: - automation tasks description: "This task tracks feeder removal events, providing timestamped data and relevant details" --- # Setup Center Feeders Removed ![1562171055407](images/feederremoved-lg.svg) The `Setup Center Feeders Removed` task informs when a feeder is removed. ![1562171137862](./images/feeders_removed_parameters.png) ## Inputs | Name | Data Type | Description | | -------- | --------- | ----------------- | | Activate | `Any` | Activate the task | ## Outputs | Name | Data Type | Description | | ------- | --------- | ------------------------------------------------ | | timestamp | `DateTime` | Timestamp of when the event was received | | line | `String` | Information regarding in which Line the event occurred. Example: 'OIB Training\\Line 1' | | station | `String` | Information regarding in which Station the event occurred. Example: 'Station 1 - TX1' | | occurrenceTime | `DateTime` | Timestamp when the event occurred | | feedersLocation | `Object` | Object representing the feeders that were removed | | errorId | `String` | Failure Error Id. Example: 'someId' | | errorMessage | `String` | Failure message. Example: 'Fatal Error Message' | | Success | `Boolean` | Triggered when the task is executed with success | | Error | `Error` | Triggered when the task failed for some reason | ## Settings On the `General` tab, you have the usual settings and the following settings: | Name | Data Type | Values | Default | Description | | ------------- | --------- | ------ | ------- | ------------------------------------------------------------ | | Auto Activate | `Boolean` | | `true` | On initializing the task, subscribes it to the Gate Keeper Messages. If false, only subscribes on Activate. | ![1562259678207](./images/feeders_removed_settings.png) ## Behavior This task captures the SetupCenter interface, whenever a feeder was removed. ## Remarks {% include-markdown 'includes/pages/automation_zones_note.md' %}