Package identifier providers
The Package Identifier Providers modules automatically create unique identifications (identifiers) for packing units.
|
The Packaging Control service requires an activated, configured Package Identifier Providers module at the start and throughout the duration. |
PackageIdFromIdBuilder
The PackageIdFromIdBuilder creates identifiers (IDs) for packing units with the ID Builder service.
Initialization parameters:
| Parameter | Data type | Description | Required |
|---|---|---|---|
|
STRING |
Determines the code definition (template name) for creation with ID Builder. |
No |
Type data variables:
| Variable | Data type | Description | Required |
|---|---|---|---|
|
CHAR[255] |
Determines a type-specific code definition (template name) for creation with ID Builder. When this variable is determined, the initialization parameter |
No |
Variables transferred to the ID Builder service:
| Variable | Description | Optional |
|---|---|---|
Plant |
The four-digit plant code, defined in the location. Packing Devices (Stations) |
No |
Product |
The three-digit product code, defined in the location. Packing Devices (Stations) |
No |
Area |
The one-digit area code, defined in the location. Packing Devices (Stations) |
No |
Line |
The line code (0…9999), defined in the location. Packing Devices (Stations) |
No |
Station |
The station code (1…9999), defined in the location. Packing Devices (Stations) |
No |
StationIndex |
The station index code (1…9999), defined in the location. Packing Devices (Stations) |
No |
FunctionUnit |
The functional unit codes (0…9), defined in the location.Packing Devices (Stations) |
No |
WorkingPosition |
The working position code (0…9999), defined in the location. Packing Devices (Stations) |
No |
ToolPosition |
The tool position code (0…9999), defined in the location. Packing Devices (Stations) |
No |
ProcessNo |
The optional process number (0…9999999999), defined in the location.Packing Devices (Stations). If not defined, sent as "". |
Yes |
TypeNumber |
The ten-digit type number (TTNR). |
No |
TypeVariant |
The optional type variant (maximum 10 digits). If not defined, sent as "". |
Yes |
PackingIndex |
The three-digit PackingIndex. |
No |
PackageUnit |
The numerical identifier of the packing unit ( |
No |
|
To connect to the ID Builder service, the ID Builder environment variable has to be set. |
|
Packing units that are created on a plant-wide or global basis also require a unique code definition. All other processes that create identifiers for packing units must use the same code definition. |
The following example defines an ID Builder code definition for a plant-wide unique identifier: PPPPYYYYM1M1DDHHM2M2SSXXXXXX for e.g. 030020100924105829000193
Explanation:
PPPP |
four-digit plant number |
YYYYM1M1DD |
four digits for year, two digits for month, two digits for day |
HHM2M2SS |
two digits for hour, two digits for minute, two digits for second |
XXXXXX |
six-digit, continuous counter Reset daily. |