Skip to content

New PackagingUnit Data Request#

The New PackagingUnit Data Request task uses the GetNewPackagingUnitData() method on ISiplaceSetupCenterExternalControl interface.

Will be called by Setup Center if the scanned unique ID is not in Setup Center database.

The MES system will get the scanned barcode and return the packaging unit data for the scanned unique ID.

1562171137862

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
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.

1562259678207

Behavior#

Typical usage scenario, is this task connected to a MES call and the output of that MES call to a newPackagingUnitDataRequestResult task.

Remarks#

None.