StartPackage creates a new packing unit and starts the processing at the requesting station.
Initialization parameters:
| Parameter |
Data type |
Description |
Required |
IdentifierMergeMode
|
BYTE |
The merge mode for identifiers allows defining what happens if a certain type of identifier is already provided by the server or machine and is also generated by an identifier generator.
0 = error
1 = overwrite
2 = ignore
In the case that the same type of identifier is provided by the server or machine, it depends on the identifier merge mode which identifier is used or what happens. In the case that "error" is selected, the function StartPackage is stopped, and the user will see a warning message. In the case that "overwrite" is selected, the identifier from the server or machine is overwritten by the identifier from the identifier generator. Thus, the packing unit will contain the identifier from the identifier generator. In the case that "ignore" is selected the identifier which is generated by the identifier generator is ignored. Thus, the package unit, will contain the identifier which is provided by the server or machine.
Default value: 0 (error) |
Yes |