10 OPC UA DataTypes
10.1 ResetModeEnum
This enumeration defines the possible values of the input argument of the FactoryReset Method. The enumeration is defined in Table 281.
| Name | Value | Description |
| Application | 1 | Reset only the application device parameters to their factory settings |
| Communication | 2712 | Reset only the communication device parameters to their factory settings |
| Factory | 2713 | Reset all device parameters to their factory settings |
Its representation in the AddressSpace is defined in Table 282.
| Attribute | Value | ||||
| BrowseName | ResetModeEnum | ||||
| IsAbstract | False | ||||
| References | NodeClass | BrowseName | DataType | TypeDefinition | Other |
|---|---|---|---|---|---|
| Subtype of the 0:Enumeration type defined in OPC 10000-3 | |||||
| 0:HasProperty | Variable | 0:EnumValues | 0:EnumValueType[] | 0:PropertyType | |
| Conformance Units | |||||
|---|---|---|---|---|---|
| PA-DIM IAdmin FactoryReset |
10.2 ExecutionModeEnum
This enumeration defines the possible values of the input argument of the AutoAdjustPositioner Method. The enumeration is defined in Table 283.
| Name | Value | Description |
| Start | 2 | Start the commissioning procedure |
| Abort | 255 | Abort the commissioning procedure, if it is being executed |
Its representation in the AddressSpace is defined in Table 284.
| Attribute | Value | ||||
| BrowseName | ExecutionModeEnum | ||||
| IsAbstract | False | ||||
| References | NodeClass | BrowseName | DataType | TypeDefinition | Other |
|---|---|---|---|---|---|
| Subtype of the 0:Enumeration type defined in OPC 10000-3 | |||||
| 0:HasProperty | Variable | 0:EnumValues | 0:EnumValueType[] | 0:PropertyType | |
| Conformance Units | |||||
|---|---|---|---|---|---|
| PA-DIM AutoAdjustPositioner method |
10.3 PatDictionaryEnum
This enumeration defines the possible values of the PatDictionary element in the ChemicalSubstanceDataType structure. The enumeration is defined in Table 285.
| Name | Value | Description |
| CAS | 0 | Chemical Abstracts Service dictionary |
| PAT | 1 | Process Analyser Technology dictionary |
| User-defined | 2 | User/manufacturer defined |
Its representation in the AddressSpace is defined in Table 286.
| Attribute | Value | ||||
| BrowseName | PatDictionaryEnum | ||||
| IsAbstract | False | ||||
| References | NodeClass | BrowseName | DataType | TypeDefinition | Other |
|---|---|---|---|---|---|
| Subtype of the 0:Enumeration type defined in OPC 10000-3 | |||||
| 0:HasProperty | Variable | 0:EnumValues | 0:EnumValueType[] | 0:PropertyType | |
| Conformance Units | |||||
|---|---|---|---|---|---|
| PA-DIM PatMeasurementVariableType | |||||
| PA-DIM PatMeasurementVariableType PatMatrixDescription |
10.4 ChemicalSubstanceDataType
This structure contains a label and an ID describing a chemical substance. The structure is defined in Table 287.
| Name | Type | Description | Allow Subtypes |
|---|---|---|---|
| ChemicalSubstanceDataType | structure | Subtype of 0:Structure type defined in OPC 10000-3 | |
PatDictionary | PatDictionaryEnum | PatDictionary | True |
Label | 0:LocalizedText | Label | False |
Id | 0:LocalizedText | ID | False |
PatDictionary: identifier that determines the type of information given by the Id. It can obtain the following values given by its DataType PatDictionaryEnum:
0 (CAS): the Id is a CAS Registry Number for a chemical substance defined in the CAS Registry by the Chemical Abstracts Service
1 (PAT): the Id is a term that describes a measurand or matrix component related to a PAT device, that doesn’t have a CAS number. PAT terms are defined in IEC CDD.
2 (user-defined): the Id is a term without definition. It is applied when neither CAS nor PAT terms match the measurement task.
Id: defined identification term that enables machine readability and comparability.
Label: non-defined descriptive term for the measurand or matrix. It can be adapted to the preferences and needs of manufacturers and users to achieve a common sense understanding of the measuring task.
Example: PatDictionary = 0 (CAS), Label = “O2”, Id = “7782-44-7”. This identifies oxygen.
Its representation in the AddressSpace is defined in Table 288.
| Attribute | Value | ||||
| BrowseName | ChemicalSubstanceDataType | ||||
| IsAbstract | False | ||||
| References | NodeClass | BrowseName | DataType | TypeDefinition | Other |
|---|---|---|---|---|---|
| Subtype of the 0:Structure type defined in OPC 10000-3 | |||||
| Conformance Units | |||||
|---|---|---|---|---|---|
| PA-DIM PatMeasurementVariableType | |||||
| PA-DIM PatMeasurementVariableType PatMatrixDescription |