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.

Table 281 – ResetModeEnum Items
Name Value Description
Application1Reset only the application device parameters to their factory settings
Communication2712Reset only the communication device parameters to their factory settings
Factory2713Reset all device parameters to their factory settings

Its representation in the AddressSpace is defined in Table 282.

Table 282 – ResetModeEnum definition
Attribute Value
BrowseNameResetModeEnum
IsAbstractFalse
References NodeClass BrowseName DataType TypeDefinition Other
Subtype of the 0:Enumeration type defined in OPC 10000-3
0:HasPropertyVariable0:EnumValues0: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.

Table 283 – ExecutionModeEnum Items
Name Value Description
Start2Start the commissioning procedure
Abort255Abort the commissioning procedure, if it is being executed

Its representation in the AddressSpace is defined in Table 284.

Table 284 – ExecutionModeEnum definition
Attribute Value
BrowseNameExecutionModeEnum
IsAbstractFalse
References NodeClass BrowseName DataType TypeDefinition Other
Subtype of the 0:Enumeration type defined in OPC 10000-3
0:HasPropertyVariable0:EnumValues0: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.

Table 285 – PatDictionaryEnum Items
Name Value Description
CAS0Chemical Abstracts Service dictionary
PAT1Process Analyser Technology dictionary
User-defined2User/manufacturer defined

Its representation in the AddressSpace is defined in Table 286.

Table 286 – PatDictionaryEnum definition
Attribute Value
BrowseNamePatDictionaryEnum
IsAbstractFalse
References NodeClass BrowseName DataType TypeDefinition Other
Subtype of the 0:Enumeration type defined in OPC 10000-3
0:HasPropertyVariable0:EnumValues0: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.

Table 287 – ChemicalSubstanceDataType Structure
NameTypeDescriptionAllow Subtypes
ChemicalSubstanceDataTypestructureSubtype of 0:Structure type defined in OPC 10000-3

PatDictionary

PatDictionaryEnumPatDictionaryTrue

Label

0:LocalizedTextLabelFalse

Id

0:LocalizedTextIDFalse

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.

Table 288 – ChemicalSubstanceDataType definition
Attribute Value
BrowseNameChemicalSubstanceDataType
IsAbstractFalse
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