Setup Center Feeders Placed#
The Setup Center Feeders Placed task informs when a feeder is placed.
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 placed |
| 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. |
Behavior#
This task captures the SetupCenter interface, whenever a feeder was placed.
Remarks#
This task uses a specific structure of context-based data called zone. More information on this topic can be read in the Zones page.

