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.
| Name | Type | Description | Allow SubTypes |
| CyclicProcessValueDataType | structure | Subtype of Structure defined in the OPC UA Base Specification. | |
AnalogSignal | 0:Number | Actual value of the corresponding process. | True |
Setpoint | 0:Number | Setpoint of the corresponding process. | True |
CycleCount | 0:Counter | Actual cycle count of the forming process. | False |
IsActive | 0:Boolean | If true, the cyclic process measuring is active. | False |
Its representation in the AddressSpace is defined in Table 33.
| Attribute | Value | ||||
| BrowseName | CyclicProcessValueDataType | ||||
| IsAbstract | False | ||||
| 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.
| Name | Type | Description | Optional |
| CyclicPartInformationDataType | structure | Subtype of Structure defined in the OPC UA Base Specification. | |
CycleCount | 0:Counter | The 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.
| Attribute | Value | ||||
| BrowseName | CyclicPartInformationDataType | ||||
| IsAbstract | False | ||||
| 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.