10 OPC UA DataTypes

10.1 CyclicProcessValueDataType

This structure contains the actual value and setpoint of the corresponding process. To create a transactional context, there is an additional cycle counter, which represents the actual cycle count of the current forming process. The Boolean value indicates if the cyclic process measuring is active. The structure is defined in Table 32.

Table 32 – CyclicProcessValueDataType Structure
Name Type Description Allow SubTypes
CyclicProcessValueDataTypestructureSubtype of Structure defined in the OPC UA Base Specification.

AnalogSignal

0:NumberActual value of the corresponding process.True

Setpoint

0:NumberSetpoint of the corresponding process.True

CycleCount

0:CounterActual cycle count of the forming process.False

IsActive

0:BooleanIf true, the cyclic process measuring is active.False

Its representation in the AddressSpace is defined in Table 33.

Table 33 – CyclicProcessValueDataType Definition
Attribute Value
BrowseNameCyclicProcessValueDataType
IsAbstractFalse
References Node Class BrowseName DataType TypeDefinition Other
Subtype of Structure defined in OPC 10000-5.
Conformance Units
MetalForming CyclicProcessValueDataType

The CyclicProcessValueDataType has no other explicitly defined References.

10.2 CyclicPartInformationDataType

This structure contains the current serial number or part id of the last produced part and the corresponding cycle count. The structure is defined in Table 34.

Table 34 – CyclicPartInformationDataType Structure
Name Type Description Optional
CyclicPartInformationDataTypestructureSubtype of Structure defined in the OPC UA Base Specification.

CycleCount

0:CounterThe actual index counter assigned to the current cycle.False

PartId

0:String Part-Id of the current part. True

Its representation in the AddressSpace is defined in Table 35.

Table 35 – CyclicPartInformationDataType Definition
Attribute Value
BrowseNameCyclicPartInformationDataType
IsAbstractFalse
References Node Class BrowseName DataType TypeDefinition Other
Subtype of Structure defined in OPC 10000-5.
Conformance Units
MetalForming CyclicPartInformationDataType

The CyclicPartInformationDataType has no other explicitly defined References.