PackagingUnit ControlStatusExtended Request#
The PackagingUnit ControlStatusExtended Request task uses the GetPackagingUnitControlStatusExtended() method on ISiplaceSetupCenterExternalControl interface.
SetupCenter requests the packaging Unit data from an external system (like MES System) during the verification process.
This enables the external system to control the data for the verification process.
The PackagingUnitResult object describes the data returned from the external system.
Inputs#
| Name | Data Type | Description |
|---|---|---|
| Activate | Any | Activate the task |
Outputs#
| Name | Data Type | Description |
|---|---|---|
| messageId | string | Message Id from Oib. It will be needed to provide a reply. |
| componentBarCode | string | The complete scanned Barcode containing the "component" barcode fragment |
| quantity | string | The actual quantity of the packaging unit |
| feederId | string | Feeder identification. |
| machineName | string | Machine identifier used in SIPLACE Pro consisting out of the full path. |
| linePath | string | The line full path from SIPLACE Pro. |
| packagingUnitLocations | string | list of component locations where the scan happens and which data was scanned |
| 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#
Typical usage scenario, is this task connected to a MES call and the output of that MES call to a packagingUnitControlStatusExtendedRequestResult task.
Remarks#
None.

