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);
Table 81 – SendCyclicJobList Method Arguments
Argument Description
JobListArray of CyclicJobInformationType describing the available cyclic jobs in the client.
Table 82 – SendCyclicJobList Method AddressSpace Definition
Attribute Value
BrowseNameSendCyclicJobList
References Node Class BrowseName DataType TypeDefinition Modelling Rule
0:HasPropertyVariableInputArgumentsArgument[]0:PropertyTypeMandatory

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.

Table 83 – CyclicJobListElementType Definition (subtype of JobListElementType)
Name Type Description
CyclicJobListElementTypestructureSubtype of JobListElementType

NominalParts

0:UInt64As 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.