Skip to content

New PackagingUnit Data Request Result#

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

This task is normally used in conjunction with the NewPackagingUnitDataRequest task.

This task outputs the task inputs back to the driver.

1562171137862

Inputs#

Name Data Type IsTrigger Description
Activate Any Yes Activate the task
externalControlResultMessage string No Message describing the reason for the failing operation
resultState number No The result status of the returned ExternalControlResult.
componentName string No Component name within SIPLACE Pro. Range: 1- 256 signs
quantity number No The actual quantity of the packaging unit.
originalQuantity number No The original quantity is the ticketed initial size (quantity) of the packaging unit.
batchId string No Unique identification for a component lot of one or more packaging units
expiryDate string No Component expiry date (the Date is transferred as UTC times).
msdOpenDate string No MSD open date (the Date is transferred as UTC times).
msdLevel number No JEDEC Moisture Sensitivity Level 1-6.
consumptionDate string No This is the time stamp from the consuming operation performed by Setup Center
extraParameters Object No Object to allow setting of remaining parameters on PackagingUnit

Outputs#

Name Data Type Description
reply any Reply received from the command
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.

1562259678207

Behavior#

In a typical usage scenario, this task replies to the NewPackagingUnitDataRequest task.

Remarks#

None.