18.3.3 SendCyclicJobList
This Method is used instead of SendJobList in the case of cyclic production and includes the input parameters ExpectedCycleTime, NominalParts and NominalBoxParts.
Signature
SendCyclicJobList (
[in] CyclicJobListElementType[] JobList);| Argument | Description |
| JobList | Array of CyclicJobInformationType describing the available cyclic jobs in the client. |
| Attribute | Value | ||||
| BrowseName | SendCyclicJobList | ||||
| References | Node Class | BrowseName | DataType | TypeDefinition | Modelling Rule |
|---|---|---|---|---|---|
| 0:HasProperty | Variable | InputArguments | Argument[] | 0:PropertyType | Mandatory |
It is possible to call the Method without an InputArgument (length of the array JobList is zero) as an answer to the Event RequestCyclicJobList (see below), if no planned job is available.
The CyclicJobListElementType is a subtype of JobListElementType and adds the elements defined in Table 83.
| Name | Type | Description |
| CyclicJobListElementType | structure | Subtype of JobListElementType |
NominalParts | 0:UInt64 | As defined in CyclicJobInformationType |
NominalBoxParts | 0:UInt64 | |
ExpectedCycleTime | 0:Duration | |
MouldId | 0:String | |
NumCavities | 0:UInt32 |
NominalBoxParts, MouldId and NumCavities may be empty or zero if not used.