18.4.7 ActiveCyclicJobValuesType

Additional information on the running job for cyclic production (e.g. injection moulding) is stored in the ActiveCyclicJobValuesType. It extends the ActiveJobValuesType. It is formally defined in Table 90.

Table 90 – ActiveCyclicJobValuesType Definition
Attribute Value
BrowseNameActiveCyclicJobValuesType
IsAbstractFalse
References Node Class BrowseName DataType TypeDefinition Other
Subtype of ActiveJobValuesType
0:HasComponentVariableJobCycleCounter0:UInt640:BaseDataVariableTypeM, RO
0:HasComponentVariableBoxCycleCounter0:UInt640:BaseDataVariableTypeO, RO
0:HasComponentVariableMachineCycleCounter0:UInt640:BaseDataVariableTypeO, RO
0:HasComponentVariableLastCycleTime0:Duration0:BaseDataVariableTypeM, RO
0:HasComponentVariableAverageCycleTime0:Duration0:BaseDataVariableTypeO, RO
0:HasComponentVariableJobPartsCounter0:UInt640:BaseDataVariableTypeM, RO
0:HasComponentVariableJobGoodPartsCounter0:UInt640:BaseDataVariableTypeM, RO
0:HasComponentVariableJobBadPartsCounter0:UInt640:BaseDataVariableTypeM, RO
0:HasComponentVariableJobTestSamplesCounter0:UInt640:BaseDataVariableTypeM, RO
0:HasComponentVariableBoxPartsCounter0:UInt640:BaseDataVariableTypeO, RO
0:HasComponentVariableBoxGoodPartsCounter0:UInt640:BaseDataVariableTypeO, RO
0:HasComponentVariableBoxBadPartsCounter0:UInt640:BaseDataVariableTypeO, RO
0:HasComponentVariableBoxTestSamplesCounter0:UInt640:BaseDataVariableTypeO, RO
0:HasComponentVariableLastPartId0:String[]0:BaseDataVariableTypeO, RO
0:HasComponentMethodStopAtCycleEndM
0:HasComponentMethodResetJobCountersM
0:HasComponentMethodResetBoxCountersO
0:HasComponentMethodResetAverageCycleTime O
18.4.7.1 JobCycleCounter

The JobCycleCounter Variable represents the number of finished cycles in the job.

18.4.7.2 BoxCycleCounter

The BoxCycleCounter Variable represents the number of finished cycles for the current box.

18.4.7.3 MachineCycleCounter

The MachineCycleCounter Variable represents the number of finished cycles in the machine life time.

18.4.7.4 LastCycleTime

The LastCycleTime Variable represents the cycle time (duration in milliseconds) of the recently finished cycle.

18.4.7.5 AverageCycleTime

The AverageCycleTime Variable represents the average cycle time. The calculation starts from the last calling of ResetActiveJobAverageCycleTime.

18.4.7.6 JobPartsCounter, JobGoodPartsCounter, JobBadPartsCounter, JobTestSamplesCounter

These Variables represent the total number of produced parts and the numbers of good, bad and test sample parts in the current job.

18.4.7.7 BoxPartsCounter, BoxGoodPartsCounter, BoxBadPartsCounter, BoxTestSamplesCounter

These Variables represent the total number of produced parts and the numbers of good, bad and test sample parts in the current box.

18.4.7.8 LastPartId

The LastPartId Variable is an array and represents the Ids of the parts produced in the recently finished cycle.

18.4.7.9 StopAtCycleEnd

With this Method, the MES directs the machine to stop at the end of the current cycle.

Signature

	StopAtCycleEnd ();

The method has no Input- or OutputArguments.

Table 91 – StopAtCycleEndMethod AddressSpace Definition
Attribute Value
BrowseNameStopAtCycleEnd
References Node Class BrowseName DataType TypeDefinition Modelling Rule
18.4.7.10 ResetJobCounters

Method for setting the cycle and parts counters for the job to 0.

Signature

	ResetJobCounters ();

The method has no Input- or OutputArguments.

Table 92 – ResetJobCounters Method AddressSpace Definition
Attribute Value
BrowseNameResetJobCounters
References Node Class BrowseName DataType TypeDefinition Modelling Rule
18.4.7.11 ResetBoxCounters

Method for setting the cycle and parts counters for the current box to 0.

Signature

	ResetBoxCounters ();

The method has no Input- or OutputArguments.

Table 93 – ResetBoxCounters Method AddressSpace Definition
Attribute Value
BrowseNameResetBoxCounters
References Node Class BrowseName DataType TypeDefinition Modelling Rule
18.4.7.12 ResetAverageCycleTime

This Method initiates a new calculation of the average cycle time for the job.

Signature

	ResetAverageCycleTime ();

The method has no Input- or OutputArguments.

Table 94 – ResetAverageCycleTime Method AddressSpace Definition
Attribute Value
BrowseNameResetAverageCycleTime
References Node Class BrowseName DataType TypeDefinition Modelling Rule