1 Scope

This specification was created by a joint working group of the OPC Foundation and FieldComm Group Project Group Device Information Model. It defines the OPC UA Information Model to represent and access Process Automation Devices.

OPC Foundation

OPC is the interoperability standard for the secure and reliable exchange of data and information in the industrial automation space and in other industries. It is platform independent and ensures the seamless flow of information among devices from multiple vendors. The OPC Foundation is responsible for the development and maintenance of this standard.

OPC UA is a platform independent service-oriented architecture that integrates all the functionality of the individual OPC Classic specifications into one extensible framework. This multi-layered approach accomplishes the original design specification goals of:

Platform independence: from an embedded microcontroller to cloud-based infrastructure

Secure: encryption, authentication, authorization and auditing

Extensible: ability to add new features including transports without affecting existing applications

Comprehensive information modelling capabilities: for defining any model from simple to complex

FieldComm Group

FieldComm Group is a global standards-based non-profit member organization consisting of leading process end users, manufacturers, universities and research organizations that work together to direct the development, incorporation and implementation of communication technologies for the process industries. Membership is open to anyone interested in the use of the technologies. In addition to HART and Foundation Fieldbus communication technologies, FieldComm Group is responsible for ongoing development of Field Device Integration (FDI) Technology.

2 Normative references

The following referenced documents are indispensable for the application of this specification. For dated references, only the edition cited applies. For undated references, the latest edition of the referenced document (including any amendments and errata) applies.

OPC 10000-1, OPC Unified Architecture - Part 1: Overview and Concepts

OPC 10000-2, OPC Unified Architecture - Part 2: Security Model
OPC 10000-3, OPC Unified Architecture - Part 3: Address Space Model
OPC 10000-4, OPC Unified Architecture - Part 4: Services
OPC 10000-5, OPC Unified Architecture - Part 5: Information Model
OPC 10000-6, OPC Unified Architecture - Part 6: Mappings
OPC 10000-7, OPC Unified Architecture - Part 7: Profiles
OPC 10000-8, OPC Unified Architecture - Part 8: Data Access
OPC 10000-19, OPC Unified Architecture - Part 19: Dictionary Reference
OPC 10000-100, OPC Unified Architecture - Part 100: Devices
NE107: Self-monitoring and diagnosis of field devices
NE131: NAMUR standard device - Field devices for standard applications
NE175: NAMUR Open Architecture (NOA)

3 Terms, abbreviated terms and conventions

3.1 Overview

It is assumed that basic concepts of OPC UA information modelling are understood in this specification. This specification will use these concepts to describe the Process Automation Device Information Model. For the purposes of this document, the terms and definitions given in OPC 10000-1, OPC 10000-3, OPC 10000-4, OPC 10000-5, OPC 10000-7, OPC 10000-8, OPC 10000-19, and OPC 10000-100 as well as the following apply.

Note that OPC UA terms and terms defined in this specification are italicized in the specification.

3.2 OPC UA for PA-DIM terms

3.2.1 Process Automation Device

Industrial Process Automation Device for specific measuring tasks such as flow, level, pressure and temperature as well as for actuators.

3.3 Abbreviated terms

CASChemical Abstracts Service
CDDCommon Data Dictionary
DCSDistributed Control Systems
FIDFlame Ionisation Detector
IRDIInternational Registration Data Identifier
NDIRNonDispersiveInfrared
NOANAMUR Open Architecture
PATProcess Analyser Technology
TDLTunable Diode Laser
TOCTotal Organic Carbon

3.4 Conventions used in this document

3.4.1 Conventions for Node descriptions

3.4.1.1 Node definitions

Node definitions are specified using tables (see Table 2).

Attributes are defined by providing the Attribute name and a value, or a description of the value.

References are defined by providing the ReferenceType name, the BrowseName of the TargetNode and its NodeClass.

If the TargetNode is a component of the Node being defined in the table the Attributes of the composed Node are defined in the same row of the table.

The DataType is only specified for Variables; “[<number>]” indicates a single-dimensional array, for multi-dimensional arrays the expression is repeated for each dimension (e.g. [2][3] for a two-dimensional array). For all arrays the ArrayDimensions is set as identified by <number> values. If no <number> is set, the corresponding dimension is set to 0, indicating an unknown size. If no number is provided at all the ArrayDimensions can be omitted. If no brackets are provided, it identifies a scalar DataType and the ValueRank is set to the corresponding value (see OPC 10000-3). In addition, ArrayDimensions is set to null or is omitted. If it can be Any or ScalarOrOneDimension, the value is put into “{<value>}”, so either “{Any}” or “{ScalarOrOneDimension}” and the ValueRank is set to the corresponding value (see OPC 10000-3) and the ArrayDimensions is set to null or is omitted. Examples are given in Table 1.

The TypeDefinition is specified for Objects and Variables.

The TypeDefinition column specifies a symbolic name for a NodeId, i.e. the specified Node points with a HasTypeDefinition Reference to the corresponding Node.

The ModellingRule of the referenced component is provided by specifying the symbolic name of the rule in the ModellingRule column. In the AddressSpace, the Node shall use a HasModellingRule Reference to point to the corresponding ModellingRule Object.

Table 1 – Examples of DataTypes
Notation Data­Type Value­Rank Array­Dimensions Description
0:Int320:Int32-1omitted or nullA scalar Int32.
0:Int32[]0:Int321omitted or {0}Single-dimensional array of Int32 with an unknown size.
0:Int32[][]0:Int322omitted or {0,0}Two-dimensional array of Int32 with unknown sizes for both dimensions.
0:Int32[3][]0:Int322{3,0}Two-dimensional array of Int32 with a size of 3 for the first dimension and an unknown size for the second dimension.
0:Int32[5][3]0:Int322{5,3}Two-dimensional array of Int32 with a size of 5 for the first dimension and a size of 3 for the second dimension.
0:Int32{Any}0:Int32-2omitted or nullAn Int32 where it is unknown if it is scalar or array with any number of dimensions.
0:Int32{ScalarOrOneDimension}0:Int32-3omitted or nullAn Int32 where it is either a single-dimensional array or a scalar.

If the NodeId of a DataType is provided, the symbolic name of the Node representing the DataType shall be used.

Note that if a symbolic name of a different namespace is used, it is prefixed by the NamespaceIndex (see3.4.2.2).

Nodes of all other NodeClasses cannot be defined in the same table; therefore only the used ReferenceType, their NodeClass and their BrowseName are specified. A reference to another part of this document points to their definition. Table 2 illustrates the table. If no components are provided, the DataType, TypeDefinition and Other columns may be omitted and only a Comment column is introduced to point to the Node definition.

Each Type Node or well-known Instance Node defined shall have one or more ConformanceUnits defined in Error! Reference source not found. that require the Node to be in the AddressSpace.

The relations between Nodes and ConformanceUnits are defined at the end of the tables defining Nodes, one row per ConformanceUnit. The ConformanceUnits are reflected in the Category element for the Node definition in the UANodeSet (see OPC 10000-6).

The list of ConformanceUnits in the UANodeSet allows Servers to optimize resource consumption by using a list of supported ConformanceUnits to select a subset of the Nodes in an Information Model.

When a Node is selected in this way, all dependencies implied by the References are also selected.

Dependencies exist if the Node is the source of HasTypeDefinition, HasInterface, HasAddIn or any HierarchicalReference. Dependencies also exist if the Node is the target of a HasSubtype Reference. For Variables and VariableTypes, the value of the DataType Attribute is a dependency. For DataType Nodes, any DataTypes referenced in the DataTypeDefinition Attribute are also dependencies.

For additional details see OPC 10000-5.

Table 2 – Type Definition Table
Attribute Value
Attribute nameAttribute value. If it is an optional Attribute that is not set “--” is used.
References NodeClass BrowseName DataType TypeDefinition Other
ReferenceType name NodeClass of the target Node. BrowseName of the target Node. If the Reference is to be instantiated by the server, then the value of the target Node’s BrowseName is “--”. DataType of the referenced Node, only applicable for Variables. TypeDefinition of the referenced Node, only applicable for Variables and Objects.Additional characteristics of the TargetNode such as the ModellingRule or AccessLevel.
NOTE Notes referencing footnotes of the table content.
Conformance Units
Name of ConformanceUnit, one row per ConformanceUnit

Components of Nodes can be complex, that is containing components by themselves. The TypeDefinition, NodeClass and DataType can be derived from the type definitions, and the symbolic name can be created as defined in 3.4.3.1. Therefore, those contained components are not explicitly specified; they are implicitly specified by the type definitions.

The Other column defines additional characteristics of the Node. Examples of characteristics that can appear in this column are shown in Table 3.

Table 3 – Examples of Other characteristics
Name Short Name Description
0:MandatoryMThe Node has the Mandatory ModellingRule.
0:OptionalOThe Node has the Optional ModellingRule.
0:MandatoryPlaceholderMPThe Node has the MandatoryPlaceholder ModellingRule.
0:OptionalPlaceholderOPThe Node has the OptionalPlaceholder ModellingRule.
ReadOnlyROThe Node AccessLevel has the CurrentRead bit set but not the CurrentWrite bit.
ReadWriteRWThe Node AccessLevel has the CurrentRead and CurrentWrite bits set.
WriteOnlyWOThe Node AccessLevel has the CurrentWrite bit set but not the CurrentRead bit.

If multiple characteristics are defined they are separated by commas. The name or the short name may be used.

3.4.1.2 Additional References

To provide information about additional References, the format as shown in Table 4 is used.

Table 4 – <some>Type additional References
SourceBrowsePath Reference Type Is Forward TargetBrowsePath
SourceBrowsePath is always relative to the TypeDefinition. Multiple elements are defined as separate rows of a nested table. ReferenceType nameTrue = forward Reference.TargetBrowsePath points to another Node, which can be a well-known instance or a TypeDefinition. You can use BrowsePaths here as well, which is either relative to the TypeDefinition or absolute. If absolute, the first entry needs to refer to a type or well-known instance, uniquely identified within a namespace by the BrowseName.

References can be to any other Node.

3.4.1.3 Additional sub-components

To provide information about sub-components, the format as shown in Table 5 is used.

Table 5 – <some>Type additional subcomponents
BrowsePath References NodeClass BrowseName DataType TypeDefinition Others
BrowsePath is always relative to the TypeDefinition. Multiple elements are defined as separate rows of a nested table.NOTE Same as for Table 2
3.4.1.4 Additional Attribute values

This type of tables is used in this document to define the default values for specific nodes. The type definition table provides columns to specify the values for required Node Attributes for InstanceDeclarations. To provide information about additional Attributes, the format as shown in Table 6 is used.

Table 6 – <some>Type Attribute values for child Nodes
BrowsePath <Attribute name> Attribute
BrowsePath is always relative to the TypeDefinition. Multiple elements are defined as separate rows of a nested table

The values of attributes are converted to text by adapting the reversible JSON encoding rules defined in OPC 10000-6.

If the JSON encoding of a value is a JSON string or a JSON number then that value is entered in the value field. Double quotes are not included.

If the DataType includes a NamespaceIndex (QualifiedNames, NodeIds or ExpandedNodeIds) then the notation used for BrowseNames is used.

If the value is an Enumeration the name of the enumeration value is entered.

If the value is a Structure then a sequence of name and value pairs is entered. Each pair is followed by a newline. The name is followed by a colon. The names are the names of the fields in the DataTypeDefinition.

If the value is an array of non-structures then a sequence of values is entered where each value is followed by a newline.

If the value is an array of Structures or a Structure with fields that are arrays or with nested Structures then the complete JSON array or JSON object is entered.

There can be multiple columns to define more than one Attribute.

3.4.2 NodeIds and BrowseNames

3.4.2.1 NodeIds

The NodeIds of all Nodes described in this standard are only symbolic names. Annex A defines the actual NodeIds.

The symbolic name of each Node defined in this specification is its BrowseName, or, when it is part of another Node, the BrowseName of the other Node, a “.”, and the BrowseName of itself. In this case “part of” means that the whole has a HasProperty or HasComponent Reference to its part. Since all Nodes not being part of another Node have a unique name in this specification, the symbolic name is unique.

The NamespaceUri for all NodeIds defined in this specification is defined in Annex A. The NamespaceIndex for this NamespaceUri is Server-specific and depends on the position of the NamespaceUri in the server namespace table.

Note that this specification not only defines concrete Nodes, but also requires that some Nodes shall be generated, for example one for each Session running on the Server. The NodeIds of those Nodes are Server-specific, including the namespace. But the NamespaceIndex of those Nodes cannot be the NamespaceIndex used for the Nodes defined in this specification, because they are not defined by this specification but generated by the Server.

3.4.2.2 BrowseNames

The text part of the BrowseNames for all Nodes defined in this specification is specified in the tables defining the Nodes. The NamespaceUri for all BrowseNames defined in this specification is defined in Annex A.

For InstanceDeclarations of NodeClass Object and Variable that are placeholders (OptionalPlaceholder and MandatoryPlaceholder ModellingRule), the BrowseName and the DisplayName are enclosed in angle brackets (<>) as recommended in OPC 10000-3. If the BrowseName is not defined by this specification, a namespace index prefix is added to the BrowseName (e.g., prefix '0' leading to ‘0:EngineeringUnits’ or prefix '2' leading to ‘2:DeviceRevision’). This is typically necessary if a Property of another specification is overwritten or used in the OPC UA types defined in this specification. Table 290 and Table 291 provide a list of namespaces and their indexes as used in this specification.

3.4.3 Common Attributes

3.4.3.1 General

The Attributes of Nodes, their DataTypes and descriptions are defined in OPC 10000-3. Attributes not marked as optional are mandatory and shall be provided by a Server. The following tables define if the Attribute value is defined by this specification or if it is server-specific.

For all Nodes specified in this specification, the Attributes named in Table 7 shall be set as specified in the table.

Table 7 – Common Node Attributes
AttributeValue
DisplayNameThe DisplayName is a LocalizedText. Each Server shall provide the DisplayName identical to the BrowseName of the Node for the LocaleId “en” unless specified differently in the specification. Whether the Server provides translated names for other LocaleIds is server-specific.
DescriptionOptionally a server-specific description is provided.
NodeClassShall reflect the NodeClass of the Node.
NodeIdThe NodeId is described by BrowseNames as defined in 3.4.2.1.
WriteMaskOptionally the WriteMask Attribute can be provided. If the WriteMask Attribute is provided, it shall set all non-server-specific Attributes to not writable. For example, the Description Attribute may be set to writable since a Server may provide a server-specific description for the Node. The NodeId shall not be writable, because it is defined for each Node in this specification.
UserWriteMaskOptionally the UserWriteMask Attribute can be provided. The same rules as for the WriteMask Attribute apply.
RolePermissionsOptionally server-specific role permissions can be provided.
UserRolePermissionsOptionally the role permissions of the current Session can be provided. The value is server-specific and depends on the RolePermissions Attribute (if provided) and the current Session.
AccessRestrictionsOptionally server-specific access restrictions can be provided.
3.4.3.2 Objects
Attribute Value
EventNotifierWhether the Node can be used to subscribe to Events or not is server-specific.
3.4.3.3 Variables

For all Variables specified in this specification, the Attributes named in Table 9 shall be set as specified in the table. The definitions for the Attributes can be found in OPC 10000-3.

Table 9 – Common Variable Attributes
AttributeValue
MinimumSamplingIntervalOptionally, a server-specific minimum sampling interval is provided.
AccessLevelThe access level for Variables used for type definitions is server-specific, for all other Variables defined in this specification, the access level shall allow reading; other settings are server-specific.
UserAccessLevelThe value for the UserAccessLevel Attribute is server-specific. It is assumed that all Variables can be accessed by at least one user.
ValueFor Variables used as InstanceDeclarations, the value is server-specific; otherwise it shall represent the value described in the text.
ArrayDimensions

If the ValueRank does not identify an array of a specific dimension (i.e. ValueRank <= 0) the ArrayDimensions can either be set to null or the Attribute is missing. This behaviour is server-specific.

If the ValueRank specifies an array of a specific dimension (i.e. ValueRank > 0) then the ArrayDimensions Attribute shall be specified in the table defining the Variable.

HistorizingThe value for the Historizing Attribute is server-specific.
AccessLevelExIf the AccessLevelEx Attribute is provided, it shall have the bits 8, 9, and 10 set to 0, meaning that read and write operations on an individual Variable are atomic, and arrays can be partly written.
3.4.3.4 VariableTypes

For all VariableTypes specified in this specification, the Attributes named in Table 10 shall be set as specified in the table. The definitions for the Attributes can be found in OPC 10000-3.

Table 10 – Common VariableType Attributes
Attributes Value
ValueOptionally a server-specific default value can be provided.
ArrayDimensions

If the ValueRank does not identify an array of a specific dimension (i.e. ValueRank <= 0) the ArrayDimensions can either be set to null or the Attribute is missing. This behaviour is server-specific.

If the ValueRank specifies an array of a specific dimension (i.e. ValueRank > 0) then the ArrayDimensions Attribute shall be specified in the table defining the VariableType.

3.4.3.5 Methods

For all Methods specified in this specification, the Attributes named in Table 11 shall be set as specified in the table. The definitions for the Attributes can be found in OPC 10000-3.

Table 11 – Common Method Attributes
Attributes Value
ExecutableAll Methods defined in this specification shall be executable (Executable Attribute set to “True”), unless it is defined differently in the Method definition.
UserExecutableThe value of the UserExecutable Attribute is server-specific. It is assumed that all Methods can be executed by at least one user.
3.4.3.6 Structures

OPC 10000-3 differentiates between different kinds of Structures. The following conventions explain, how these Structures shall be defined.

The first kind are Structures without optional fields where none of the fields allows subtype (except fields with abstract DataTypes). Its definition is in Table 12.

Table 12 – Structures without optional fields where none of the fields allow subtypes
NameTypeDescription
<someStructure>structureSubtype of <someParentStructure> defined in …

SP1

0:Byte[]Setpoint 1

SP2

0:Byte[]Setpoint 2

The second kind are Structures with optional fields where none of the fields allows subtypes (except fields with abstract DataTypes). Its definition is in Table 13.

Structures with fields that are optional have an “Optional” column. Fields that are optional have True set, otherwise False.

Table 13 – Structures with optional fields
NameTypeDescriptionOptional
<someStructure>structureSubtype of <someParentStructure> defined in …

SP1

0:Byte[]Setpoint 1False

Optional Field_1

0:StringSome Text True

The third kind are Structures without optional fields where one or more of the fields allow subtypes. Its definition is in Table 14.

Structures with fields that allow subtypes have an “Allow Subtypes” column. Fields that allow subtypes have True set, otherwise False. Fields with abstract DataTypes can always be subtyped.

Table 14 – Structures where one or more of the fields allow subtypes
NameTypeDescriptionAllow
Subtypes
<someStructure>structureSubtype of <someParentStructure> defined in …

SP1

0:Byte[]Setpoint 1False

Allow Subtypes

0:ByteStringSome Bytestring True

4 General information about PA-DIM and OPC UA

4.1 Introduction to Process Automation Device

Process Automation Devices are used within Industrial Automation Systems of Chemicals, Oil & Gas, Food & Beverage, Power generation, Metals, Cement, Mining & Minerals, Pulp & Paper, Water & Waste Water and measure pressure, temperature, flow, level, etc. or position valves with control actuators. Process Automation Devices are often connected to Control Systems and Plant Asset Management.

For the lifecycle commissioning, operation or maintenance, a minimum common set of Process Automation Device parameters and functions is necessary. With the concepts of Industrie 4.0 and IoT, the lifecycle is extended and starts already with procurement, which uses Common Data Dictionaries (CDD) like IEC 61987 and ECLASS. Each property (variable, parameter, etc.) within a CDD has a unique identifier (e.g. an IRDI).

This Process Automation Device Companion Specification defines the fieldbus protocol independent Information Model. This model includes a minimum set of parameters to provide interoperability and interchangeability for the main use cases of:

Identification,

Diagnostics,

Process Values and

Configuration

for Pressure, Temperature, Flow, Level, Control Actuator/Positioner applications. This Model includes support for the entire lifecycle.

In relation to this companion specification, the IEC 62769, Field Device Integration (FDI) specification defines the device configuration (online/offline) with a PC tool or mobile device including the definition of the User Interface (UI).

The collaboration of FieldComm Group and OPC Foundation aim is a protocol independent information model.

4.2 Introduction to OPC Unified Architecture

4.2.1 What is OPC UA?

OPC UA is an open and royalty free set of standards designed as a universal communication protocol. While there are numerous communication solutions available, OPC UA has key advantages:

A state of art security model (see OPC 10000-2)

A fault tolerant communication protocol.

An information modelling framework that allows application developers to represent their data in a way that makes sense to them.

OPC UA has a broad scope which delivers for economies of scale for application developers. This means that a larger number of high-quality applications at a reasonable cost are available. When combined with semantic models such as OPC UA for Process Automation Devices – PA-DIM, OPC UA makes it easier for end users to access data via generic commercial applications.

The OPC UA model is scalable from small devices to ERP systems. OPC UA Servers process information locally and then provide that data in a consistent format to any application requesting data - ERP, MES, PMS, Maintenance Systems, HMI, Smartphone or a standard Browser, for examples. For a more complete overview see OPC 10000-1.

4.2.2 Basics of OPC UA

As an open standard, OPC UA is based on standard internet technologies, like TCP/IP, HTTP and Web Sockets.

As an extensible standard, OPC UA provides a set of Services (see OPC 10000-4) and a basic information model framework. This framework provides an easy manner for creating and exposing vendor-defined information in a standard way. More importantly all OPC UA Clients are expected to be able to discover and use vendor-defined information. This means OPC UA users can benefit from the economies of scale that come with generic visualization and historian applications. This specification is an example of an OPC UA Information Model designed to meet the needs of developers and users.

OPC UA Clients can be any consumer of data from another device on the network to browser based thin clients and ERP systems. The full scope of OPC UA applications is shown in Figure 1.

Figure 1 – The Scope of OPC UA within an Enterprise

OPC UA provides a robust and reliable communication infrastructure having mechanisms for handling lost messages, failover, heartbeat, etc. With its binary encoded data, it offers a high-performing data exchange solution. Security is built into OPC UA as security requirements become more and more important especially since environments are connected to the office network or the internet and attackers are starting to focus on automation systems.

4.2.3 Information modelling in OPC UA

4.2.3.1 Concepts

OPC UA provides a framework that can be used to represent complex information as Objects in an AddressSpace which can be accessed with standard services. These Objects consist of Nodes connected by References. Different classes of Nodes convey different semantics. For example, a Variable Node represents a value that can be read or written. The Variable Node has an associated DataType that can define the actual value, such as a string, float, structure etc. It can also describe the Variable value as a variant. A Method Node represents a function that can be called. Every Node has a number of Attributes including a unique identifier called a NodeId and non-localized name called a BrowseName. An Object representing a ‘Reservation’ is shown in Figure 2.

Figure 2 – A Basic Object in an OPC UA Address Space

Object and Variable Nodes represent instances and they always have a HasTypeDefinition reference to a Node (ObjectType or VariableType Node) which describes their semantics and structure. Figure 3 illustrates the relationship between an instance and its TypeDefinition.

The type Nodes are templates that define all of the children that can be present in an instance of the type. In the example in Figure 3 the PersonType ObjectType defines two children: First Name and Last Name. All instances of PersonType are expected to have the same children with the same BrowseNames. Within a type the BrowseNames uniquely identify the children. This means Client applications can be designed to search for children based on the BrowseNames from the type instead of NodeIds. This eliminates the need for manual configuration of systems if a Client uses types that multiple Servers implement.

4.2.3.2 Namespaces

OPC UA allows information from many different sources to be combined into a single coherent AddressSpace. Namespaces are used to make this possible by eliminating naming and id conflicts between information from different sources. Each namespace in OPC UA has a globally unique string called a NamespaceUri which identifies a naming authority and a locally unique integer called a NamespaceIndex, which is an index into the Server's table of NamespaceUris. The NamespaceIndex is unique only within the context of a Session between an OPC UA Client and an OPC UA Server- the NamespaceIndex can change between Sessions and still identify the same item even though the NamespaceUri's location in the table has changed. The Services defined for OPC UA use the NamespaceIndex to specify the Namespace for qualified values.

There are two types of structured values in OPC UA that are qualified with NamespaceIndexes: NodeIds and QualifiedNames. NodeIds are locally unique (and sometimes globally unique) identifiers for Nodes. The same globally unique NodeId can be used as the identifier in a node in many Servers – the node's instance data may vary but its semantic meaning is the same regardless of the Server it appears in. This means Clients can have built-in knowledge of of what the data means in these Nodes. OPC UA Information Models generally define globally unique NodeIds for the TypeDefinitions defined by the Information Model.

QualifiedNames are non-localized names qualified with a Namespace. They are used for the BrowseNames of Nodes and allow the same names to be used by different information models without conflict. TypeDefinitions are not allowed to have children with duplicate BrowseNames; however, instances do not have that restriction.

4.2.3.3 Companion Specifications

An OPC UA companion specification for an industry specific vertical market describes an Information Model by defining ObjectTypes, VariableTypes, DataTypes and ReferenceTypes that represent the concepts used in the vertical market, and potentially also well-defined Objects as entry points into the AddressSpace.

5 Use cases

The use cases covered in this version are listed in Table 15. These use cases can be broken into Telemetric and Asset Management categories. Telemetric use cases publish dynamic data e.g. to a cloud application for remote monitoring. Asset Management use cases require client server interaction with the information model typically for on-premises applications.

Table 15 – Device Information Model Use Cases
Use CaseDescription
NOA: Health monitoring and diagnosisMonitoring of the device health including status, possible cause and further details.
NOA: Device lifecycle BackupStoring of NOA device parameters including their history.
NOA: Device dimensioning (for sensors & actuators)Monitor devices over time for their operating range and verify, if their dimensioning is appropriate (e.g. not over dimensioned).
NOA: Unique IdentificationIdentify a device including Manufacturer, Model, SerialNumber, Hardware and Software Revision, Product Code and AssetID (Tag for Device).
NOA: Automated as BuildVerify that the installed devices and their configurations match with the engineered devices and configurations.
NOA: Read Multivariable process valuesRead the process variables from multivariable devices.
Device CommissioningConnecting and binding Process Automation Devices to the automation system.
Device ReplacementReplacing a device on a running system.
Device RepairAnalyzing device failures and providing actionable information e.g. using device dashboards
Device CalibrationPeriodic automated calibration, tracking calibration history
SIS Proof TestingProvide information that allows tracking proof test intervals, valve stroke tests, verifying availability on demand.
Batch ConfigurationDownloading device configurations for a batch of devices
Regulatory auditsVerifying device versions and certifications

Use cases define the content of this Device Information Model. NAMUR Open Architecture (NE175) defines uses cases with parameters, names and semantic ids, which are an important input for the definition of the PA-DIM. Additional details about these use cases can be found in the NAMUR descriptions found on their web site referenced in Section 2.

6 Process Automation Device Information Model overview

6.1 Overview

This specification describes a unified Process Automation Device Information Model (PA-DIM) that enables protocol and vendor independent data exchange. Figure 6 provides an example illustration of a system in which two Devices interact with several applications running in the cloud and accessing generic and product type data. The Information Model of these two devices includes a standardized device model based on PA-DIM. The model also exposes IEC 61987 semantic dictionary IDs. These IDs may be used by OPC UA clients to obtain the definition of vendor specific data the devices may contain.

Figure 6 – Protocol Independent Information Model

PA-DIM makes use of the Dictionary Reference model defined in OPC 10000-19 and defines the proper International Registration Data Identifiers (IRDI) for entries in the IEC 61987 CDD. The OPC Foundation added an abstract DictionaryEntryType ObjectType to the OPC 10000-5 specification. It also introduced the IrdiDictionaryEntryType (Subtype of DictionaryEntryType) ObjectType for semantic information and the HasDictionaryEntry Non-Hierarchical ReferenceType to associate the dictionary entry object to any node.

The PA-DIM, illustrated in Figure 7, defines a base device concept and information model, which is intended to be used for Process Automation Devices. This PA-DIM OPC UA Companion Specification defines the OPC UA BrowseNames and corresponding IEC 61987 Semantic CDD Dictionary IDs. For each Node with a dictionary reference to the IEC 61987 Common Data Dictionary, the definition of the referenced IEC 61987 CDD entry applies. It is expected, that ECLASS semantic description will follow the IEC 61987 standardization where applicable.

Figure 7 – PA-DIM

The PADIMType has a HasDictionaryEntry reference to an IRDI representing a class identifier within the IEC 61987 CDD (e.g. Coriolis Flowmeter, Pressure Transmitter, etc.).

The DisplayName Attribute for all Objects, Variables, and Methods with a DictionaryReference in this specification shall be according to the IEC 61987 attribute “Short name” for CDD properties or to the IEC 61987 attribute “Preferred name” for CDD classes. DisplayNames are used for configuration dialog displays and are defined within IEC 61987 CDD. NAMUR NE131 / NOA device parameter names are in line with IEC 61987 CDD.

PA-DIM defines the Interfaces IAdministrationType for administration purposes and ISignalSetType as a container for process variables (see7.1.2). The PADIMType includes these Interfaces, and additionally it includes the IDeviceHealthType, provided by OPC 10000-100OPC 10000-100. Furthermore PADIMType provides a reference to an IRDI dictionary entry to reference the device class (e.g. Pressure Transmitter or Coriolis Mass Flowmeter) and SubDevices Object for modular devices. In this version of PA-DIM the information model has been extended with additional objects and interfaces for Process Analysers. For more details see section 6.2.

Instances of PADIMType represent devices in the real-world. There might be other OPC UA companion specifications representing different aspects of the same real-world device, potentially represented in the same OPC UA Server. Therefore, the guidelines defined in the OPC UA for Devices specification (OPC 10000-100 Annex C) should be followed, when an OPC UA server represents several companion specifications for the same real-world device.

6.2 Process Analyser

The Object Model for Process Analyser has been extended as shown in Figure 8. The blue marked boxes are from PA-DIM 1.00 and the orange boxes have been added for Process Analysers in version 1.01. Figure 9 and Figure 10 are the extension of Figure 8.

Figure 8 – Process Analyser Overview

There are special Process Analyser Types and corresponding interfaces shown in Figure 9.

Figure 9 – Process Analyser Types

There are special Analytical Signal Types and corresponding interfaces for each Process Analyser, see Figure 10.

Figure 10 – Analytical Signal Types

6.3 General rules

A device is required to provide mandatory functionality. Optional functionality is not required, but if it is provided, it shall be supported as defined.

The IEC 61987 CDD is the source for the definition of properties according to IEC 61987 specification, which have an IRDI dictionary entry. These definitions include a version at the end after the “#” (e.g. #001). For easier readability, some IRDI dictionary definitions have been copied and added to this specification. Although highly unlikely, the IRDI definitions in this specification may deviate from IEC definitions as the IEC specification may change. In such cases the IEC 61987 CDD specification has precedence over the definitions in this specification.

The IRDI dictionary entries are referenced from the TypeDefinitions in this specification. When instantiating the TypeDefinitions, the instances shall have the same IRDI dictionary entries as defined for the TypeDefinitions in this specification. If an instance is based on a subtype, it shall have all IRDI dictionary entries of the subtype, and of the supertypes, as defined in this specification. The same applies for InstanceDeclarations. All instances based on InstanceDeclarations shall have the same IRDI dictionary entries as their InstanceDeclaration. If the InstanceDeclaration is overridden, also the references to the IRDI dictionary entry objects of the supertypes shall be provided.

Note: As HasDictionaryEntry Reference is a non-hierarchical Reference and the IRDI Objects do not have ModellingRules, the OPC UA Information Model does not force the creation of HasDictionaryEntry references during instantiation automatically.

The primary unit according to IEC 61987 CDD should be used as default unit and may be modified if applicable.

7 PA-DIM Object Types

7.1 PA-DIM Interfaces

7.1.1 IAdministrationType

The IAdministrationType provides the interface to administration variables and methods of the device and is formally defined in Table 16.

Table 16 – IAdministrationType definition
Attribute Value
BrowseNameIAdministrationType
IsAbstractTrue
References NodeClass BrowseName DataType TypeDefinition Other
Subtype of 0:BaseInterfaceType defined in OPC 10000-5, i.e. inheriting the InstanceDeclarations of that Node
0:HasComponentVariableDisplayLanguage0:LocaleId0:BaseDataVariableTypeO
0:HasComponentVariableDateOfLastChange0:DateTime0:BaseDataVariableTypeO
0:HasComponentMethodFactoryResetDefined in 9.1 O
Conformance Units
PA-DIM IAdmin DisplayLanguage
PA-DIM IAdmin DateOfChange
PA-DIM IAdmin FactoryReset

DisplayLanguage: is the language used for the local display of the device. ABN597#004 defines language or languages set on the display.

DateOfLastChange: ABN604#001 defines parameter indicating the date and time at which one of the device parameters was changed the last time.

FactoryReset: ABN609#002 property the value of which indicates the kind of reset function to be executed. Note: Properties can be variables or methods according IEC 61987 CDD.

The components of IAdministrationType have additional references which are defined in Table 17.

Table 17 – IAdministrationType additional References
SourceBrowsePath Reference Type Is Forward TargetBrowsePath
DisplayLanguage0:HasDictionaryEntryTrue 3:0112/2///61987#ABN597#004
DateOfLastChange0:HasDictionaryEntryTrue 3:0112/2///61987#ABN604#001
FactoryReset0:HasDictionaryEntryTrue 3:0112/2///61987#ABN609#002

The child Nodes of the IAdministrationType have additional Attribute values defined in Table 18.

Table 18 – IAdministrationType Attribute values for child Nodes
BrowsePath Value Attribute
DisplayLanguageen
DateOfLastChange1/1/1601 12:00:00 AM

7.1.2 ISignalSetType

The ISignalSetType provides the interface to process variables of the device and is formally defined in Table 19.

Table 19 – ISignalSetType definition
Attribute Value
BrowseNameISignalSetType
IsAbstractTrue
References NodeClass BrowseName DataType TypeDefinition Other
Subtype of 0:BaseInterfaceType defined in OPC 10000-5, i.e. inheriting the InstanceDeclarations of that Node
0:HasComponentObjectSignalSetSignalSetTypeO
Conformance Units
PA-DIM ISignal

SignalSet is a container object for the process variables of the device.

7.1.3 ICalibrationType

The ICalibrationType provides the interface to calibration variables of the sensor resp. signal and is formally defined in Table 20.

Table 20 – ICalibrationType definition
Attribute Value
BrowseNameICalibrationType
IsAbstractTrue
References NodeClass BrowseName DataType TypeDefinition Other
Subtype of 0:BaseInterfaceType defined in OPC 10000-5, i.e. inheriting the InstanceDeclarations of that Node
0:HasPropertyVariableCalibrationTimestamp0:DateTime0:PropertyTypeO
0:HasComponentVariableTypeOfCalibration0:UInt320:MultiStateDictionaryEntryDiscreteTypeO
0:HasComponentObjectCalibrationPointSetCalibrationPointSetTypeO
Conformance Units
PA-DIM ICalibration
PA-DIM ICalibration CalibrationTimestamp
PA-DIM ICalibration TypeOfCalibration
PA-DIM ICalibration CalibrationPointSet

The components of ICalibrationType have additional references which are defined in Table 21.

Table 21 – ICalibrationType additional References
SourceBrowsePath Reference Type Is Forward TargetBrowsePath
CalibrationTimestamp0:HasDictionaryEntryTrue 3:0112/2///61987#ABP544#001
TypeOfCalibration0:HasDictionaryEntryTrue 3:0112/2///61987#ABH609#002

The child Nodes of the ICalibrationType have additional Attribute values defined in Table 22.

Table 22 – ICalibrationType Attribute values for child Nodes
BrowsePath Value Attribute
CalibrationTimestamp1/1/1601 12:00:00 AM
TypeOfCalibration0
ns=3;s=0112/2///61987#ABP732#001
adjustment

7.1.4 IConductivityCalibrationType

The IConductivityCalibrationType provides the interface to conductivity measurement specific calibration variables of the sensor resp. signal and is formally defined in Table 23.

Table 23 – IConductivityCalibrationType definition
Attribute Value
BrowseNameIConductivityCalibrationType
IsAbstractTrue
References NodeClass BrowseName DataType TypeDefinition Other
Subtype of 0:BaseInterfaceType defined in OPC 10000-5, i.e. inheriting the InstanceDeclarations of that Node
0:HasComponentVariableConductivityCellConstant0:Float0:AnalogUnitTypeO
Conformance Units
PA-DIM PhSignalType

The components of IConductivityCalibrationType have additional references which are defined in Table 24.

Table 24 – IConductivityCalibrationType additional References
SourceBrowsePath Reference Type Is Forward TargetBrowsePath
ConductivityCellConstant0:HasDictionaryEntryTrue 3:0112/2///61987#ABF161#001
0:HasDictionaryEntryTrue 3:0112/2///61987#ABA968#004

The child Nodes of the IConductivityCalibrationType have additional Attribute values defined in Table 25.

Table 25 – IConductivityCalibrationType Attribute values for child Nodes
BrowsePath Value Attribute
ConductivityCellConstant0.0
NamespaceUri: http://www.opcfoundation.org/UA/units/cdd/IEC62720
UnitId: 705744658
DisplayName: cm⁻¹
Description: reciprocal centimetre

7.1.5 IAmperometricCalibrationType

The IAmperometricCalibrationType provides the interface to amperometric measurement specific calibration variables of the sensor resp. signal and is formally defined in Table 26.

Table 26 – IAmperometricCalibrationType definition
Attribute Value
BrowseNameIAmperometricCalibrationType
IsAbstractTrue
References NodeClass BrowseName DataType TypeDefinition Other
Subtype of 0:BaseInterfaceType defined in OPC 10000-5, i.e. inheriting the InstanceDeclarations of that Node
0:HasComponentVariableAmperometricSensorSlope0:Float0:AnalogUnitTypeO
0:HasComponentVariableAmperometricSensorZeroPoint0:Float0:AnalogUnitTypeO
0:HasComponentVariableAbsoluteAirPressure0:Float0:AnalogUnitTypeO
0:HasPropertyVariableSensorT900:Float0:PropertyTypeO
Conformance Units
PA-DIM AmperometricSignalType
PA-DIM IAmperometricCalibration AbsoluteAirPressure
PA-DIM IAmperometricCalibration SensorT90

The components of IAmperometricCalibrationType have additional references which are defined in Table 27.

Table 27 – IAmperometricCalibrationType additional References
SourceBrowsePath Reference Type Is Forward TargetBrowsePath
AmperometricSensorSlope0:HasDictionaryEntryTrue 3:0112/2///61987#ABP572#001
0:HasDictionaryEntryTrue 3:0112/2///61987#ABA968#004
AmperometricSensorZeroPoint0:HasDictionaryEntryTrue 3:0112/2///61987#ABP573#001
0:HasDictionaryEntryTrue 3:0112/2///61987#ABA968#004
AbsoluteAirPressure0:HasDictionaryEntryTrue 3:0112/2///61987#ABP574#001
0:HasDictionaryEntryTrue 3:0112/2///61987#ABA968#004
SensorT900:HasDictionaryEntryTrue 3:0112/2///61987#ABP569#001

The child Nodes of the IAmperometricCalibrationType have additional Attribute values defined in Table 28.

Table 28 – IAmperometricCalibrationType Attribute values for child Nodes
BrowsePath Value Attribute
AmperometricSensorZeroPoint0.0
NamespaceUri: http://www.opcfoundation.org/UA/units/cdd/IEC62720
UnitId: 705750616
DisplayName: pA
Description: picoampere
AbsoluteAirPressure0.0
NamespaceUri: http://www.opcfoundation.org/UA/units/cdd/IEC62720
UnitId: 705746519
DisplayName: hPa
Description: hectopascal
SensorT900.0

7.1.6 IOpticalFluorescenseQuenchingCalibrationType

The IOpticalFluorescenseQuenchingCalibrationType provides the interface to optical fluorescence quenching measurement specific calibration variables of the sensor resp. signal and is formally defined in Table 29.

Table 29 – IOpticalFluorescenseQuenchingCalibrationType definition
Attribute Value
BrowseNameIOpticalFluorescenseQuenchingCalibrationType
IsAbstractTrue
References NodeClass BrowseName DataType TypeDefinition Other
Subtype of 0:BaseInterfaceType defined in OPC 10000-5, i.e. inheriting the InstanceDeclarations of that Node
0:HasComponentVariableOpticalFluorescenseQuenchingSensorSlope0:Float0:AnalogUnitTypeO
0:HasComponentVariableOpticalFluorescenseQuenchingSensorZeroPoint0:Float0:AnalogUnitTypeO
0:HasComponentVariableAbsoluteAirPressure0:Float0:AnalogUnitTypeO
0:HasPropertyVariableSensorT900:Float0:PropertyTypeO
Conformance Units
PA-DIM OpticalFluorescenseQuenchingSignalType
PA-DIM IOpticalFluorescenseQuenchingCalibration AbsoluteAirPressure
PA-DIM IOpticalFluorescenseQuenchingCalibration SensorT90

The components of IOpticalFluorescenseQuenchingCalibrationType have additional references which are defined in Table 30.

Table 30 – IOpticalFluorescenseQuenchingCalibrationType additional References
SourceBrowsePath Reference Type Is Forward TargetBrowsePath
OpticalFluorescenseQuenchingSensorSlope0:HasDictionaryEntryTrue 3:0112/2///61987#ABP586#001
0:HasDictionaryEntryTrue 3:0112/2///61987#ABA968#004
OpticalFluorescenseQuenchingSensorZeroPoint0:HasDictionaryEntryTrue 3:0112/2///61987#ABP587#001
0:HasDictionaryEntryTrue 3:0112/2///61987#ABA968#004
AbsoluteAirPressure0:HasDictionaryEntryTrue 3:0112/2///61987#ABP574#001
0:HasDictionaryEntryTrue 3:0112/2///61987#ABA968#004
SensorT900:HasDictionaryEntryTrue 3:0112/2///61987#ABP569#001

The child Nodes of the IOpticalFluorescenseQuenchingCalibrationType have additional Attribute values defined in Table 31.

Table 31 – IOpticalFluorescenseQuenchingCalibrationType Attribute values for child Nodes
BrowsePath Value Attribute
OpticalFluorescenseQuenchingSensorZeroPoint0.0
NamespaceUri: http://www.opcfoundation.org/UA/units/cdd/IEC62720
UnitId: 705741621
DisplayName: µs
Description: microsecond
AbsoluteAirPressure0.0
NamespaceUri: http://www.opcfoundation.org/UA/units/cdd/IEC62720
UnitId: 705746519
DisplayName: hPa
Description: hectopascal
SensorT900.0

7.1.7 IGasChromatographCalibrationType

The IGasChromatographCalibrationType provides the interface to gaschromatograph measurement specific calibration variables of the sensor resp. signal and is formally defined in Table 32.

Table 32 – IGasChromatographCalibrationTypedefinition
Attribute Value
BrowseNameIGasChromatographCalibrationType
IsAbstractTrue
References NodeClass BrowseName DataType TypeDefinition Other
Subtype of 0:BaseInterfaceType defined in OPC 10000-5, i.e. inheriting the InstanceDeclarations of that Node
0:HasPropertyVariableCalibrationRange1ResponseFactor0:Float0:PropertyTypeO
0:HasComponentVariableCalibrationRange1LowerRangeValue0:Float0:AnalogUnitTypeO
0:HasComponentVariableCalibrationRange1UpperRangeValue0:Float0:AnalogUnitTypeO
0:HasPropertyVariableCalibrationRange2ResponseFactor0:Float0:PropertyTypeO
0:HasComponentVariableCalibrationRange2LowerRangeValue0:Float0:AnalogUnitTypeO
0:HasComponentVariableCalibrationRange2UpperRangeValue0:Float0:AnalogUnitTypeO
0:HasPropertyVariableCalibrationRange3ResponseFactor0:Float0:PropertyTypeO
0:HasComponentVariableCalibrationRange3LowerRangeValue0:Float0:AnalogUnitTypeO
0:HasComponentVariableCalibrationRange3UpperRangeValue0:Float0:AnalogUnitTypeO
Conformance Units
PA-DIM GasChromatograph CalibrationRange1
PA-DIM GasChromatograph CalibrationRange2
PA-DIM GasChromatograph CalibrationRange3

CalibrationRange1ResponseFactor is defined by IRDI as ABQ024#001 which states "ratio between the concentration of a compound being analysed and the response of the detector to that compound for the calibration range 1".

CalibrationRange1LowerRangeValue is defined by IRDI as ABQ025#001 which states "volume concentration value assigned to the lower range end-value of calibration range 1".

CalibrationRange1UpperRangeValue is defined by IRDI as ABQ026#001 which states "volume concentration value assigned to the upper range end-value of calibration range 1".

CalibrationRange2ResponseFactor is defined by IRDI as ABQ027#001 which states "ratio between the concentration of a compound being analysed and the response of the detector to that compound for the calibration range 2".

CalibrationRange2LowerRangeValue is defined by IRDI as ABQ028#001 which states "volume concentration value assigned to the lower range end-value of calibration range 2".

CalibrationRange2UpperRangeValue is defined by IRDI as ABQ029#001 which states "volume concentration value assigned to the upper range end-value of calibration range 2".

CalibrationRange3ResponseFactor is defined by IRDI as ABQ030#001 which states "ratio between the concentration of a compound being analysed and the response of the detector to that compound for the calibration range 3".

CalibrationRange3LowerRangeValue is defined by IRDI as ABQ031#001 which states "volume concentration value assigned to the lower range end-value of calibration range 3".

CalibrationRange3UpperRangeValue is defined by IRDI as ABQ032#001 which states "volume concentration value assigned to the upper range end-value of calibration range 3".

The components of IGasChromatographCalibrationType have additional references which are defined in Table 33.

Table 33 – IGasChromatographCalibrationType additional References
SourceBrowsePath Reference Type Is Forward TargetBrowsePath
CalibrationRange1ResponseFactor0:HasDictionaryEntryTrue 3:0112/2///61987#ABQ024#001
CalibrationRange1LowerRangeValue0:HasDictionaryEntryTrue 3:0112/2///61987#ABQ025#001
CalibrationRange1UpperRangeValue0:HasDictionaryEntryTrue 3:0112/2///61987#ABQ026#001
CalibrationRange2ResponseFactor0:HasDictionaryEntryTrue 3:0112/2///61987#ABQ027#001
CalibrationRange2LowerRangeValue0:HasDictionaryEntryTrue 3:0112/2///61987#ABQ028#001
CalibrationRange2UpperRangeValue0:HasDictionaryEntryTrue 3:0112/2///61987#ABQ029#001
CalibrationRange3ResponseFactor0:HasDictionaryEntryTrue 3:0112/2///61987#ABQ030#001
CalibrationRange3LowerRangeValue0:HasDictionaryEntryTrue 3:0112/2///61987#ABQ031#001
CalibrationRange3UpperRangeValue0:HasDictionaryEntryTrue 3:0112/2///61987#ABQ032#001

The child Nodes of the IGasChromatographCalibrationType have additional Attribute values defined in Table 34.

Table 34 – IGasChromatographCalibrationType Attribute values for child Nodes
BrowsePath Value Attribute
CalibrationRange1ResponseFactor1.0
CalibrationRange1LowerRangeValue0.0

NamespaceUri: http://www.opcfoundation.org/UA/units/cdd/IEC62720

UnitId: 705848917

DisplayName: ppm

Description: parts per million

CalibrationRange1UpperRangeValue100.0

NamespaceUri: http://www.opcfoundation.org/UA/units/cdd/IEC62720

UnitId: 705848917

DisplayName: ppm

Description: parts per million

CalibrationRange2ResponseFactor1.0
CalibrationRange2LowerRangeValue0.0

NamespaceUri: http://www.opcfoundation.org/UA/units/cdd/IEC62720

UnitId: 705848917

DisplayName: ppm

Description: parts per million

CalibrationRange2UpperRangeValue100.0

NamespaceUri: http://www.opcfoundation.org/UA/units/cdd/IEC62720

UnitId: 705848917

DisplayName: ppm

Description: parts per million

CalibrationRange3ResponseFactor1.0
CalibrationRange3LowerRangeValue0.0

NamespaceUri: http://www.opcfoundation.org/UA/units/cdd/IEC62720

UnitId: 705848917

DisplayName: ppm

Description: parts per million

CalibrationRange3UpperRangeValue100.0

NamespaceUri: http://www.opcfoundation.org/UA/units/cdd/IEC62720

UnitId: 705848917

DisplayName: ppm

Description: parts per million

7.1.8 IPhCalibrationType

The IPhCalibrationType provides the interface to pH measurement specific calibration variables of the sensor resp. signal and is formally defined in Error! Reference source not found..

Table 35 – IPhCalibrationType definition
Attribute Value
BrowseNameIPhCalibrationType
IsAbstractTrue
References NodeClass BrowseName DataType TypeDefinition Other
Subtype of 0:BaseInterfaceType defined in OPC 10000-5, i.e. inheriting the InstanceDeclarations of that Node
0:HasComponentVariableSensorSlope0:Float0:AnalogUnitTypeO
0:HasComponentVariableSensorAsymmetryPotential0:Float0:AnalogUnitTypeO
0:HasPropertyVariableSensorT900:Float0:PropertyTypeO
Conformance Units
PA-DIM PhSignalType
PA-DIM IPhCalibration SensorT90

The components of IPhCalibrationType have additional references which are defined in Table 36.

Table 36 – IPhCalibrationType additional References
SourceBrowsePath Reference Type Is Forward TargetBrowsePath
SensorSlope0:HasDictionaryEntryTrue 3:0112/2///61987#ABP567#001
0:HasDictionaryEntryTrue 3:0112/2///61987#ABA968#004
SensorAsymmetryPotential0:HasDictionaryEntryTrue 3:0112/2///61987#ABP568#001
0:HasDictionaryEntryTrue 3:0112/2///61987#ABA968#004
SensorT900:HasDictionaryEntryTrue 3:0112/2///61987#ABP569#001

The child Nodes of the IPhCalibrationType have additional Attribute values defined in Table 37.

Table 37 – IPhCalibrationType Attribute values for child Nodes
BrowsePath Value Attribute
SensorSlope0.0

NamespaceUri: http://www.opcfoundation.org/UA/units/cdd/IEC62720
UnitId: 705749524
DisplayName: mV

Description: millivolt

SensorAsymmetryPotential0.0

NamespaceUri: http://www.opcfoundation.org/UA/units/cdd/IEC62720
UnitId: 705749524

DisplayName: mV

Description: millivolt

SensorT900.0

7.1.9 IGeneralDeviceConditionSetType

The IGeneralDeviceConditionSetType provides the interface to condition variables of the device and its components and is formally defined in Table 38.

Table 38 – IGeneralDeviceConditionSetType definition
Attribute Value
BrowseNameIGeneralDeviceConditionSetType
IsAbstractTrue
References NodeClass BrowseName DataType TypeDefinition Other
Subtype of 0:BaseInterfaceType defined in OPC 10000-5, i.e. inheriting the InstanceDeclarations of that Node
0:HasComponentObjectGeneralDeviceConditionsGeneralDeviceConditionSetTypeO
0:HasComponentObjectDeviceComponentConditions0:BaseObjectTypeO
Conformance Units
PA-DIM IGeneralDeviceConditionSet
PA-DIM IGeneralDeviceConditionSet DeviceComponentConditions
Table 39 – IGeneralDeviceConditionSetType additional subcomponents
BrowsePath References NodeClass BrowseName DataType TypeDefinition Other
DeviceComponentConditions0:HasComponentObject<DeviceComponentIdentifier>GeneralDeviceConditionSetTypeOP

<DeviceComponentIdentifier> is an optional placeholder for an object containing the condition variables related to a specific device component.

7.1.10 ITocDeviceConditionSetType

The ITocDeviceConditionSetType provides the interface to TOC device specific condition variables and is formally defined in Table 40.

Table 40 – ITocDeviceConditionSetType definition
Attribute Value
BrowseNameITocDeviceConditionSetType
IsAbstractTrue
References NodeClass BrowseName DataType TypeDefinition Other
Subtype of 0:BaseInterfaceType defined in OPC 10000-5, i.e. inheriting the InstanceDeclarations of that Node
0:HasComponentVariableCarrierGasVolumeFlow0:Float0:AnalogUnitTypeO
0:HasComponentVariableCarrierGasGaugePressure0:Float0:AnalogUnitTypeO
0:HasComponentVariableReactorTemperature0:Float0:AnalogUnitTypeO
0:HasComponentVariableSampleWaterVolumeFlow0:Float0:AnalogUnitTypeO
0:HasComponentVariableReferenceInjectionVolume0:Float0:AnalogUnitTypeO
0:HasComponentVariableActualInjectedVolume0:Float0:AnalogUnitTypeO
0:HasComponentVariableCoolerTemperature0:Float0:AnalogUnitTypeO
Conformance Units
PA-DIM TocAnalyserType
PA-DIM TocAnalyserType CarrierGasGaugePressure
PA-DIM TocAnalyserType SampleWaterVolumeFlow
PA-DIM TocAnalyserType ActualInjectedVolume

The components of ITocDeviceConditionSetType have additional references which are defined in Table 41.

Table 41 – ITocDeviceConditionSetType additional References
SourceBrowsePath Reference Type Is Forward TargetBrowsePath
CarrierGasVolumeFlow0:HasDictionaryEntryTrue 3:0112/2///61987#ABP558#001
0:HasDictionaryEntryTrue 3:0112/2///61987#ABA968#004
CarrierGasGaugePressure0:HasDictionaryEntryTrue 3:0112/2///61987#ABP559#001
0:HasDictionaryEntryTrue 3:0112/2///61987#ABA968#004
ReactorTemperature0:HasDictionaryEntryTrue 3:0112/2///61987#ABP554#001
0:HasDictionaryEntryTrue 3:0112/2///61987#ABA968#004
SampleWaterVolumeFlow0:HasDictionaryEntryTrue 3:0112/2///61987#ABP561#001
0:HasDictionaryEntryTrue 3:0112/2///61987#ABA968#004
ReferenceInjectionVolume0:HasDictionaryEntryTrue 3:0112/2///61987#ABP563#001
0:HasDictionaryEntryTrue 3:0112/2///61987#ABA968#004
ActualInjectedVolume0:HasDictionaryEntryTrue 3:0112/2///61987#ABP564#001
0:HasDictionaryEntryTrue 3:0112/2///61987#ABA968#004
CoolerTemperature0:HasDictionaryEntryTrue 3:0112/2///61987#ABP555#001
0:HasDictionaryEntryTrue 3:0112/2///61987#ABA968#004

The child Nodes of the ITocDeviceConditionSetType have additional Attribute values defined in Table 42.

Table 42 – ITocDeviceConditionSetType Attribute values for child Nodes
BrowsePath Value Attribute
CarrierGasVolumeFlow0.0
NamespaceUri: http://www.opcfoundation.org/UA/units/cdd/IEC62720
UnitId: 705747637
DisplayName: l/h
Description: litre per hour
CarrierGasGaugePressure0.0
NamespaceUri: http://www.opcfoundation.org/UA/units/cdd/IEC62720
UnitId: 705749552
DisplayName: mbar
Description: millibar
ReactorTemperature0.0
NamespaceUri: http://www.opcfoundation.org/UA/units/cdd/IEC62720
UnitId: 705741427
DisplayName: °C
Description: degree Celsius
SampleWaterVolumeFlow0.0

NamespaceUri: http://www.opcfoundation.org/UA/units/cdd/IEC62720
UnitId: 705749685
DisplayName: ml/min

Description: millilitre per minute

ReferenceInjectionVolume0.0

NamespaceUri: http://www.opcfoundation.org/UA/units/cdd/IEC62720

UnitId: 705749652
DisplayName: ml

Description: millilitre

ActualInjectedVolume0.0

NamespaceUri: http://www.opcfoundation.org/UA/units/cdd/IEC62720

UnitId: 705749652
DisplayName: ml

Description: millilitre

CoolerTemperature0.0
NamespaceUri: http://www.opcfoundation.org/UA/units/cdd/IEC62720
UnitId: 705741427
DisplayName: °C
Description: degree Celsius

7.1.11 IFlameIonisationDeviceConditionSetType

The IFlameIonisationDeviceConditionSetType provides the interface to FID specific condition variables and is formally defined in Table 43.

Table 43 – IFlameIonisationDeviceConditionSetType definition
Attribute Value
BrowseNameIFlameIonisationDeviceConditionSetType
IsAbstractTrue
References NodeClass BrowseName DataType TypeDefinition Other
Subtype of 0:BaseInterfaceType defined in OPC 10000-5, i.e. inheriting the InstanceDeclarations of that Node
0:HasComponentVariableCatalystTemperature0:Float0:AnalogUnitTypeO
0:HasComponentVariableFuelGasPressure0:Float0:AnalogUnitTypeO
0:HasComponentVariableCombustionAirPressure0:Float0:AnalogUnitTypeO
0:HasComponentVariableBlockTemperature0:Float0:AnalogUnitTypeO
Conformance Units
PA-DIM FlameIonisationDetectorType CatalystTemperature
PA-DIM FlameIonisationDetectorType FuelGasPressure
PA-DIM FlameIonisationDetectorType CombustionAirPressure
PA-DIM FlameIonisationDetectorType BlockTemperature

The components of IFlameIonisationDeviceConditionSetType have additional references which are defined in Table 44.

Table 44 – IFlameIonisationDeviceConditionSetType additional References
SourceBrowsePath Reference Type Is Forward TargetBrowsePath
CatalystTemperature0:HasDictionaryEntryTrue 3:0112/2///61987#ABP576#001
0:HasDictionaryEntryTrue 3:0112/2///61987#ABA968#004
FuelGasPressure0:HasDictionaryEntryTrue 3:0112/2///61987#ABP578#001
0:HasDictionaryEntryTrue 3:0112/2///61987#ABA968#004
CombustionAirPressure0:HasDictionaryEntryTrue 3:0112/2///61987#ABP579#001
0:HasDictionaryEntryTrue 3:0112/2///61987#ABA968#004
BlockTemperature0:HasDictionaryEntryTrue 3:0112/2///61987#ABP577#001
0:HasDictionaryEntryTrue 3:0112/2///61987#ABA968#004

The child Nodes of the IFlameIonisationDeviceConditionSetType have additional Attribute values defined in Table 45.

Table 45 – IFlameIonisationDeviceConditionSetType Attribute values for child Nodes
BrowsePath Value Attribute
CatalystTemperature0.0
NamespaceUri: http://www.opcfoundation.org/UA/units/cdd/IEC62720
UnitId: 705741427
DisplayName: °C
Description: degree Celsius
FuelGasPressure0.0
NamespaceUri: http://www.opcfoundation.org/UA/units/cdd/IEC62720
UnitId: 705749552
DisplayName: mbar
Description: millibar
CombustionAirPressure0.0
NamespaceUri: http://www.opcfoundation.org/UA/units/cdd/IEC62720
UnitId: 705749552
DisplayName: mbar
Description: millibar
BlockTemperature0.0
NamespaceUri: http://www.opcfoundation.org/UA/units/cdd/IEC62720
UnitId: 705741427
DisplayName: °C
Description: degree Celsius

7.1.12 IGasChromatographDeviceConditionSetType

The IGasChromatographDeviceConditionSetType provides the interface to gas chromatograph device specific condition variables and is formally defined in Table 46

Table 46 – IGasChromatographDeviceConditionSetType definition
Attribute Value
BrowseNameIGasChromatographDeviceConditionSetType
IsAbstractTrue
References NodeClass BrowseName DataType TypeDefinition Other
Subtype of 0:BaseInterfaceType defined in OPC 10000-5, i.e. inheriting the InstanceDeclarations of that Node
0:HasPropertyVariableValveName0:LocalizedText[]0:PropertyTypeO
0:HasPropertyVariableValveSwitchingCyclesCounter0:UInt32[]0:PropertyTypeO
0:HasComponentVariableTotalAreaMeasuredPeaks0:Float0:AnalogUnitTypeO
0:HasComponentVariableBaselineNoise0:Float0:AnalogUnitTypeO
Conformance Units
PA-DIM GasChromatographType
PA-DIM GasChromatographType Valve
PA-DIM GasChromatographType TotalAreaMeasuredPeaks
PA-DIM GasChromatographType BaselineNoise

The components of IGasChromatographDeviceConditionSetType have additional references which are defined in Table 48.

Table 47 – IGasChromatographDeviceConditionSetType additional References
SourceBrowsePath Reference Type Is Forward TargetBrowsePath
ValveName0:HasDictionaryEntryTrue 3:0112/2///61987#ABQ046#001
ValveSwitchingCyclesCounter0:HasDictionaryEntryTrue 3:0112/2///61987#ABQ007#001
TotalAreaMeasuredPeaks0:HasDictionaryEntryTrue 3:0112/2///61987#ABQ043#001
BaselineNoise0:HasDictionaryEntryTrue 3:0112/2///61987#ABQ036#001

The child Nodes of the IGasChromatographDeviceConditionSetType have additional Attribute values defined in Table 48.

Table 48 – IGasChromatographDeviceConditionSetType Attribute values for child Nodes
BrowsePath Value Attribute
TotalAreaMeasuredPeaks0.0

NamespaceUri: http://www.opcfoundation.org/UA/units/cdd/IEC62720

UnitId: 705741328

DisplayName: %

Description: percent

BaselineNoise0.0

NamespaceUri: http://www.opcfoundation.org/UA/units/cdd/IEC62720
UnitId: 705749524

DisplayName: mV
Description: millivolt

7.1.13 IFtnirOrFtirDeviceConditionSetType

The IFtnirOrFtirDeviceConditionSetType provides the interface to Fourier Transform Near-Infrared Spectroscopy or Fourier Transform Infrared Spectroscopy device specific condition variables and is formally defined in Table 49.

Table 49 – IFtnirOrFtirDeviceConditionSetType definition
Attribute Value
BrowseNameIFtnirOrFtirDeviceConditionSetType
IsAbstractTrue
References NodeClass BrowseName DataType TypeDefinition Other
Subtype of 0:BaseInterfaceType defined in OPC 10000-5, i.e. inheriting the InstanceDeclarations of that Node
0:HasPropertyVariableWatchdog0:Boolean0:PropertyTypeO
0:HasPropertyVariableRemainingDataStorageCapacity0:Float0:PropertyTypeO
Conformance Units
PA-DIM FtnirOrFtirSpectrometerType
PA-DIM FtnirOrFtirSpectrometerType Watchdog
PA-DIM FtnirOrFtirSpectrometerType RemainingDataStorageCapacity

The components of IFtnirOrFtirDeviceConditionSetType have additional references which are defined in Table 50.

Table 50 – IFtnirOrFtirDeviceConditionSetType additional References
SourceBrowsePath Reference Type Is Forward TargetBrowsePath
Watchdog0:HasDictionaryEntryTrue 3:0112/2///61987#ABP996#002
RemainingDataStorageCapacity0:HasDictionaryEntryTrue 3:0112/2///61987#ABQ039#001

The child Nodes of the IFtnirOrFtirDeviceConditionSetType have additional Attribute values defined in Table 51.

Table 51 – IFtnirOrFtirDeviceConditionSetType Attribute values for child Nodes
BrowsePath Value Attribute
RemainingDataStorageCapacity0.0

7.1.14 IDiodeArrayDeviceConditionSetType

The IDiodeArrayDeviceConditionSetType provides the interface to Diode array spectrometer device specific condition variables and is formally defined in Table 52.

Table 52 – IDiodeArrayDeviceConditionSetType definition
Attribute Value
BrowseNameIDiodeArrayDeviceConditionSetType
IsAbstractTrue
References NodeClass BrowseName DataType TypeDefinition Other
Subtype of 0:BaseInterfaceType defined in OPC 10000-5, i.e. inheriting the InstanceDeclarations of that Node
0:HasPropertyVariableWatchdog0:Boolean0:PropertyTypeO
0:HasPropertyVariableRemainingDataStorageCapacity0:Float0:PropertyTypeO
Conformance Units
PA-DIM DiodeArraySpectrometerType
PA-DIM DiodeArraySpectrometerType Watchdog
PA-DIM DiodeArraySpectrometerType RemainingDataStorageCapacity

The components of IDiodeArrayDeviceConditionSetType have additional references which are defined in Table 53.

Table 53 – IDiodeArrayDeviceConditionSetType additional References
SourceBrowsePath Reference Type Is Forward TargetBrowsePath
Watchdog0:HasDictionaryEntryTrue 3:0112/2///61987#ABP996#002
RemainingDataStorageCapacity0:HasDictionaryEntryTrue 3:0112/2///61987#ABQ039#001

The child Nodes of the IDiodeArrayDeviceConditionSetType have additional Attribute values defined in Table 54.

Table 54 – IDiodeArrayDeviceConditionSetType Attribute values for child Nodes
BrowsePath Value Attribute
RemainingDataStorageCapacity0.0

7.1.15 IRamanDeviceConditionSetType

The IRamanDeviceConditionSetType provides the interface to Raman spectrometer device specific condition variables and is formally defined in Table 55.

Table 55 – IRamanDeviceConditionSetType definition
Attribute Value
BrowseNameIRamanDeviceConditionSetType
IsAbstractTrue
References NodeClass BrowseName DataType TypeDefinition Other
Subtype of 0:BaseInterfaceType defined in OPC 10000-5, i.e. inheriting the InstanceDeclarations of that Node
0:HasPropertyVariableWatchdog0:Boolean0:PropertyTypeO
0:HasPropertyVariableRemainingDataStorageCapacity0:Float0:PropertyTypeO
Conformance Units
PA-DIM RamanSpectrometerType
PA-DIM RamanSpectrometerType Watchdog
PA-DIM RamanSpectrometerType RemainingDataStorageCapacity

The components of IRamanDeviceConditionSetType have additional references which are defined in Table 56.

Table 56 – IRamanDeviceConditionSetType additional References
SourceBrowsePath Reference Type Is Forward TargetBrowsePath
Watchdog0:HasDictionaryEntryTrue 3:0112/2///61987#ABP996#002
RemainingDataStorageCapacity0:HasDictionaryEntryTrue 3:0112/2///61987#ABQ039#001

The child Nodes of the IRamanDeviceConditionSetType have additional Attribute values defined in Table 57.

Table 57 – IRamanDeviceConditionSetType Attribute values for child Nodes
BrowsePath Value Attribute
RemainingDataStorageCapacity0.0

7.1.16 INonDispersiveInfraredSignalConditionSetType

The INonDispersiveInfraredSignalConditionSetType provides the interface to NDIR measurement signal specific condition variables and is formally defined in Table 58.

Table 58 – INonDispersiveInfraredSignalConditionSetType definition
Attribute Value
BrowseNameINonDispersiveInfraredSignalConditionSetType
IsAbstractTrue
References NodeClass BrowseName DataType TypeDefinition Other
Subtype of 0:BaseInterfaceType defined in OPC 10000-5, i.e. inheriting the InstanceDeclarations of that Node
0:HasComponentVariableChopperFrequencyDeviation0:Float0:BaseAnalogTypeO
0:HasComponentVariableAbsoluteSampleGasPressure0:Float0:AnalogUnitTypeO
0:HasComponentVariableSampleCellTemperature0:Float0:AnalogUnitTypeO
0:HasPropertyVariableSourceResidualLife0:Float0:PropertyTypeO
Conformance Units
PA-DIM NonDispersiveInfraredSignalType ChopperFrequencyDeviation
PA-DIM NonDispersiveInfraredSignalType
PA-DIM NonDispersiveInfraredSignalType AbsoluteSampleGasPressure

The components of INonDispersiveInfraredSignalConditionSetType have additional references which are defined in Table 59.

Table 59 – INonDispersiveInfraredSignalConditionSetType additional References
SourceBrowsePath Reference Type Is Forward TargetBrowsePath
ChopperFrequencyDeviation0:HasDictionaryEntryTrue 3:0112/2///61987#ABP553#001
0:HasDictionaryEntryTrue 3:0112/2///61987#ABA968#004
AbsoluteSampleGasPressure0:HasDictionaryEntryTrue 3:0112/2///61987#ABP560#001
0:HasDictionaryEntryTrue 3:0112/2///61987#ABA968#004
SampleCellTemperature0:HasDictionaryEntryTrue 3:0112/2///61987#ABP556#001
0:HasDictionaryEntryTrue 3:0112/2///61987#ABA968#004
SourceResidualLife0:HasDictionaryEntryTrue 3:0112/2///61987#ABP552#001

The child Nodes of the INonDispersiveInfraredSignalConditionSetType have additional Attribute values defined in Table 60.

Table 60 – INonDispersiveInfraredSignalConditionSetType Attribute values for child Nodes
BrowsePath Value Attribute
ChopperFrequencyDeviation0.0

NamespaceUri: http://www.opcfoundation.org/UA/units/cdd/IEC62720

UnitId: 705741328

DisplayName: %

Description: percent

AbsoluteSampleGasPressure0.0
NamespaceUri: http://www.opcfoundation.org/UA/units/cdd/IEC62720
UnitId: 705749552
DisplayName: mbar
Description: millibar
SampleCellTemperature0.0
NamespaceUri: http://www.opcfoundation.org/UA/units/cdd/IEC62720
UnitId: 705741427
DisplayName: °C
Description: degree Celsius
SourceResidualLife1.0

7.1.17 ITocSignalConditionSetType

The ITocSignalConditionSetType provides the interface to TOC measurement signal specific condition variables and is formally defined in Table 61.

Table 61 – ITocSignalConditionSetType definition
Attribute Value
BrowseNameITocSignalConditionSetType
IsAbstractTrue
References NodeClass BrowseName DataType TypeDefinition Other
Subtype of 0:BaseInterfaceType defined in OPC 10000-5, i.e. inheriting the InstanceDeclarations of that Node
0:HasComponentVariableChopperFrequencyDeviation0:Float0:BaseAnalogTypeO
0:HasComponentVariableRelativeReagentLevel0:Float{Any}0:AnalogUnitTypeO
0:HasComponentVariableSampleCellTemperature0:Float0:AnalogUnitTypeO
0:HasComponentVariableDetectorZeroSignal0:Float0:AnalogUnitTypeO
0:HasPropertyVariableSourceResidualLife0:Float0:PropertyTypeO
0:HasComponentVariableAbsoluteSampleGasPressure0:Float0:AnalogUnitTypeO
0:HasComponentVariableSampleGasVolumeFlow0:Float0:AnalogUnitTypeO
Conformance Units
PA-DIM TocSignalType
PA-DIM TocSignalType ChopperFrequencyDeviation
PA-DIM TocSignalType RelativeReagentLevel
PA-DIM TocSignalType AbsoluteSampleGasPressure
PA-DIM TocSignalType SampleGasVolumeFlow

The components of ITocSignalConditionSetType have additional references which are defined in Table 62.

Table 62 – ITocSignalConditionSetType additional References
SourceBrowsePath Reference Type Is Forward TargetBrowsePath
ChopperFrequencyDeviation0:HasDictionaryEntryTrue 3:0112/2///61987#ABP553#001
0:HasDictionaryEntryTrue 3:0112/2///61987#ABA968#004
RelativeReagentLevel0:HasDictionaryEntryTrue 3:0112/2///61987#ABP557#001
0:HasDictionaryEntryTrue 3:0112/2///61987#ABA968#004
SampleCellTemperature0:HasDictionaryEntryTrue 3:0112/2///61987#ABP556#001
0:HasDictionaryEntryTrue 3:0112/2///61987#ABA968#004
DetectorZeroSignal0:HasDictionaryEntryTrue 3:0112/2///61987#ABP551#001
0:HasDictionaryEntryTrue 3:0112/2///61987#ABA968#004
SourceResidualLife0:HasDictionaryEntryTrue 3:0112/2///61987#ABP552#001
AbsoluteSampleGasPressure0:HasDictionaryEntryTrue 3:0112/2///61987#ABP560#001
0:HasDictionaryEntryTrue 3:0112/2///61987#ABA968#004
SampleGasVolumeFlow0:HasDictionaryEntryTrue 3:0112/2///61987#ABP562#001
0:HasDictionaryEntryTrue 3:0112/2///61987#ABA968#004

The child Nodes of the ITocSignalConditionSetType have additional Attribute values defined in Table 63.

Table 63 – ITocSignalConditionSetType Attribute values for child Nodes
BrowsePath Value Attribute
ChopperFrequencyDeviation0.0

NamespaceUri: http://www.opcfoundation.org/UA/units/cdd/IEC62720

UnitId: 705741328

DisplayName: %

Description: percent

RelativeReagentLevel0.0

NamespaceUri: http://www.opcfoundation.org/UA/units/cdd/IEC62720

UnitId: 705741328

DisplayName: %

Description: percent

SampleCellTemperature0.0
NamespaceUri: http://www.opcfoundation.org/UA/units/cdd/IEC62720
UnitId: 705741427
DisplayName: °C
Description: degree Celsius
DetectorZeroSignal0.0

NamespaceUri: http://www.opcfoundation.org/UA/units/cdd/IEC62720
UnitId: 705848917

DisplayName: ppm

Description: parts per million

SourceResidualLife1.0
AbsoluteSampleGasPressure0.0
NamespaceUri: http://www.opcfoundation.org/UA/units/cdd/IEC62720
UnitId: 705749552
DisplayName: mbar
Description: millibar
SampleGasVolumeFlow0.0

NamespaceUri: http://www.opcfoundation.org/UA/units/cdd/IEC62720

UnitId: 705747637

DisplayName: l/h

Description: litre per hour

7.1.18 IParamagneticSignalConditionSetType

The IParamagneticSignalConditionSetType provides the interface to paramagnetic measurement signal specific condition variables and is formally defined in Table 64.

Table 64 – IParamagneticSignalConditionSetType definition
Attribute Value
BrowseNameIParamagneticSignalConditionSetType
IsAbstractTrue
References NodeClass BrowseName DataType TypeDefinition Other
Subtype of 0:BaseInterfaceType defined in OPC 10000-5, i.e. inheriting the InstanceDeclarations of that Node
0:HasComponentVariableSampleTemperature0:Float0:AnalogUnitTypeO
0:HasComponentVariableSensingElementTemperature0:Float0:AnalogUnitTypeO
Conformance Units
PA-DIM ParamagneticSignalType

The components of IParamagneticSignalConditionSetType have additional references which are defined in Table 65.

Table 65 – IParamagneticSignalConditionSetType additional References
SourceBrowsePath Reference Type Is Forward TargetBrowsePath
SampleTemperature0:HasDictionaryEntryTrue 3:0112/2///61987#ABP575#001
0:HasDictionaryEntryTrue 3:0112/2///61987#ABA968#004
SensingElementTemperature0:HasDictionaryEntryTrue 3:0112/2///61987#ABP565#001
0:HasDictionaryEntryTrue 3:0112/2///61987#ABA968#004

The child Nodes of the IParamagneticSignalConditionSetType have additional Attribute values defined in Table 66.

Table 66 – IParamagneticSignalConditionSetType Attribute values for child Nodes
BrowsePath Value Attribute
SampleTemperature0.0
NamespaceUri: http://www.opcfoundation.org/UA/units/cdd/IEC62720
UnitId: 705741427
DisplayName: °C
Description: degree Celsius
SensingElementTemperature0.0
NamespaceUri: http://www.opcfoundation.org/UA/units/cdd/IEC62720
UnitId: 705741427
DisplayName: °C
Description: degree Celsius

7.1.19 IThermalConductivitySignalConditionSetType

The IThermalConductivitySignalConditionSetType provides the interface to thermal conductivity measurement signal specific condition variables and is formally defined in Table 67.

Table 67 – IThermalConductivitySignalConditionSetType definition
Attribute Value
BrowseNameIThermalConductivitySignalConditionSetType
IsAbstractTrue
References NodeClass BrowseName DataType TypeDefinition Other
Subtype of 0:BaseInterfaceType defined in OPC 10000-5, i.e. inheriting the InstanceDeclarations of that Node
0:HasComponentVariableSampleTemperature0:Float0:AnalogUnitTypeO
Conformance Units
PA-DIM ThermalConductivitySignalType

The components of IThermalConductivitySignalConditionSetType have additional references which are defined in Table 68.

Table 68 – IThermalConductivitySignalConditionSetType additional References
SourceBrowsePath Reference Type Is Forward TargetBrowsePath
SampleTemperature0:HasDictionaryEntryTrue 3:0112/2///61987#ABP575#001
0:HasDictionaryEntryTrue 3:0112/2///61987#ABA968#004

The child Nodes of the IThermalConductivitySignalConditionSetType have additional Attribute values defined in Table 69.

Table 69 – IThermalConductivitySignalConditionSetType Attribute values for child Nodes
BrowsePath Value Attribute
SampleTemperature0.0
NamespaceUri: http://www.opcfoundation.org/UA/units/cdd/IEC62720
UnitId: 705741427
DisplayName: °C
Description: degree Celsius

7.1.20 ITunableDiodeLaserSignalConditionSetType

The ITunableDiodeLaserSignalConditionSetType provides the interface to TDL measurement signal specific condition variables and is formally defined in Table 70.

Table 70 – ITunableDiodeLaserSignalConditionSetType definition
Attribute Value
BrowseNameITunableDiodeLaserSignalConditionSetType
IsAbstractTrue
References NodeClass BrowseName DataType TypeDefinition Other
Subtype of 0:BaseInterfaceType defined in OPC 10000-5, i.e. inheriting the InstanceDeclarations of that Node
0:HasComponentVariableAbsoluteSampleGasPressure0:Float0:AnalogUnitTypeO
0:HasComponentVariableSampleTemperature0:Float0:AnalogUnitTypeO
0:HasComponentVariableTransmissionRatio0:Float0:DataItemTypeO
0:HasComponentVariableSignalNoiseRatio0:Float0:DataItemTypeO
0:HasComponentVariableLaserTemperature0:Float0:AnalogUnitTypeO
0:HasComponentVariableSignalFitQuality0:Float0:DataItemTypeO
Conformance Units
PA-DIM TunableDiodeLaserSignalType
PA-DIM TunableDiodeLaserSignalType SignalFitQuality
PA-DIM TunableDiodeLaserSignalType SignalNoiseRatio
PA-DIM TunableDiodeLaserSignalType TransmissionRatio
PA-DIM TunableDiodeLaserSignalType LaserTemperature
PA-DIM TunableDiodeLaserSignalType AbsoluteSampleGasPressure

The components of ITunableDiodeLaserSignalConditionSetType have additional references which are defined in Table 71.

Table 71 – ITunableDiodeLaserSignalConditionSetType additional References
SourceBrowsePath Reference Type Is Forward TargetBrowsePath
AbsoluteSampleGasPressure0:HasDictionaryEntryTrue 3:0112/2///61987#ABP560#001
0:HasDictionaryEntryTrue 3:0112/2///61987#ABA968#004
SampleTemperature0:HasDictionaryEntryTrue 3:0112/2///61987#ABP575#001
0:HasDictionaryEntryTrue 3:0112/2///61987#ABA968#004
TransmissionRatio0:HasDictionaryEntryTrue 3:0112/2///61987#ABP582#001
SignalNoiseRatio0:HasDictionaryEntryTrue 3:0112/2///61987#ABP581#001
LaserTemperature0:HasDictionaryEntryTrue 3:0112/2///61987#ABP583#001
0:HasDictionaryEntryTrue 3:0112/2///61987#ABA968#004
SignalFitQuality0:HasDictionaryEntryTrue 3:0112/2///61987#ABP580#001

The child Nodes of the ITunableDiodeLaserSignalConditionSetType have additional Attribute values defined in Table 72.

Table 72 – ITunableDiodeLaserSignalConditionSetType Attribute values for child Nodes
BrowsePath Value Attribute
AbsoluteSampleGasPressure0.0
NamespaceUri: http://www.opcfoundation.org/UA/units/cdd/IEC62720
UnitId: 705749552
DisplayName: mbar
Description: millibar
SampleTemperature0.0
NamespaceUri: http://www.opcfoundation.org/UA/units/cdd/IEC62720
UnitId: 705741427
DisplayName: °C
Description: degree Celsius
TransmissionRatio0.0
SignalNoiseRatio0.0
LaserTemperature0.0
NamespaceUri: http://www.opcfoundation.org/UA/units/cdd/IEC62720
UnitId: 705741427
DisplayName: °C
Description: degree Celsius
SignalFitQuality0.0

7.1.21 IZirconiumDioxideSignalConditionSetType

The IZirconiumDioxideSignalConditionSetType provides the interface to Zirconium dioxide measurement signal specific condition variables and is formally defined in Table 73.

Table 73 – IZirconiumDioxideSignalConditionSetType definition
Attribute Value
BrowseNameIZirconiumDioxideSignalConditionSetType
IsAbstractTrue
References NodeClass BrowseName DataType TypeDefinition Other
Subtype of 0:BaseInterfaceType defined in OPC 10000-5, i.e. inheriting the InstanceDeclarations of that Node
0:HasComponentVariableRelativeHeatOutput0:Float0:AnalogUnitTypeO
0:HasComponentVariableCellResistance0:Float0:AnalogUnitTypeO
0:HasPropertyVariableSensingElementResidualLife0:Float0:PropertyTypeO
0:HasComponentVariableSensingElementTemperature0:Float0:AnalogUnitTypeO
0:HasComponentVariableSampleGasVolumeFlow0:Float0:AnalogUnitTypeO
Conformance Units
PA-DIM ZirconiumDioxideSignalType
PA-DIM ZirconiumDioxideSignalType RelativeHeatOutput
PA-DIM ZirconiumDioxideSignalType CellResistance
PA-DIM ZirconiumDioxideSignalType SensingElementResidualLife
PA-DIM ZirconiumDioxideSignalType SampleGasVolumeFlow

The components of IZirconiumDioxideSignalConditionSetType have additional references which are defined in Table 74.

Table 74 – IZirconiumDioxideSignalConditionSetType additional References
SourceBrowsePath Reference Type Is Forward TargetBrowsePath
RelativeHeatOutput0:HasDictionaryEntryTrue 3:0112/2///61987#ABP585#001
0:HasDictionaryEntryTrue 3:0112/2///61987#ABA968#004
CellResistance0:HasDictionaryEntryTrue 3:0112/2///61987#ABP596#001
SensingElementResidualLife0:HasDictionaryEntryTrue 3:0112/2///61987#ABP584#001
SensingElementTemperature0:HasDictionaryEntryTrue 3:0112/2///61987#ABP565#001
0:HasDictionaryEntryTrue 3:0112/2///61987#ABA968#004
SampleGasVolumeFlow0:HasDictionaryEntryTrue 3:0112/2///61987#ABP562#001
0:HasDictionaryEntryTrue 3:0112/2///61987#ABA968#004

The child Nodes of the IZirconiumDioxideSignalConditionSetType have additional Attribute values defined in Table 75.

Table 75 – IZirconiumDioxideSignalConditionSetType Attribute values for child Nodes
BrowsePath Value Attribute
RelativeHeatOutput0.0

NamespaceUri: http://www.opcfoundation.org/UA/units/cdd/IEC62720

UnitId: 705741328

DisplayName: %

Description: percent

CellResistance0.0
SensingElementResidualLife1.0
SensingElementTemperature0.0
NamespaceUri: http://www.opcfoundation.org/UA/units/cdd/IEC62720
UnitId: 705741427
DisplayName: °C
Description: degree Celsius
SampleGasVolumeFlow0.0
NamespaceUri: http://www.opcfoundation.org/UA/units/cdd/IEC62720
UnitId: 705747637
DisplayName: l/h
Description: litre per hour

7.1.22 IPhSignalConditionSetType

The IPhSignalConditionSetType provides the interface to pH measurement signal specific condition variables and is formally defined in Table 76.

Table 76 – IPhSignalConditionSetType definition
Attribute Value
BrowseNameIPhSignalConditionSetType
IsAbstractTrue
References NodeClass BrowseName DataType TypeDefinition Other
Subtype of 0:BaseInterfaceType defined in OPC 10000-5, i.e. inheriting the InstanceDeclarations of that Node
0:HasComponentVariablePhMeasuringMethod0:UInt320:MultiStateDictionaryEntryDiscreteTypeO
0:HasComponentVariableSensingElementTemperature0:Float0:AnalogUnitTypeO
0:HasComponentVariableSensorNextCalibration0:UInt320:AnalogUnitTypeO
0:HasComponentVariableSensingElementImpedance0:Float0:AnalogUnitTypeO
0:HasComponentVariableSensorReferenceImpedance0:Float0:AnalogUnitTypeO
0:HasPropertyVariableSensorCleaningsCounter0:UInt320:PropertyTypeO
0:HasPropertyVariableSensorSterilisationsCounter0:UInt320:PropertyTypeO
Conformance Units
PA-DIM PhSignalType
PA-DIM PhSignalType SensorNextCalibration
PA-DIM PhSignalType SensingElementImpedance
PA-DIM PhSignalType SensorReferenceImpedance
PA-DIM PhSignalType SensorCleaningsCounter
PA-DIM PhSignalType SensorSterilisationsCounter

The components of IPhSignalConditionSetType have additional references which are defined in Table 77.

Table 77 – IPhSignalConditionSetType additional References
SourceBrowsePath Reference Type Is Forward TargetBrowsePath
PhMeasuringMethod0:HasDictionaryEntryTrue 3:0112/2///61987#ABP640#002
SensingElementTemperature0:HasDictionaryEntryTrue 3:0112/2///61987#ABP565#001
0:HasDictionaryEntryTrue 3:0112/2///61987#ABA968#004
SensorNextCalibration0:HasDictionaryEntryTrue 3:0112/2///61987#ABP566#001
0:HasDictionaryEntryTrue 3:0112/2///61987#ABA968#004
SensingElementImpedance0:HasDictionaryEntryTrue 3:0112/2///61987#ABP570#001
0:HasDictionaryEntryTrue 3:0112/2///61987#ABA968#004
SensorReferenceImpedance0:HasDictionaryEntryTrue 3:0112/2///61987#ABP571#001
0:HasDictionaryEntryTrue 3:0112/2///61987#ABA968#004
SensorCleaningsCounter0:HasDictionaryEntryTrue 3:0112/2///61987#ABP546#001
SensorSterilisationsCounter0:HasDictionaryEntryTrue 3:0112/2///61987#ABP547#001

The child Nodes of the IPhSignalConditionSetType have additional Attribute values defined in Table 78.

Table 78 – IPhSignalConditionSetType Attribute values for child Nodes
BrowsePath Value Attribute
PhMeasuringMethod0
ns=3;s=0112/2///61987#ABP718#001
glass electrode
SensingElementTemperature0.0

NamespaceUri: http://www.opcfoundation.org/UA/units/cdd/IEC62720
UnitId: 705741427
DisplayName: °C

Description: degree Celsius

SensorNextCalibration0

NamespaceUri: http://www.opcfoundation.org/UA/units/cdd/IEC62720

UnitId: 705745431

DisplayName: d

Description: day

SensingElementImpedance0.0

NamespaceUri: http://www.opcfoundation.org/UA/units/cdd/IEC62720

UnitId: 705741367

DisplayName: Ω

Description: ohm

SensorReferenceImpedance0.0

NamespaceUri: http://www.opcfoundation.org/UA/units/cdd/IEC62720

UnitId: 705741367

DisplayName: Ω

Description: ohm

SensorCleaningsCounter0
SensorSterilisationsCounter0

7.1.23 IConductivitySignalConditionSetType

The IConductivitySignalConditionSetType provides the interface to conductivity measurement signal specific condition variables and is formally defined in Table 79.

Table 79 – IConductivitySignalConditionSetType definition
Attribute Value
BrowseNameIConductivitySignalConditionSetType
IsAbstractTrue
References NodeClass BrowseName DataType TypeDefinition Other
Subtype of 0:BaseInterfaceType defined in OPC 10000-5, i.e. inheriting the InstanceDeclarations of that Node
0:HasComponentVariableConductivityMeasuringMethod0:UInt320:MultiStateDictionaryEntryDiscreteTypeO
0:HasComponentVariableSensingElementTemperature0:Float0:AnalogUnitTypeO
0:HasComponentVariableTemperatureCompensationStyle0:UInt320:MultiStateDictionaryEntryDiscreteTypeO
0:HasPropertyVariableSensorCleaningsCounter0:UInt320:PropertyTypeO
0:HasPropertyVariableSensorSterilisationsCounter0:UInt320:PropertyTypeO
Conformance Units
PA-DIM PhSignalType
PA-DIM ConductivitySignalType SensorCleaningsCounter
PA-DIM ConductivitySignalType SensorSterilisationsCounter

The components of IConductivitySignalConditionSetType have additional references which are defined in Table 80.

Table 80 – IConductivitySignalConditionSetType additional References
SourceBrowsePath Reference Type Is Forward TargetBrowsePath
ConductivityMeasuringMethod0:HasDictionaryEntryTrue 3:0112/2///61987#ABP641#002
SensingElementTemperature0:HasDictionaryEntryTrue 3:0112/2///61987#ABP565#001
0:HasDictionaryEntryTrue 3:0112/2///61987#ABA968#004
TemperatureCompensationStyle0:HasDictionaryEntryTrue 3:0112/2///61987#ABP642#002
SensorCleaningsCounter0:HasDictionaryEntryTrue 3:0112/2///61987#ABP546#001
SensorSterilisationsCounter0:HasDictionaryEntryTrue 3:0112/2///61987#ABP547#001

The child Nodes of the IConductivitySignalConditionSetType have additional Attribute values defined in Table 81.

Table 81 – IConductivitySignalConditionSetType Attribute values for child Nodes
BrowsePath Value Attribute
ConductivityMeasuringMethod0
ns=3;s=0112/2///61987#ABP721#001
inductive
SensingElementTemperature0.0
NamespaceUri: http://www.opcfoundation.org/UA/units/cdd/IEC62720
UnitId: 705741427
DisplayName: °C
Description: degree Celsius
TemperatureCompensationStyle0
ns=3;s=0112/2///61987#ABP724#001
no temperature compensation
SensorCleaningsCounter0
SensorSterilisationsCounter0

7.1.24 IAmperometricSignalConditionSetType

The IAmperometricSignalConditionSetType provides the interface to amperometric measurement signal specific condition variables and is formally defined in Table 82.

Table 82 – IAmperometricSignalConditionSetType definition
Attribute Value
BrowseNameIAmperometricSignalConditionSetType
IsAbstractTrue
References NodeClass BrowseName DataType TypeDefinition Other
Subtype of 0:BaseInterfaceType defined in OPC 10000-5, i.e. inheriting the InstanceDeclarations of that Node
0:HasComponentVariableSensingElementTemperature0:Float0:AnalogUnitTypeO
0:HasComponentVariableSensorNextCalibration0:UInt320:AnalogUnitTypeO
0:HasPropertyVariableSensorCleaningsCounter0:UInt320:PropertyTypeO
0:HasPropertyVariableSensorSterilisationsCounter0:UInt320:PropertyTypeO
Conformance Units
PA-DIM AmperometricSignalType
PA-DIM AmperometricSignalType SensorNextCalibration
PA-DIM AmperometricSignalType SensorCleaningsCounter
PA-DIM AmperometricSignalType SensorSterilisationsCounter

The components of IAmperometricSignalConditionSetType have additional references which are defined in Table 83.

Table 83 – IAmperometricSignalConditionSetType additional References
SourceBrowsePath Reference Type Is Forward TargetBrowsePath
SensingElementTemperature0:HasDictionaryEntryTrue 3:0112/2///61987#ABP565#001
0:HasDictionaryEntryTrue 3:0112/2///61987#ABA968#004
SensorNextCalibration0:HasDictionaryEntryTrue 3:0112/2///61987#ABP566#001
0:HasDictionaryEntryTrue 3:0112/2///61987#ABA968#004
SensorCleaningsCounter0:HasDictionaryEntryTrue 3:0112/2///61987#ABP546#001
SensorSterilisationsCounter0:HasDictionaryEntryTrue 3:0112/2///61987#ABP547#001

The child Nodes of the IAmperometricSignalConditionSetType have additional Attribute values defined in Table 84.

Table 84 – IAmperometricSignalConditionSetType Attribute values for child Nodes
BrowsePath Value Attribute
SensingElementTemperature0.0

NamespaceUri: http://www.opcfoundation.org/UA/units/cdd/IEC62720
UnitId: 705741427
DisplayName: °C

Description: degree Celsius

SensorNextCalibration0
NamespaceUri: http://www.opcfoundation.org/UA/units/cdd/IEC62720
UnitId: 705745431
DisplayName: d
Description: day
SensorCleaningsCounter0
SensorSterilisationsCounter0

7.1.25 IAmperometricGasDetectorSignalConditionSetType

The IAmperometricGasDetectorSignalConditionSetType provides the interface to Amperometric Electrochemical signal specific condition variables and is formally defined in Table 85

Table 85 – IAmperometricGasDetectorSignalConditionSetType definition
Attribute Value
BrowseNameIAmperometricGasDetectorSignalConditionSetType
IsAbstractTrue
References NodeClass BrowseName DataType TypeDefinition Other
Subtype of 0:BaseInterfaceType defined in OPC 10000-5, i.e. inheriting the InstanceDeclarations of that Node
0:HasComponentVariableSensingElementTemperature 0:Float0:AnalogUnitTypeO
0:HasPropertyVariableSensorNextCalibrationFixed0:Float0:PropertyTypeO
0:HasPropertyVariableSensorNextCalibrationDynamic0:Float0:PropertyTypeO
0:HasPropertyVariablePowerOnDurationSensor0:Duration0:PropertyTypeO
0:HasPropertyVariableSensingElementResidualLife0:Float0:PropertyTypeO
0:HasPropertyVariableRelativeGasFlowRate0:Float0:PropertyTypeO
0:HasPropertyVariableConsumedSensorCapacity0:Float0:PropertyTypeO
0:HasPropertyVariableRangeExceedancePeakValue0:Float0:PropertyTypeO
0:HasPropertyVariableRangeExceedanceDuration0: Duration0:PropertyTypeO
0:HasPropertyVariableSensingElementResidualSensitivity0:Float0:PropertyTypeO
Conformance Units
PA-DIM AmperometricGasDetectorSignalType
PA-DIM AmperometricGasDetectorSignalType SensorNextCalibrationFixed
PA-DIM AmperometricGasDetectorSignalType SensorNextCalibrationDynamic
PA-DIM AmperometricGasDetectorSignalType PowerOnDurationSensor
PA-DIM AmperometricGasDetectorSignalType SensingElementResidualLife
PA-DIM AmperometricGasDetectorSignalType RelativeGasFlowRate
PA-DIM AmperometricGasDetectorSignalType ConsumedSensorCapacity
PA-DIM AmperometricGasDetectorSignalType RangeExceedance
PA-DIM AmperometricGasDetectorSignalType SensingElementResidualSensitivity

The components of IAmperometricGasDetectorSignalConditionSetType have additional references which are defined in Table 86.

Table 86 – IAmperometricGasDetectorSignalConditionSetType additional References
SourceBrowsePath Reference Type Is Forward TargetBrowsePath
SensingElementTemperature 0:HasDictionaryEntryTrue 3:0112/2///61987#ABP565#001
SensorNextCalibrationFixed0:HasDictionaryEntryTrue 3:0112/2///61987#ABQ016#001
SensorNextCalibrationDynamic0:HasDictionaryEntryTrue 3:0112/2///61987#ABQ017#001
PowerOnDurationSensor0:HasDictionaryEntryTrue 3:0112/2///61987#ABQ010#001
SensingElementResidualLife0:HasDictionaryEntryTrue 3:0112/2///61987#ABP584#001
RelativeGasFlowRate0:HasDictionaryEntryTrue 3:0112/2///61987#ABQ011#001
ConsumedSensorCapacity0:HasDictionaryEntryTrue 3:0112/2///61987#ABQ018#001
RangeExceedancePeakValue0:HasDictionaryEntryTrue 3:0112/2///61987#ABQ019#001
RangeExceedanceDuration0:HasDictionaryEntryTrue 3:0112/2///61987#ABQ020#001
SensingElementResidualSensitivity0:HasDictionaryEntryTrue 3:0112/2///61987#ABQ040#001

The child Nodes of the IAmperometricGasDetectorSignalConditionSetType have additional Attribute values defined in Table 87.

Table 87 – IAmperometricGasDetectorSignalConditionSetType Attribute values for child Nodes
BrowsePath Value Attribute
SensingElementTemperature 0
SensorNextCalibrationFixed0
SensorNextCalibrationDynamic0
PowerOnDurationSensor0
SensingElementResidualLife1
RelativeGasFlowRate0
ConsumedSensorCapacity0
RangeExceedancePeakValue0
RangeExceedanceDuration0
SensingElementResidualSensitivity1

7.1.26 IOpticalFluorescenseQuenchingSignalConditionSetType

The IOpticalFluorescenseQuenchingSignalConditionSetType provides the interface to optical fluorescence quenching measurement signal specific condition variables and is formally defined in Table 88.

Table 88 – IOpticalFluorescenseQuenchingSignalConditionSetType definition
Attribute Value
BrowseNameIOpticalFluorescenseQuenchingSignalConditionSetType
IsAbstractTrue
References NodeClass BrowseName DataType TypeDefinition Other
Subtype of 0:BaseInterfaceType defined in OPC 10000-5, i.e. inheriting the InstanceDeclarations of that Node
0:HasComponentVariableSensingElementTemperature0:Float0:AnalogUnitTypeO
0:HasComponentVariableSensorNextCalibration0:UInt320:AnalogUnitTypeO
0:HasPropertyVariableSensorCleaningsCounter0:UInt320:PropertyTypeO
0:HasPropertyVariableSensorSterilisationsCounter0:UInt320:PropertyTypeO
Conformance Units
PA-DIM OpticalFluorescenseQuenchingSignalType
PA-DIM OpticalFluorescenseQuenchingSignalType SensorNextCalibration
PA-DIM OpticalFluorescenseQuenchingSignalType SensorCleaningsCounter
PA-DIM OpticalFluorescenseQuenchingSignalType SensorSterilisationsCounter

The components of IOpticalFluorescenseQuenchingSignalConditionSetType have additional references which are defined in Table 89.

Table 89 – IOpticalFluorescenseQuenchingSignalConditionSetType additional References
SourceBrowsePath Reference Type Is Forward TargetBrowsePath
SensingElementTemperature0:HasDictionaryEntryTrue 3:0112/2///61987#ABP565#001
0:HasDictionaryEntryTrue 3:0112/2///61987#ABA968#004
SensorNextCalibration0:HasDictionaryEntryTrue 3:0112/2///61987#ABP566#001
0:HasDictionaryEntryTrue 3:0112/2///61987#ABA968#004
SensorCleaningsCounter0:HasDictionaryEntryTrue 3:0112/2///61987#ABP546#001
SensorSterilisationsCounter0:HasDictionaryEntryTrue 3:0112/2///61987#ABP547#001

The child Nodes of the IOpticalFluorescenseQuenchingSignalConditionSetType have additional Attribute values defined in Table 90.

Table 90 – IOpticalFluorescenseQuenchingSignalConditionSetType Attribute values for child Nodes
BrowsePath Value Attribute
SensingElementTemperature0.0

NamespaceUri: http://www.opcfoundation.org/UA/units/cdd/IEC62720
UnitId: 705741427
DisplayName: °C

Description: degree Celsius

SensorNextCalibration0
NamespaceUri: http://www.opcfoundation.org/UA/units/cdd/IEC62720
UnitId: 705745431
DisplayName: d
Description: day
SensorCleaningsCounter0
SensorSterilisationsCounter0

7.1.27 IGasChromatographSignalConditionSetType

The IGasChromatographSignalConditionSetType provides the interface to gaschromatograph measurement signal specific condition variables and is formally defined in Table 91

Table 91 – IGasChromatographSignalConditionSetType definition
Attribute Value
BrowseNameIGasChromatographSignalConditionSetType
IsAbstractTrue
References NodeClass BrowseName DataType TypeDefinition Other
Subtype of 0:BaseInterfaceType defined in OPC 10000-5, i.e. inheriting the InstanceDeclarations of that Node
0:HasComponentVariablePeakWidth0:Float0:AnalogUnitTypeO
0:HasComponentVariablePeakHeight0:Float0:AnalogUnitTypeO
0:HasComponentVariablePeakArea0:Float0:AnalogUnitTypeO
0:HasPropertyVariableTailingFactor0:Float0:PropertyTypeO
0:HasComponentVariableExpectedRetentionTime0:Float0:AnalogUnitTypeO
0:HasComponentVariableActualRetentionTime0:Float0:AnalogUnitTypeO
0:HasPropertyVariableInjectionTime0:DateTime0:PropertyTypeO
0:HasPropertyVariableComponentName0:String0:PropertyTypeO
Conformance Units
PA-DIM GasChromatographSignalType
PA-DIM GasChromatographSignalType Peak
PA-DIM GasChromatographSignalType RetentionTime
PA-DIM GasChromatographSignalType InjectionTime
PA-DIM GasChromatographSignalType ComponentName

The components of IGasChromatographSignalConditionSetType have additional references which are defined in Table 92.

Table 92 – IGasChromatographSignalConditionSetType additional References
SourceBrowsePath Reference Type Is Forward TargetBrowsePath
PeakWidth0:HasDictionaryEntryTrue 3:0112/2///61987#ABQ022#001
PeakHeight0:HasDictionaryEntryTrue 3:0112/2///61987#ABQ023#001
PeakArea0:HasDictionaryEntryTrue 3:0112/2///61987#ABQ042#001
TailingFactor0:HasDictionaryEntryTrue 3:0112/2///61987#ABQ033#001
ExpectedRetentionTime0:HasDictionaryEntryTrue 3:0112/2///61987#ABQ034#001
ActualRetentionTime0:HasDictionaryEntryTrue 3:0112/2///61987#ABQ035#001
InjectionTime0:HasDictionaryEntryTrue 3:0112/2///61987#ABQ006#001
ComponentName0:HasDictionaryEntryTrue 3:0112/2///61987#ABQ045#001

The child Nodes of the IGasChromatographSignalConditionSetType have additional Attribute values defined in Table 93.

Table 93 – IGasChromatographSignalConditionSetType Attribute values for child Nodes
BrowsePath Value Attribute
PeakWidth0
PeakHeight0
PeakArea0
TailingFactor1.0
ExpectedRetentionTime0
ActualRetentionTime0
InjectionTime1/1/1601 12:00:00 AM
ComponentName

7.1.28 IFtnirOrFtirSignalConditionSetType

The IFtnirOrFtirSignalConditionSetTypeprovides the interface to FT NIR or FT IR signal specific condition variables and is formally defined in Table 94

Table 94 – IFtnirOrFtirSignalConditionSetType definition
Attribute Value
BrowseNameIFtnirOrFtirSignalConditionSetType
IsAbstractTrue
References NodeClass BrowseName DataType TypeDefinition Other
Subtype of 0:BaseInterfaceType defined in OPC 10000-5, i.e. inheriting the InstanceDeclarations of that Node
0:HasComponentVariableTransmissionRatio0:Float0:DataItemTypeO
0:HasComponentVariableSensingElementTemperature0:Float0:AnalogUnitTypeO
0:HasPropertyVariableMahalanobisDistance0:Float0:PropertyTypeO
0:HasPropertyVariableSpectralResidual0:Float0:PropertyTypeO
0:HasPropertyVariableElectronicsReadNoise0:Float0:PropertyTypeO
0:HasPropertyVariableLaserResidualLife0:Float0:PropertyTypeO
Conformance Units
PA-DIM FtnirOrFtirSignalType
PA-DIM FtnirOrFtirSignalType TransmissionRatio
PA-DIM FtnirOrFtirSignalType MahalanobisDistance
PA-DIM FtnirOrFtirSignalType SpectralResidual
PA-DIM FtnirOrFtirSignalType ElectronicsReadNoise
PA-DIM FtnirOrFtirSignalType LaserResidualLife

The components of IFtnirOrFtirSignalConditionSetType have additional references which are defined in Table 95.

Table 95 – IFtnirOrFtirSignalConditionSetType additional References
SourceBrowsePath Reference Type Is Forward TargetBrowsePath
TransmissionRatio0:HasDictionaryEntryTrue 3:0112/2///61987#ABP582#001
SensingElementTemperature0:HasDictionaryEntryTrue 3:0112/2///61987#ABP565#001
MahalanobisDistance0:HasDictionaryEntryTrue 3:0112/2///61987#ABQ037#001
SpectralResidual0:HasDictionaryEntryTrue 3:0112/2///61987#ABQ038#001
ElectronicsReadNoise0:HasDictionaryEntryTrue 3:0112/2///61987#ABQ057#001
LaserResidualLife0:HasDictionaryEntryTrue 3:0112/2///61987#ABQ044#001

The child Nodes of the IFtnirOrFtirSignalConditionSetType have additional Attribute values defined in Table 96.

Table 96 – IFtnirOrFtirSignalConditionSetType Attribute values for child Nodes
BrowsePath Value Attribute
TransmissionRatio0.0
SensingElementTemperature0.0
MahalanobisDistance0.0
SpectralResidual0.0
ElectronicsReadNoise0.0
LaserResidualLife1.0

7.1.29 IDiodeArraySignalConditionSetType

The IDiodeArraySignalConditionSetType provides the interface to Diode Array signal specific condition variables and is formally defined in Table 97

Table 97 – IDiodeArraySignalConditionSetType definition
Attribute Value
BrowseNameIDiodeArraySignalConditionSetType
IsAbstractTrue
References NodeClass BrowseName DataType TypeDefinition Other
Subtype of 0:BaseInterfaceType defined in OPC 10000-5, i.e. inheriting the InstanceDeclarations of that Node
0:HasPropertyVariableSourceResidualLife0:Float0:PropertyTypeO
0:HasComponentVariableSensingElementTemperature0:Float0:AnalogUnitTypeO
0:HasPropertyVariableMahalanobisDistance0:Float0:PropertyTypeO
0:HasPropertyVariableSpectralResidual0:Float0:PropertyTypeO
0:HasPropertyVariableElectronicsReadNoise0:Float0:PropertyTypeO
Conformance Units
PA-DIM DiodeArraySignalType
PA-DIM DiodeArraySignalType SourceResidualLife
PA-DIM DiodeArraySignalType MahalanobisDistance
PA-DIM DiodeArraySignalType SpectralResidual
PA-DIM DiodeArraySignalType ElectronicsReadNoise

The components of IDiodeArraySignalConditionSetType have additional references which are defined in Table 98.

Table 98 – IDiodeArraySignalConditionSetType additional References
SourceBrowsePath Reference Type Is Forward TargetBrowsePath
SourceResidualLife0:HasDictionaryEntryTrue 3:0112/2///61987#ABP552#001
SensingElementTemperature0:HasDictionaryEntryTrue 3:0112/2///61987#ABP565#001
MahalanobisDistance0:HasDictionaryEntryTrue 3:0112/2///61987#ABQ037#001
SpectralResidual0:HasDictionaryEntryTrue 3:0112/2///61987#ABQ038#001
ElectronicsReadNoise0:HasDictionaryEntryTrue 3:0112/2///61987#ABQ057#001

The child Nodes of the IFtnirOrFtirSignalConditionSetType have additional Attribute values defined in Table 99.

Table 99 – IDiodeArraySignalConditionSetType Attribute values for child Nodes
BrowsePath Value Attribute
SourceResidualLife1.0
SensingElementTemperature0
MahalanobisDistance0
SpectralResidual0
ElectronicsReadNoise0

7.1.30 IRamanSignalConditionSetType

The IRamanSignalConditionSetTypeprovides the interface to Raman signal specific condition variables and is formally defined in Table 100

Table 100 – IRamanSignalConditionSetType definition
Attribute Value
BrowseNameIRamanSignalConditionSetType
IsAbstractTrue
References NodeClass BrowseName DataType TypeDefinition Other
Subtype of 0:BaseInterfaceType defined in OPC 10000-5, i.e. inheriting the InstanceDeclarations of that Node
0:HasPropertyVariableSourceResidualLife0:Float0:PropertyTypeO
0:HasComponentVariableSensingElementTemperature0:Float0:AnalogUnitTypeO
0:HasPropertyVariableMahalanobisDistance0:Float0:PropertyTypeO
0:HasPropertyVariableSpectralResidual0:Float0:PropertyTypeO
0:HasPropertyVariableElectronicsReadNoise0:Float0:PropertyTypeO
Conformance Units
PA-DIM RamanSignalType
PA-DIM RamanSignalType SourceResidualLife
PA-DIM RamanSignalType SensingElementTemperature
PA-DIM RamanSignalType MahalanobisDistance
PA-DIM RamanSignalType SpectralResidual
PA-DIM RamanSignalType ElectronicsReadNoise

The components of IRamanSignalConditionSetType have additional references which are defined in Table 101.

Table 101 – IRamanSignalConditionSetType additional References
SourceBrowsePath Reference Type Is Forward TargetBrowsePath
SourceResidualLife0:HasDictionaryEntryTrue 3:0112/2///61987#ABP552#001
SensingElementTemperature0:HasDictionaryEntryTrue 3:0112/2///61987#ABP565#001
MahalanobisDistance0:HasDictionaryEntryTrue 3:0112/2///61987#ABQ037#001
SpectralResidual0:HasDictionaryEntryTrue 3:0112/2///61987#ABQ038#001
ElectronicsReadNoise0:HasDictionaryEntryTrue 3:0112/2///61987#ABQ057#001

The child Nodes of the IFtnirOrFtirSignalConditionSetType have additional Attribute values defined in Table 102.

Table 102 – IRamanSignalConditionSetType Attribute values for child Nodes
BrowsePath Value Attribute
SourceResidualLife1.0
SensingElementTemperature0.0
MahalanobisDistance0.0
SpectralResidual0.0
ElectronicsReadNoise0.0

7.1.31 IInfraredSignalConditionSetType

The IInfraredSignalConditionSetType provides the interface to Infrared signal specific condition variables and is formally defined in Table 103

Table 103 – IInfraredSignalConditionSetType definition
Attribute Value
BrowseNameIInfraredSignalConditionSetType
IsAbstractTrue
References NodeClass BrowseName DataType TypeDefinition Other
Subtype of 0:BaseInterfaceType defined in OPC 10000-5, i.e. inheriting the InstanceDeclarations of that Node
0:HasComponentVariableSensingElementTemperature 0:Float0:AnalogUnitTypeO
0:HasPropertyVariableSourceResidualLife0:Float0:PropertyTypeO
0:HasPropertyVariableTransmissionRatio0:Float0:PropertyTypeO
0:HasPropertyVariableSensorNextCalibrationFixed0:Float0:PropertyTypeO
0:HasPropertyVariableSensorNextCalibrationDynamic0:Float0:PropertyTypeO
0:HasPropertyVariablePowerOnDurationSensor0: Duration0:PropertyTypeO
0:HasPropertyVariableSensingElementResidualLife0:Float0:PropertyTypeO
0:HasPropertyVariableRelativeGasFlowRate0:Float0:PropertyTypeO
0:HasPropertyVariableSensingElementResidualSensitivity0:Float0:PropertyTypeO
Conformance Units
PA-DIM InfraredSignalType
PA-DIM InfraredSignalType SourceResidualLife
PA-DIM InfraredSignalType TransmissionRatio
PA-DIM InfraredSignalType SensorNextCalibrationFixed
PA-DIM InfraredSignalType SensorNextCalibrationDynamic
PA-DIM InfraredSignalType PowerOnDurationSensor
PA-DIM InfraredSignalType SensingElementResidualLife

The components of IInfraredSignalConditionSetType have additional references which are defined in Table 104.

Table 104 – IInfraredSignalConditionSetType additional References
SourceBrowsePath Reference Type Is Forward TargetBrowsePath
SensingElementTemperature 0:HasDictionaryEntryTrue 3:0112/2///61987#ABP565#001
SourceResidualLife0:HasDictionaryEntryTrue 3:0112/2///61987#ABQ041#001
TransmissionRatio0:HasDictionaryEntryTrue 3:0112/2///61987#ABP582#001
SensorNextCalibrationFixed0:HasDictionaryEntryTrue 3:0112/2///61987#ABQ016#001
SensorNextCalibrationDynamic0:HasDictionaryEntryTrue 3:0112/2///61987#ABQ017#001
PowerOnDurationSensor0:HasDictionaryEntryTrue 3:0112/2///61987#ABQ010#001
SensingElementResidualLife0:HasDictionaryEntryTrue 3:0112/2///61987#ABP584#001
RelativeGasFlowRate0:HasDictionaryEntryTrue 3:0112/2///61987#ABQ011#001
SensingElementResidualSensitivity0:HasDictionaryEntryTrue 3:0112/2///61987#ABQ040#001

The child Nodes of the IInfraredSignalConditionSetType have additional Attribute values defined in Table 105.

Table 105 – IInfraredSignalConditionSetType Attribute values for child Nodes
BrowsePath Value Attribute
SensingElementTemperature 0
SourceResidualLife1.0
TransmissionRatio0
SensorNextCalibrationFixed0
SensorNextCalibrationDynamic0
PowerOnDurationSensor0
SensingElementResidualLife1.0
RelativeGasFlowRate0
SensingElementResidualSensitivity1.0

7.1.32 ICatalyticBeadSignalConditionSetType

The I CatalyticBeadSignalConditionSetType provides the interface to Catalytic Bead signal specific condition variables and is formally defined in Table 106

Table 106 – ICatalyticBeadSignalConditionSetType definition
Attribute Value
BrowseNameICatalyticBeadSignalConditionSetType
IsAbstractTrue
References NodeClass BrowseName DataType TypeDefinition Other
Subtype of 0:BaseInterfaceType defined in OPC 10000-5, i.e. inheriting the InstanceDeclarations of that Node
0:HasComponentVariableSensingElementTemperature 0:Float0:AnalogUnitTypeO
0:HasPropertyVariableSensorNextCalibrationFixed0:Float0:PropertyTypeO
0:HasPropertyVariableSensorNextCalibrationDynamic0:Float0:PropertyTypeO
0:HasPropertyVariablePowerOnDurationSensor0:Duration0:PropertyTypeO
0:HasPropertyVariableSensingElementResidualLife0:Float0:PropertyTypeO
0:HasPropertyVariableRelativeGasFlowRate0:Float0:PropertyTypeO
0:HasComponentVariableSensorValue0:Float0:AnalogUnitTypeO
0:HasPropertyVariableSensingElementResidualSensitivity0:Float0:PropertyTypeO
Conformance Units
PA-DIM CatalyticBeadSignalType
PA-DIM CatalyticBeadSignalType SensorNextCalibrationFixed
PA-DIM CatalyticBeadSignalType SensorNextCalibrationDynamic
PA-DIM CatalyticBeadSignalType PowerOnDurationSensor
PA-DIM CatalyticBeadSignalType SensingElementResidualLife
PA-DIM CatalyticBeadSignalType RelativeGasFlowRate
PA-DIM CatalyticBeadSignalType SensorValue
PA-DIM CatalyticBeadSignalType SensingElementResidualSensitivity

The components of ICatalyticBeadSignalType SignalConditionSetType have additional references which are defined in Table 107.

Table 107 – ICatalyticBeadSignalConditionSetType additional References
SourceBrowsePath Reference Type Is Forward TargetBrowsePath
SensingElementTemperature 0:HasDictionaryEntryTrue 3:0112/2///61987#ABP565#001
SensorNextCalibrationFixed0:HasDictionaryEntryTrue 3:0112/2///61987#ABQ016#001
SensorNextCalibrationDynamic0:HasDictionaryEntryTrue 3:0112/2///61987#ABQ017#001
PowerOnDurationSensor0:HasDictionaryEntryTrue 3:0112/2///61987#ABQ010#001
SensingElementResidualLife0:HasDictionaryEntryTrue 3:0112/2///61987#ABP584#001
RelativeGasFlowRate0:HasDictionaryEntryTrue 3:0112/2///61987#ABQ011#001
SensorValue0:HasDictionaryEntryTrue 3:0112/2///61987#ABQ021#001
SensingElementResidualSensitivity0:HasDictionaryEntryTrue 3:0112/2///61987#ABQ040#001

The child Nodes of the IAmperometricGasDetectorSignalConditionSetType have additional Attribute values defined in Table 108.

Table 108 – ICatalyticBeadSignalConditionSetType Attribute values for child Nodes
BrowsePath Value Attribute
SensingElementTemperature 0
SensorNextCalibrationFixed0
SensorNextCalibrationDynamic0
PowerOnDurationSensor0
SensingElementResidualLife1
RelativeGasFlowRate0
SensorValue0
SensingElementResidualSensitivity1

7.2 PADIMType

The PADIMType is a subtype of the ComponentType, defined in OPC 10000-100. It is formally defined in Table 109.

Table 109 – PADIMType definition
Attribute Value
BrowseNamePADIMType
IsAbstractFalse
References NodeClass BrowseName DataType TypeDefinition Other
Subtype of 2:ComponentType defined in OPC 10000-100, i.e. inheriting the InstanceDeclarations of that Node
 
Applied from IVendorNameplateType defined on ComponentType in OPC 10000-100
0:HasPropertyVariable2:Manufacturer0:LocalizedText0:PropertyTypeM
0:HasPropertyVariable2:ManufacturerUri0:String0:PropertyTypeM
0:HasPropertyVariable2:Model0:LocalizedText0:PropertyTypeM
0:HasPropertyVariable2:SerialNumber0:String0:PropertyTypeM
0:HasPropertyVariable2:ProductCode0:String0:PropertyTypeM
0:HasPropertyVariable2:HardwareRevision0:String0:PropertyTypeM
0:HasPropertyVariable2:SoftwareRevision0:String0:PropertyTypeM
0:HasPropertyVariable2:DeviceRevision0:SemanticVersionString0:PropertyTypeO
0:HasPropertyVariable2:RevisionCounter0:Int320:PropertyTypeM
0:HasPropertyVariable2:ProductInstanceUri0:String0:PropertyTypeM
Applied from ITagNameplateType defined on ComponentType
0:HasPropertyVariable2:AssetId0:String0:PropertyTypeM
0:HasInterfaceObjectType2:IDeviceHealthTypeDefined in OPC 10000-100
0:HasInterfaceObjectTypeIAdministrationTypeDefined above, see chapter 7.1.1
0:HasInterfaceObjectTypeISignalSetTypeDefined above, see chapter 7.1.2
Applied from IDeviceHealthType defined in OPC 10000-100
0:HasComponentVariable2:DeviceHealth2:DeviceHealthEnumeration0:BaseDataVariableTypeM
0:HasComponentObject2:DeviceHealthAlarms 0:FolderTypeO
Applied from IAdministrationType
0:HasComponentVariableDisplayLanguage0:LocaleId0:BaseDataVariableTypeO
0:HasComponentVariableDateOfLastChange0:DateTime0:BaseDataVariableTypeO
0:HasComponentMethodFactoryResetSee chapter 9.1O
Applied from ISignalSetType
0:HasComponentObjectSignalSet SignalSetTypeO
      
0:HasDictionaryEntryObject3:<DictionaryEntryName> 0:IrdiDictionaryEntryType
0:HasComponentObjectSubDevices 2:ConfigurableObjectTypeO
0:HasComponentObjectDeviceConditionSet BaseObjectTypeO
0:HasPropertyVariable0:DefaultInstanceBrowseName0:QualifiedName0:PropertyType
Conformance Units
PA-DIM Base
PA-DIM Base Alarming
PA-DIM Browsable Alarms
PA-DIM IAdmin DisplayLanguage
PA-DIM IAdmin DateOfChange
PA-DIM IAdmin FactoryReset
PA-DIM ISignal
PA-DIM SignalSet
PA-DIM SubDevices
PA-DIM DeviceRevision
PA-DIM Device Condition Set
PA-DIM IGeneralDeviceConditionSet Interface
PA-DIM IGeneralDeviceConditionSet DeviceComponentConditions

The DefaultInstanceBrowseName Property – defined in OPC 10000-3 – is used to specify the recommended BrowseName for instances of the PADIMType, see Figure 11. Its Value is defined in Table 112.

The following figure illustrates the usage of DefaultInstanceBrowseName.

Figure 11 – Example of Integration of PA-DIM with FDI Part 5 Information Model

The IVendorNamePlateType Interface items that are listed are actually inherited from ComponentType and are listed here because the ModellingRule for these instances is revised to be mandatory (they are optional in ComponentType) or restrictions are introduced here (for 2:DeviceRevision).

DeviceRevision provides the overall revision level of a hardware component or the Device. As an example, this Property can be used in ERP systems together with the ProductCode Property. SemanticVersionString (a sub-type of String defined in OPC 10000-5) shall be used when using the Semantic Versioning format. Each of <major>, <minor>, <patch> shall be able to represent a two-byte integer.

The ITagNamePlateType Interface item that is listed is actually inherited from ComponentType and is listed here because the ModellingRule for the instance is revised to be mandatory, it is only optional in ComponentType.

The DateOfLastChange shall be timestamped in the OPC UA Server.

3:<DictionaryEntryName> is an optional placeholder for an object of IrdiDictionaryEntryType that defines a predefined group of one or more classes below ABV000, e.g. Final control element or Measuring instrument. ABV000 is defined in IEC 61987 Common Data Dictionary (CDD). A Measuring instrument could be e.g. a Coriolis mass flow transmitter with the IrdiIdentifier 3:0112/2///61987#ABA763#003.

The optional SubDevices Object is used to expose sub-devices. The contained SupportedTypes Object (see OPC 10000-100) shall only reference PADIMType or ObjectTypes that are subtypes of the PADIMType, and thus all subdevices shall be instances of PADIMType or subtypes.

DeviceConditionSet is a container object for the condition parameters of the device. It has a reference to IGeneralDeviceConditionSetType to add device specific condition variables.

The components of PADIMType have additional references which are defined in Table 110.

Table 110 – PADIMType additional References
SourceBrowsePath Reference Type Is Forward TargetBrowsePath
2:Manufacturer0:HasDictionaryEntryTrue 3:0112/2///61360_7#CBA031#001
2:ManufacturerUri0:HasDictionaryEntryTrue 3:0112/2///61360_7#CBA032#001
2:Model0:HasDictionaryEntryTrue 3:0112/2///61360_7#CBA039#001
2:SerialNumber0:HasDictionaryEntryTrue 3:0112/2///61360_7#CBA050#001
2:ProductCode0:HasDictionaryEntryTrue 3:0112/2///61360_7#CBA040#001
2:HardwareRevision0:HasDictionaryEntryTrue 3:0112/2///61360_7#CBA047#001
2:SoftwareRevision0:HasDictionaryEntryTrue 3:0112/2///61360_7#CBA046#001
2:DeviceRevision0:HasDictionaryEntryTrue 3:0112/2///61987#ABP643#002
2:RevisionCounter0:HasDictionaryEntryTrue 3:0112/2///61987#ABN603#002
2:ProductInstanceUri0:HasDictionaryEntryTrue 3:0112/2///61360_7#CBA055#001
2:AssetId0:HasDictionaryEntryTrue 3:0112/2///61987#ABA038#004
2:DeviceHealth0:HasDictionaryEntryTrue 3:0112/2///61987#ABN972#002
Table 111 – PADIMType additional subcomponents
BrowsePath References NodeClass BrowseName DataType TypeDefinition Others
DeviceConditionSet0:HasInterfaceObjectTypeIGeneralDeviceConditionSetTypeDefined above, see chapter 7.1.7
Applied from IGeneralDeviceConditionSetType
DeviceConditionSet0:HasComponentObjectGeneralDeviceConditionsGeneralDeviceConditionSetTypeO
DeviceConditionSet0:HasComponentObjectDeviceComponentConditionsBaseObjectTypeO
0:HasComponentObject<DeviceComponentIdentifier>GeneralDeviceConditionSetTypeOP

The child Nodes of the PADIMType have additional Attribute values defined in Table 112. An empty field in the column “Value Attribute” means: the text field of the variable’s value attribute has the length 0.

Table 112 – PADIMType Attribute values for child Nodes
BrowsePath Value Attribute
2:Manufacturer
2:ManufacturerUri
2:Model
2:SerialNumber
2:ProductCode
2:HardwareRevision
2:SoftwareRevision
2:DeviceRevision1.0.0
2:RevisionCounter0
2:ProductInstanceUri
2:AssetId
2:DeviceHealth0
DisplayLanguageen
DateOfLastChange1/1/1601 12:00:00 AM
0:DefaultInstanceBrowseNamePADIMView

7.3 ProcessAnalyserType

The ProcessAnalyserType is a subtype of the PADIMType. It is formally defined in Table 113.

Table 113 – ProcessAnalyserType definition
Attribute Value
BrowseNameProcessAnalyserType
IsAbstractFalse
References NodeClass BrowseName DataType TypeDefinition Other
Subtype of PADIMType defined in 7.2, i.e. inheriting the InstanceDeclarations of that Node
0:HasDictionaryEntryObject 3:0112/2///61987#ABP397#002  0:IrdiDictionaryEntryType
Conformance Units
PA-DIM ProcessAnalyserType

3:0112/2///61987#ABP397#002 is an analytical device specific manifestation of the 3:<DictionaryEntryName> placeholder described in PADIMType.

7.4 NonDispersiveInfraredGasAnalyserType

The NonDispersiveInfraredGasAnalyserType is a subtype of the ProcessAnalyserType. It is formally defined in Table 114.

Table 114 – NonDispersiveInfraredGasAnalyserType definition
Attribute Value
BrowseNameNonDispersiveInfraredGasAnalyserType
IsAbstractFalse
References NodeClass BrowseName DataType TypeDefinition Other
Subtype of ProcessAnalyserType defined in 7.3, i.e. inheriting the InstanceDeclarations of that Node
0:HasDictionaryEntryObject 3:0112/2///61987#ABP425#002  0:IrdiDictionaryEntryType
Conformance Units
PA-DIM NonDispersiveInfraredGasAnalyserType

3:0112/2///61987#ABP425#002 is an NDIR photometer device specific manifestation of the 3:<DictionaryEntryName> placeholder described in PADIMType.

7.5 TocAnalyserType

The TocAnalyserType is a subtype of the ProcessAnalyserType. It is formally defined in Table 115.

Table 115 – TocAnalyserType definition
Attribute Value
BrowseNameTocAnalyserType
IsAbstractFalse
References NodeClass BrowseName DataType TypeDefinition Other
Subtype of ProcessAnalyserType defined in 7.3, i.e. inheriting the InstanceDeclarations of that Node
0:HasComponentObjectDeviceConditionSet0:BaseObjectTypeO
0:HasDictionaryEntryObject 3:0112/2///61987#ABP444#002  0:IrdiDictionaryEntryType
Conformance Units
PA-DIM TocAnalyserType
PA-DIM TocAnalyserType CarrierGasGaugePressure
PA-DIM TocAnalyserType SampleWaterVolumeFlow
PA-DIM TocAnalyserType ActualInjectedVolume

3:0112/2///61987#ABP444#002 is a TOC analyser device specific manifestation of the 3:<DictionaryEntryName> placeholder described in PADIMType.

DeviceConditionSet is a container object for the condition parameters of the device. It is inherited from PADIMType and has an additional interface reference to ITocDeviceConditionSetType to add TOC analyser device specific condition variables.

The components of TocAnalyserType have additional references which are defined in Table 116.

Table 116 – TocAnalyserType additional References
SourceBrowsePath Reference Type Is Forward TargetBrowsePath
DeviceConditionSet0:HasInterfaceTrueITocDeviceConditionSetType
0:HasDictionaryEntryTrue 3:0112/2///61987#ABA968#004
0:HasDictionaryEntryTrue 3:0112/2///61987#ABA968#004
0:HasDictionaryEntryTrue 3:0112/2///61987#ABA968#004
0:HasDictionaryEntryTrue 3:0112/2///61987#ABA968#004
0:HasDictionaryEntryTrue 3:0112/2///61987#ABA968#004
0:HasDictionaryEntryTrue 3:0112/2///61987#ABA968#004
0:HasDictionaryEntryTrue 3:0112/2///61987#ABA968#004

The components of TocAnalyserType have additional subcomponents which are defined in Table 117.

Table 117 – TocAnalyserType additional subcomponents
BrowsePath References NodeClass BrowseName DataType TypeDefinition Others
Applied from ITocDeviceConditionSetType
DeviceConditionSet0:HasComponentVariableCarrierGasVolumeFlow0:Float0:AnalogUnitTypeO
DeviceConditionSet0:HasComponentVariableCarrierGasGaugePressure0:Float0:AnalogUnitTypeO
DeviceConditionSet0:HasComponentVariableReactorTemperature0:Float0:AnalogUnitTypeO
DeviceConditionSet0:HasComponentVariableSampleWaterVolumeFlow0:Float0:AnalogUnitTypeO
DeviceConditionSet0:HasComponentVariableReferenceInjectionVolume0:Float0:AnalogUnitTypeO
DeviceConditionSet0:HasComponentVariableActualInjectedVolume0:Float0:AnalogUnitTypeO
DeviceConditionSet0:HasComponentVariableCoolerTemperature0:Float0:AnalogUnitTypeO

The child Nodes of the TocAnalyserType have additional Attribute values defined in Table 118.

Table 118 – TocAnalyserType Attribute values for child Nodes
BrowsePath Value Attribute
0.0

NamespaceUri: http://www.opcfoundation.org/UA/units/cdd/IEC62720
UnitId: 705747637
DisplayName: l/h

Description: litre per hour

0.0

NamespaceUri: http://www.opcfoundation.org/UA/units/cdd/IEC62720
UnitId: 705749552
DisplayName: mbar

Description: millibar

0.0

NamespaceUri: http://www.opcfoundation.org/UA/units/cdd/IEC62720
UnitId: 705741427
DisplayName: °C

Description: degree Celsius

0.0

NamespaceUri: http://www.opcfoundation.org/UA/units/cdd/IEC62720
UnitId: 705749685
DisplayName: ml/min

Description: millilitre per minute

0.0

NamespaceUri: http://www.opcfoundation.org/UA/units/cdd/IEC62720

UnitId: 705749652
DisplayName: ml

Description: millilitre

0.0

NamespaceUri: http://www.opcfoundation.org/UA/units/cdd/IEC62720

UnitId: 705749652
DisplayName: ml

Description: millilitre

0.0

NamespaceUri: http://www.opcfoundation.org/UA/units/cdd/IEC62720
UnitId: 705741427
DisplayName: °C

Description: degree Celsius

7.6 FlameIonisationDetectorType

The FlameIonisationDetectorType is a subtype of the ProcessAnalyserType. It is formally defined in Table 119.

Table 119 – FlameIonisationDetectorType definition
Attribute Value
BrowseNameFlameIonisationDetectorType
IsAbstractFalse
References NodeClass BrowseName DataType TypeDefinition Other
Subtype of ProcessAnalyserType defined in 7.3, i.e. inheriting the InstanceDeclarations of that Node
0:HasComponentObjectDeviceConditionSet0:BaseObjectTypeO
0:HasDictionaryEntryObject 3:0112/2///61987#ABP410#002  0:IrdiDictionaryEntryType
Conformance Units
PA-DIM FlameIonisationDetectorType
PA-DIM FlameIonisationDetectorType CatalystTemperature
PA-DIM FlameIonisationDetectorType FuelGasPressure
PA-DIM FlameIonisationDetectorType CombustionAirPressure
PA-DIM FlameIonisationDetectorType BlockTemperature

3:0112/2///61987#ABP410#002 is an FID device specific manifestation of the 3:<DictionaryEntryName> placeholder described in PADIMType.

DeviceConditionSet is a container object for the condition parameters of the device. It is inherited from PADIMType and has an additional interface reference to IFlameIonisationDeviceConditionSetType to add FID device specific condition variables.

The components of FlameIonisationDetectorType have additional references which are defined in Table 120.

Table 120 – FlameIonisationDetectorType additional References
SourceBrowsePath Reference Type Is Forward TargetBrowsePath
DeviceConditionSet0:HasInterfaceTrueIFlameIonisationDeviceConditionSetType
0:HasDictionaryEntryTrue 3:0112/2///61987#ABA968#004
0:HasDictionaryEntryTrue 3:0112/2///61987#ABA968#004
0:HasDictionaryEntryTrue 3:0112/2///61987#ABA968#004
0:HasDictionaryEntryTrue 3:0112/2///61987#ABA968#004

The components of FlameIonisationDetectorType have additional subcomponents which are defined in Table 121.

Table 121 – FlameIonisationDetectorType additional subcomponents
BrowsePath References NodeClass BrowseName DataType TypeDefinition Others
Applied from IFlameIonisationDeviceConditionSetType
DeviceConditionSet0:HasComponentVariableCatalystTemperature0:Float0:AnalogUnitTypeO
DeviceConditionSet0:HasComponentVariableFuelGasPressure0:Float0:AnalogUnitTypeO
DeviceConditionSet0:HasComponentVariableCombustionAirPressure0:Float0:AnalogUnitTypeO
DeviceConditionSet0:HasComponentVariableBlockTemperature0:Float0:AnalogUnitTypeO

The child Nodes of the FlameIonisationDetectorType have additional Attribute values defined in Table 122.

Table 122 – FlameIonisationDetectorType Attribute values for child Nodes
BrowsePath Value Attribute
0.0
NamespaceUri: http://www.opcfoundation.org/UA/units/cdd/IEC62720
UnitId: 705741427
DisplayName: °C
Description: degree Celsius
0.0
NamespaceUri: http://www.opcfoundation.org/UA/units/cdd/IEC62720
UnitId: 705749552
DisplayName: mbar
Description: millibar
0.0
NamespaceUri: http://www.opcfoundation.org/UA/units/cdd/IEC62720
UnitId: 705749552
DisplayName: mbar
Description: millibar
0.0
NamespaceUri: http://www.opcfoundation.org/UA/units/cdd/IEC62720
UnitId: 705741427
DisplayName: °C
Description: degree Celsius

7.7 ParamagneticGasAnalyserType

The ParamagneticGasAnalyserType is a subtype of the ProcessAnalyserType. It is formally defined in Table 123.

Table 123 – ParamagneticGasAnalyserType definition
Attribute Value
BrowseNameParamagneticGasAnalyserType
IsAbstractFalse
References NodeClass BrowseName DataType TypeDefinition Other
Subtype of ProcessAnalyserType defined in 7.3, i.e. inheriting the InstanceDeclarations of that Node
0:HasDictionaryEntryObject 3:0112/2///61987#ABP436#002  0:IrdiDictionaryEntryType
Conformance Units
PA-DIM ParamagneticGasAnalyserType

3:0112/2///61987#ABP436#002 is a paramagnetic measurement device specific manifestation of the 3:<DictionaryEntryName> placeholder described in PADIMType.

7.8 ThermalConductivityGasAnalyserType

The ThermalConductivityGasAnalyserType is a subtype of the ProcessAnalyserType. It is formally defined in Table 124.

Table 124 – ThermalConductivityGasAnalyserType definition
Attribute Value
BrowseNameThermalConductivityGasAnalyserType
IsAbstractFalse
References NodeClass BrowseName DataType TypeDefinition Other
Subtype of ProcessAnalyserType defined in 7.3, i.e. inheriting the InstanceDeclarations of that Node
0:HasDictionaryEntryObject 3:0112/2///61987#ABP453#002  0:IrdiDictionaryEntryType
Conformance Units
PA-DIM ThermalConductivityGasAnalyserType

3:0112/2///61987#ABP453#002 is a thermal conductivity measurement device specific manifestation of the 3:<DictionaryEntryName> placeholder described in PADIMType.

7.9 TunableDiodeLaserSpectrometerType

The TunableDiodeLaserSpectrometerType is a subtype of the ProcessAnalyserType. It is formally defined in Table 125.

Table 125 – TunableDiodeLaserSpectrometerType definition
Attribute Value
BrowseNameTunableDiodeLaserSpectrometerType
IsAbstractFalse
References NodeClass BrowseName DataType TypeDefinition Other
Subtype of ProcessAnalyserType defined in 7.3, i.e. inheriting the InstanceDeclarations of that Node
0:HasDictionaryEntryObject 3:0112/2///61987#ABP435#002  0:IrdiDictionaryEntryType
Conformance Units
PA-DIM TunableDiodeLaserSpectrometerType

3:0112/2///61987#ABP435#002 is a TDL device specific manifestation of the 3:<DictionaryEntryName> placeholder described in PADIMType.

7.10 ZirconiumDioxideAnalyserType

The ZirconiumDioxideAnalyserType is a subtype of the ProcessAnalyserType. It is formally defined in Table 126.

Table 126 – ZirconiumDioxideAnalyserType definition
Attribute Value
BrowseNameZirconiumDioxideAnalyserType
IsAbstractFalse
References NodeClass BrowseName DataType TypeDefinition Other
Subtype of ProcessAnalyserType defined in 7.3, i.e. inheriting the InstanceDeclarations of that Node
0:HasDictionaryEntryObject 3:0112/2///61987#ABP409#002  0:IrdiDictionaryEntryType
Conformance Units
PA-DIM ZirconiumDioxideAnalyserType

3:0112/2///61987#ABP409#002 is a Zirconium dioxide measurement device specific manifestation of the 3:<DictionaryEntryName> placeholder described in PADIMType.

7.11 PhMeterType

The PhMeterType is a subtype of the ProcessAnalyserType. It is formally defined in Table 127.

Table 127 – PhMeterType definition
Attribute Value
BrowseNamePhMeterType
IsAbstractFalse
References NodeClass BrowseName DataType TypeDefinition Other
Subtype of ProcessAnalyserType defined in 7.3, i.e. inheriting the InstanceDeclarations of that Node
0:HasDictionaryEntryObject 3:0112/2///61987#ABP440#002  0:IrdiDictionaryEntryType
Conformance Units
PA-DIM PhMeterType

3:0112/2///61987#ABP440#002 is a pH meter device specific manifestation of the 3:<DictionaryEntryName> placeholder described in PADIMType.

7.12 ConductivityMeterType

The ConductivityMeterType is a subtype of the ProcessAnalyserType. It is formally defined in Table 128.

Table 128 – ConductivityMeterType definition
Attribute Value
BrowseNameConductivityMeterType
IsAbstractFalse
References NodeClass BrowseName DataType TypeDefinition Other
Subtype of ProcessAnalyserType defined in 7.3, i.e. inheriting the InstanceDeclarations of that Node
0:HasDictionaryEntryObject 3:0112/2///61987#ABP405#002  0:IrdiDictionaryEntryType
Conformance Units
PA-DIM ConductivityMeterType

3:0112/2///61987#ABP405#002 is a conductivity meter device specific manifestation of the 3:<DictionaryEntryName> placeholder described in PADIMType.

7.13 AmperometricAnalyserType

The AmperometricAnalyserType is a subtype of the ProcessAnalyserType. It is formally defined in Table 129.

Table 129 – AmperometricAnalyserType definition
Attribute Value
BrowseNameAmperometricAnalyserType
IsAbstractFalse
References NodeClass BrowseName DataType TypeDefinition Other
Subtype of ProcessAnalyserType defined in 7.3, i.e. inheriting the InstanceDeclarations of that Node
0:HasDictionaryEntryObject 3:0112/2///61987#ABP407#002  0:IrdiDictionaryEntryType
Conformance Units
PA-DIM AmperometricAnalyserType

3:0112/2///61987#ABP407#002 is an amperometric analyser specific manifestation of the 3:<DictionaryEntryName> placeholder described in PADIMType.

7.14 OpticalFluorescenseQuenchingSensorType

The OpticalFluorescenseQuenchingSensorType is a subtype of the ProcessAnalyserType. It is formally defined in Table 130.

Table 130 – OpticalFluorescenseQuenchingSensorType definition
Attribute Value
BrowseNameOpticalFluorescenseQuenchingSensorType
IsAbstractFalse
References NodeClass BrowseName DataType TypeDefinition Other
Subtype of ProcessAnalyserType defined in 7.3, i.e. inheriting the InstanceDeclarations of that Node
0:HasDictionaryEntryObject 3:0112/2///61987#ABP423#002  0:IrdiDictionaryEntryType
Conformance Units
PA-DIM OpticalFluorescenseQuenchingSensorType

3:0112/2///61987#ABP423#002 is an optical Fluorescence quenching sensor specific manifestation of the 3:<DictionaryEntryName> placeholder described in PADIMType.

7.15 GasChromatographType

The GasChromatographType is a subtype of the ProcessAnalyserType. It is formally defined in Table 131.

Table 131 – GasChromatographType definition
Attribute Value
BrowseNameGasChromatographType
IsAbstractFalse
References NodeClass BrowseName DataType TypeDefinition Other
Subtype of ProcessAnalyserType defined in 7.3, i.e. inheriting the InstanceDeclarations of that Node
0:HasComponentObjectDeviceConditionSet0:BaseObjectTypeO
0:HasDictionaryEntryObject 3:0112/2///61987#ABP400#002  0:IrdiDictionaryEntryType
Conformance Units
PA-DIM GasChromatographSignalType
PA-DIM GasChromatographSignalType Peak
PA-DIM GasChromatographSignalType RetentionTime
PA-DIM GasChromatographSignalType InjectionTime
PA-DIM GasChromatographSignalType ComponentName

3:0112/2///61987#ABP400#002 is a Gaschromatograph device specific manifestation of the 3:<DictionaryEntryName> placeholder described in PADIMType.

The components of GasChromatographType have additional references which are defined in Table 132.

Table 132 – GasChromatographType additional References
SourceBrowsePath Reference Type Is Forward TargetBrowsePath
DeviceConditionSet0:HasInterfaceTrueIGasChromatographDeviceConditionSetType
0:HasDictionaryEntryTrue 3:0112/2///61987#ABQ046#001
0:HasDictionaryEntryTrue 3:0112/2///61987#ABQ007#001
0:HasDictionaryEntryTrue 3:0112/2///61987#ABA968#004

The components of GasChromatographType have additional subcomponents which are defined in Table 133.

Table 133 – GasChromatographType additional subcomponents
BrowsePath References NodeClass BrowseName DataType TypeDefinition Others
Applied from IGasChromatographDeviceConditionSetType
DeviceConditionSet0:HasPropertyVariableValveName0:LocalizedText[]0:PropertyTypeO
DeviceConditionSet0:HasPropertyVariableValveSwitchingCyclesCounter0:UInt32[]0:PropertyTypeO
DeviceConditionSet0:HasComponentVariableTotalAreaMeasuredPeaks0:Float0:AnalogUnitTypeO
DeviceConditionSet0:HasComponentVariableBaselineNoise0:Float0:AnalogUnitTypeO

The child Nodes of the GasChromatographType have additional Attribute values defined in Table 134.

Table 134 – GasChromatographType Attribute values for child Nodes
BrowsePath Value Attribute
0
0.0

NamespaceUri: http://www.opcfoundation.org/UA/units/cdd/IEC62720

UnitId: 705741328

DisplayName: %

Description: percent

0.0

NamespaceUri: http://www.opcfoundation.org/UA/units/cdd/IEC62720
UnitId: 705749524

DisplayName: mV
Description: millivolt

7.16 InfraredSensorType

The InfraredSensorType is a subtype of the ProcessAnalyserType. It is formally defined in Table 135.

Table 135 – InfraredSensorType definition
Attribute Value
BrowseNameInfraredSensorType
IsAbstractFalse
References NodeClass BrowseName DataType TypeDefinition Other
Subtype of ProcessAnalyserType defined in 7.3, i.e. inheriting the InstanceDeclarations of that Node
0:HasComponentObjectDeviceConditionSet0:BaseObjectTypeO
0:HasDictionaryEntryObject 3:0112/2///61987#ABP413#002  0:IrdiDictionaryEntryType
Conformance Units
PA-DIM InfraredSensorType

3:0112/2///61987#ABP413#002 is a Infrared sensor specific manifestation of the 3:<DictionaryEntryName> placeholder described in PADIMType.

7.17 AmperometricGasDetectorType

The AmperometricGasDetectorType is a subtype of the ProcessAnalyserType. It is formally defined in Table 136.

Table 136 – AmperometricGasDetectorType definition
Attribute Value
BrowseNameAmperometricGasDetectorType
IsAbstractFalse
References NodeClass BrowseName DataType TypeDefinition Other
Subtype of ProcessAnalyserType defined in 7.3, i.e. inheriting the InstanceDeclarations of that Node
0:HasComponentObjectDeviceConditionSet0:BaseObjectTypeO
0:HasDictionaryEntryObject 3:0112/2///61987#ABP415#002  0:IrdiDictionaryEntryType
Conformance Units
PA-DIM AmperometricGasDetectorType

ABP415#002 is an amperometric gas detector specific manifestation of the 3:<DictionaryEntryName> placeholder described in PADIMType.

7.18 CatalyticBeadSensorType

The CatalyticBeadSensorType is a subtype of the ProcessAnalyserType. It is formally defined in Table 137.

Table 137 – CatalyticBeadSensorType definition
Attribute Value
BrowseNameCatalyticBeadSensorType
IsAbstractFalse
References NodeClass BrowseName DataType TypeDefinition Other
Subtype of ProcessAnalyserType defined in 7.3, i.e. inheriting the InstanceDeclarations of that Node
0:HasComponentObjectDeviceConditionSet0:BaseObjectTypeO
0:HasDictionaryEntryObject 3:0112/2///61987#ABP412#002  0:IrdiDictionaryEntryType
Conformance Units
PA-DIM CatalyticBeadSensorType

3:0112/2///61987#ABP412#002 is a catalytic bead sensor specific manifestation of the 3:<DictionaryEntryName> placeholder described in PADIMType.

7.19 FtnirOrFtirSpectrometerType

The FtnirOrFtirSpectrometerType is a subtype of the ProcessAnalyserType. It is formally defined in Table 138.

Table 138 – FtnirOrFtirSpectrometerType definition
Attribute Value
BrowseNameFtnirOrFtirSpectrometerType
IsAbstractFalse
References NodeClass BrowseName DataType TypeDefinition Other
Subtype of ProcessAnalyserType defined in 7.3, i.e. inheriting the InstanceDeclarations of that Node
0:HasComponentObjectDeviceConditionSet0:BaseObjectTypeO
0:HasDictionaryEntryObject 3:0112/2///61987#ABP432#002  0:IrdiDictionaryEntryType
Conformance Units
PA-DIM FtnirOrFtirSpectrometerType
PA-DIM FtnirOrFtirSpectrometerType Watchdog
PA-DIM FtnirOrFtirSpectrometerType RemainingDataStorageCapacity

3:0112/2///61987#ABP432#002 is a fourier transform near infrared or fourier transform infrared specific manifestation of the 3:<DictionaryEntryName> placeholder described in PADIMType.

7.20 DiodeArraySpectrometerType

The DiodeArraySpectrometerType is a subtype of the ProcessAnalyserType. It is formally defined in Table 139.

Table 139 – DiodeArraySpectrometerType definition
Attribute Value
BrowseNameDiodeArraySpectrometerType
IsAbstractFalse
References NodeClass BrowseName DataType TypeDefinition Other
Subtype of ProcessAnalyserType defined in 7.3, i.e. inheriting the InstanceDeclarations of that Node
0:HasComponentObjectDeviceConditionSet0:BaseObjectTypeO
0:HasDictionaryEntryObject 3:0112/2///61987#ABP433#002  0:IrdiDictionaryEntryType
Conformance Units
PA-DIM DiodeArraySpectrometerType

3:0112/2///61987#ABP433#002 is a diode array spectrometer specific manifestation of the 3:<DictionaryEntryName> placeholder described in PADIMType.

7.21 RamanSpectrometerType

The RamanSpectrometerType is a subtype of the ProcessAnalyserType. It is formally defined in Table 140.

Table 140 – RamanSpectrometerType definition
Attribute Value
BrowseNameRamanSpectrometerType
IsAbstractFalse
References NodeClass BrowseName DataType TypeDefinition Other
Subtype of ProcessAnalyserType defined in 7.3, i.e. inheriting the InstanceDeclarations of that Node
0:HasComponentObjectDeviceConditionSet0:BaseObjectTypeO
0:HasDictionaryEntryObject 3:0112/2///61987#ABP434#002  0:IrdiDictionaryEntryType
Conformance Units
PA-DIM RamanSpectrometerType

0112/2///61987#ABP434#002 is a Raman spectrometer specific manifestation of the 3:<DictionaryEntryName> placeholder described in PADIMType.

7.22 SignalSetType

The SignalSetType provides the signals of the device and is formally defined in Table 141.

Table 141 – SignalSetType definition
Attribute Value
BrowseNameSignalSetType
IsAbstractFalse
References NodeClass BrowseName DataType TypeDefinition Other
Subtype of 0:BaseObjectType defined in OPC 10000-5, i.e. inheriting the InstanceDeclarations of that Node
0:HasComponentObject<SignalIdentifier> SignalTypeOP
Conformance Units
PA-DIM SignalSet

The child Nodes of the SignalSetType have additional Attribute values defined in Table 142. An empty field in the column “Value Attribute” means: the text field of the variable’s value attribute has the length 0.

Table 142 – SignalSetType Attribute values for child Nodes
BrowsePath Value Attribute

7.23 CalibrationPointSetType

The CalibrationPointSetType provides the calibration points of a sensor resp. signal and is formally defined in Table 143.

Table 143 – CalibrationPointSetType definition
Attribute Value
BrowseNameCalibrationPointSetType
IsAbstractFalse
References NodeClass BrowseName DataType TypeDefinition Other
Subtype of 0:BaseObjectType defined in OPC 10000-5, i.e. inheriting the InstanceDeclarations of that Node
0:HasComponentObject<CalibrationPointIdentifier> CalibrationPointTypeOP
Conformance Units
PA-DIM ICalibration CalibrationPointSet

7.24 GeneralDeviceConditionSetType

The GeneralDeviceConditionSetType provides the general condition variables of the device ore one of its components and is formally defined in Table 144.

Table 144 – GeneralDeviceConditionSetType definition
Attribute Value
BrowseNameGeneralDeviceConditionSetType
IsAbstractFalse
References NodeClass BrowseName DataType TypeDefinition Other
Subtype of 0:BaseObjectType defined in OPC 10000-5, i.e. inheriting the InstanceDeclarations of that Node
0:HasComponentVariableInternalTemperature0:Float{Any}0:AnalogUnitTypeO
0:HasPropertyVariableResidualLife0:Float0:PropertyTypeO
0:HasInterfaceObjectType2:IOperationCounterTypeDefined in OPC 10000-100
Applied from IOperationCounterType defined in OPC 10000-100
0:HasPropertyVariable2:PowerOnDuration0:Duration0:PropertyTypeO
0:HasPropertyVariable2:OperationDuration0:Duration0:PropertyTypeO
0:HasPropertyVariable2:OperationCycleCounter0:UInteger0:PropertyTypeO
Conformance Units
PA-DIM GeneralDeviceConditionSetType InternalTemperature
PA-DIM GeneralDeviceConditionSetType ResidualLife
PA-DIM GeneralDeviceConditionSetType PowerOnDuration
PA-DIM GeneralDeviceConditionSetType OperationDuration
PA-DIM GeneralDeviceConditionSetType OperationCycleCounter

The components of GeneralDeviceConditionSetType have additional references which are defined in Table 145.

Table 145 – GeneralDeviceConditionSetType additional References
SourceBrowsePath Reference Type Is Forward TargetBrowsePath
InternalTemperature0:HasDictionaryEntryTrue 3:0112/2///61987#ABP591#001
0:HasDictionaryEntryTrue 3:0112/2///61987#ABA968#004
ResidualLife0:HasDictionaryEntryTrue 3:0112/2///61987#ABP595#001
2:PowerOnDuration0:HasDictionaryEntryTrue 3:0112/2///61987#ABP550#001
2:OperationDuration0:HasDictionaryEntryTrue 3:0112/2///61987#ABN639#001
2:OperationCycleCounter0:HasDictionaryEntryTrue 3:0112/2///61987#ABP545#001

The child Nodes of the GeneralDeviceConditionSetType have additional Attribute values defined in Table 146.

Table 146 – GeneralDeviceConditionSetType Attribute values for child Nodes
BrowsePath Value Attribute
InternalTemperature0.0
NamespaceUri: http://www.opcfoundation.org/UA/units/cdd/IEC62720
UnitId: 705741427
DisplayName: °C
Description: degree Celsius
ResidualLife1.0
2:PowerOnDuration0.0
2:OperationDuration0.0

7.25 SignalType

The SignalType provides ObjectType to add analog and discrete signals and is formally defined in Table 147. In order to have a common approach, PA-DIM will always use Objects, even if no Method is needed for some types.

Table 147 – SignalType definition
Attribute Value
BrowseNameSignalType
IsAbstractFalse
References NodeClass BrowseName DataType TypeDefinition Other
Subtype of 0:BaseObjectType defined in OPC 10000-5, i.e. inheriting the InstanceDeclarations of that Node
0:HasPropertyVariableSignalTag0:String0:PropertyTypeM
Conformance Units
PA-DIM SignalSet

SignalTag is defined by IRDI as ABB271#009 which states “alphanumeric character sequence uniquely identifying a measuring or control point”

The components of SignalType have additional references which are defined in Table 148.

Table 148 – SignalType additional References
SourceBrowsePath Reference Type Is Forward TargetBrowsePath
SignalTag0:HasDictionaryEntryTrue 3:0112/2///61987#ABB271#009

The child Nodes of the SignalType have additional Attribute values defined in Table 149. An empty field in the column “Value Attribute” means: the text field of the variable’s value attribute has the length 0.

Table 149 – SignalType Attribute values for child Nodes
BrowsePath Value Attribute
SignalTag

7.26 AnalogSignalType

The AnalogSignalType provides ObjectType to add variables and ZeroPointAdjustment Method. It is formally defined in Table 150.

Table 150 – AnalogSignalType definition
Attribute Value
BrowseNameAnalogSignalType
IsAbstractFalse
References NodeClass BrowseName DataType TypeDefinition Other
Subtype of SignalType defined in 7.23, i.e. inheriting the InstanceDeclarations of that Node
0:HasComponentMethodZeroPointAdjustmentDefined in 9.2O
0:HasComponentVariableAnalogSignal0:Number{Any}AnalogSignalVariableTypeM
0:HasComponentObject<SignalCalibrationIdentifier>0:BaseObjectTypeOP
0:HasComponentObjectSignalConditionSet0:BaseObjectTypeO
Conformance Units
PA-DIM Analog Signal
PA-DIM ZeroPointAdjustment method
PA-DIM ICalibration
PA-DIM ICalibration CalibrationTimestamp
PA-DIM ICalibration TypeOfCalibration
PA-DIM ICalibration CalibrationPointSet
PA-DIM Signal Condition Set

ZeroPointAdjustment: ABN614#002 defines property that initiates when set the TRUE (ON) state a procedure, which maybe automatic, to define or set the value zero of the output. Remark: properties can be variables or methods according to IEC 61987 CDD.

AnalogSignal provides the measured or readback process value. The unit of this value is provided by the EngineeringUnits property.

<SignalCalibrationIdentifier> is a container object for the calibration parameters of the signal. It has an interface reference to ICalibrationType in order to add general calibration variables. Since it is a placeholder, an instance of AnalogSignalType can have several calibration objects.

SignalConditionSet is a container object for the condition parameters of the signal.

The components of AnalogSignalType have additional references which are defined in Table 151.

Table 151 – AnalogSignalType additional References
SourceBrowsePath Reference Type Is Forward TargetBrowsePath
0:HasDictionaryEntryTrue 3:0112/2///61987#ABA968#004
<SignalCalibrationIdentifier>0:HasInterfaceTrueICalibrationType
ZeroPointAdjustment0:HasDictionaryEntryTrue 3:0112/2///61987#ABN614#002

The components of AnalogSignalType have additional subcomponents which are defined in Table 152.

Table 152 – AnalogSignalType additional subcomponents
BrowsePath References NodeClass BrowseName DataType TypeDefinition Others
Applied from ICalibrationType
<SignalCalibrationIdentifier>0:HasPropertyVariableCalibrationTimestamp0:DateTime0:PropertyTypeO
<SignalCalibrationIdentifier>0:HasComponentVariableTypeOfCalibration0:UInt320:MultiStateDictionaryEntryDiscreteTypeO
<SignalCalibrationIdentifier>0:HasComponentObjectCalibrationPointSetCalibrationPointSetTypeO

The child Nodes of the AnalogSignalType have additional Attribute values defined in Table 153.

Table 153 – AnalogSignalType Attribute values for child Nodes
BrowsePath Value Attribute
1/1/1601 12:00:00 AM
0
ns=3;s=0112/2///61987#ABP732#001
adjustment

7.27 AnalyticalSignalType

The AnalyticalSignalType provides ObjectType to add analytical measurement specific variables. It is formally defined in Table 154.

Table 154 – AnalyticalSignalType definition
Attribute Value
BrowseNameAnalyticalSignalType
IsAbstractFalse
References NodeClass BrowseName DataType TypeDefinition Other
Subtype of AnalogSignalType defined in 7.26, i.e. inheriting the InstanceDeclarations of that Node
0:HasComponentVariableAnalogSignal0:FloatPatMeasurementVariableTypeM
Conformance Units
PA-DIM AnalyticalSignalType

AnalogSignal is inherited from AnalogSignalType. In AnalyticalSignalType its TypeDefinition is specialized to PatMeasurementVariableType.

The components of AnalyticalSignalType have additional references which are defined in Table 155.

Table 155 – AnalyticalSignalType additional References
SourceBrowsePath Reference Type Is Forward TargetBrowsePath
0:HasDictionaryEntryTrue 3:0112/2///61987#ABA968#004

7.28 NonDispersiveInfraredSignalType

The NonDispersiveInfraredSignalType provides ObjectType to add NDIR measurement specific variables. It is formally defined in Table 156.

Table 156 – NonDispersiveInfraredSignalType definition
Attribute Value
BrowseNameNonDispersiveInfraredSignalType
IsAbstractFalse
References NodeClass BrowseName DataType TypeDefinition Other
Subtype of AnalyticalSignalType defined in 7.27, i.e. inheriting the InstanceDeclarations of that Node
0:HasComponentObjectSignalConditionSet0:BaseObjectTypeO
Conformance Units
PA-DIM NonDispersiveInfraredSignalType
PA-DIM NonDispersiveInfraredSignalType ChopperFrequencyDeviation
PA-DIM NonDispersiveInfraredSignalType AbsoluteSampleGasPressure

SignalConditionSet is a container object for the condition parameters of the signal. It is inherited from AnalogSignalType and has an additional interface reference to INonDispersiveInfraredSignalConditionSetType to add NDIR signal specific condition variables. The components of NonDispersiveInfraredSignalType have additional references which are defined in Table 157.

Table 157 – NonDispersiveInfraredSignalType additional References
SourceBrowsePath Reference Type Is Forward TargetBrowsePath
SignalConditionSet0:HasInterfaceTrueINonDispersiveInfraredSignalConditionSetType
0:HasDictionaryEntryTrue 3:0112/2///61987#ABA968#004
0:HasDictionaryEntryTrue 3:0112/2///61987#ABA968#004
0:HasDictionaryEntryTrue 3:0112/2///61987#ABA968#004

The components of NonDispersiveInfraredSignalType have additional subcomponents which are defined in Table 158.

Table 158 – NonDispersiveInfraredSignalType additional subcomponents
BrowsePath References NodeClass BrowseName DataType TypeDefinition Others
Applied from INonDispersiveInfraredSignalConditionSetType
SignalConditionSet0:HasComponentVariableChopperFrequencyDeviation0:Float0:BaseAnalogTypeO
SignalConditionSet0:HasComponentVariableAbsoluteSampleGasPressure0:Float0:AnalogUnitTypeO
SignalConditionSet0:HasComponentVariableSampleCellTemperature0:Float0:AnalogUnitTypeO
SignalConditionSet0:HasPropertyVariableSourceResidualLife0:Float0:PropertyTypeO

The child Nodes of the NonDispersiveInfraredSignalType have additional Attribute values defined in Table 159.

Table 159 – NonDispersiveInfraredSignalType Attribute values for child Nodes
BrowsePath Value Attribute
0.0

NamespaceUri: http://www.opcfoundation.org/UA/units/cdd/IEC62720

UnitId: 705741328

DisplayName: %

Description: percent

0.0
NamespaceUri: http://www.opcfoundation.org/UA/units/cdd/IEC62720
UnitId: 705749552
DisplayName: mbar
Description: millibar
0.0
NamespaceUri: http://www.opcfoundation.org/UA/units/cdd/IEC62720
UnitId: 705741427
DisplayName: °C
Description: degree Celsius
1.0

7.29 TocSignalType

The TocSignalType provides ObjectType to add TOC measurement specific variables. It is formally defined in Table 160.

Table 160 – TocSignalType definition
Attribute Value
BrowseNameTocSignalType
IsAbstractFalse
References NodeClass BrowseName DataType TypeDefinition Other
Subtype of AnalyticalSignalType defined in 7.27, i.e. inheriting the InstanceDeclarations of that Node
0:HasComponentObjectSignalConditionSet0:BaseObjectTypeO
Conformance Units
PA-DIM TocSignalType
PA-DIM TocSignalType ChopperFrequencyDeviation
PA-DIM TocSignalType RelativeReagentLevel
PA-DIM TocSignalType AbsoluteSampleGasPressure
PA-DIM TocSignalType SampleGasVolumeFlow

SignalConditionSet is a container object for the condition parameters of the signal. It is inherited from AnalogSignalType and has an additional interface reference to ITocSignalConditionSetType to add TOC signal specific condition variables.

The components of TocSignalType have additional references which are defined in Table 161.

Table 161 – TocSignalType additional References
SourceBrowsePath Reference Type Is Forward TargetBrowsePath
SignalConditionSet0:HasInterfaceTrueITocSignalConditionSetType
0:HasDictionaryEntryTrue 3:0112/2///61987#ABA968#004
0:HasDictionaryEntryTrue 3:0112/2///61987#ABA968#004
0:HasDictionaryEntryTrue 3:0112/2///61987#ABA968#004
0:HasDictionaryEntryTrue 3:0112/2///61987#ABA968#004
0:HasDictionaryEntryTrue 3:0112/2///61987#ABA968#004
0:HasDictionaryEntryTrue 3:0112/2///61987#ABA968#004

The components of TocSignalType have additional subcomponents which are defined in Table 162.

Table 162 – TocSignalType additional subcomponents
BrowsePath References NodeClass BrowseName DataType TypeDefinition Others
Applied from ITocSignalConditionSetType
SignalConditionSet0:HasComponentVariableChopperFrequencyDeviation0:Float0:BaseAnalogTypeO
SignalConditionSet0:HasComponentVariableRelativeReagentLevel0:Float{Any}0:AnalogUnitTypeO
SignalConditionSet0:HasComponentVariableSampleCellTemperature0:Float0:AnalogUnitTypeO
SignalConditionSet0:HasComponentVariableDetectorZeroSignal0:Float0:AnalogUnitTypeO
SignalConditionSet0:HasPropertyVariableSourceResidualLife0:Float0:PropertyTypeO
SignalConditionSet0:HasComponentVariableAbsoluteSampleGasPressure0:Float0:AnalogUnitTypeO
SignalConditionSet0:HasComponentVariableSampleGasVolumeFlow0:Float0:AnalogUnitTypeO

The child Nodes of the TocSignalType have additional Attribute values defined in Table 163.

Table 163 – TocSignalType Attribute values for child Nodes
BrowsePath Value Attribute
0.0

NamespaceUri: http://www.opcfoundation.org/UA/units/cdd/IEC62720

UnitId: 705741328

DisplayName: %

Description: percent

0.0

NamespaceUri: http://www.opcfoundation.org/UA/units/cdd/IEC62720

UnitId: 705741328

DisplayName: %

Description: percent

0.0
NamespaceUri: http://www.opcfoundation.org/UA/units/cdd/IEC62720
UnitId: 705741427
DisplayName: °C
Description: degree Celsius
0.0

NamespaceUri: http://www.opcfoundation.org/UA/units/cdd/IEC62720

UnitId: 705848917

DisplayName: ppm

Description: parts per million

1.0
0.0
NamespaceUri: http://www.opcfoundation.org/UA/units/cdd/IEC62720
UnitId: 705749552
DisplayName: mbar
Description: millibar
0.0
NamespaceUri: http://www.opcfoundation.org/UA/units/cdd/IEC62720
UnitId: 705747637
DisplayName: l/h
Description: litre per hour

7.30 ParamagneticSignalType

The ParamagneticSignalType provides ObjectType to add paramagnetic measurement specific variables. It is formally defined in Table 164.

Table 164 – ParamagneticSignalType definition
Attribute Value
BrowseNameParamagneticSignalType
IsAbstractFalse
References NodeClass BrowseName DataType TypeDefinition Other
Subtype of AnalyticalSignalType defined in 7.27, i.e. inheriting the InstanceDeclarations of that Node
0:HasComponentObjectSignalConditionSet0:BaseObjectTypeO
Conformance Units
PA-DIM ParamagneticSignalType

SignalConditionSet is a container object for the condition parameters of the signal. It is inherited from AnalogSignalType and has an additional interface reference to IParamagneticSignalConditionSetType to add paramagnetic signal specific condition variables.

The components of ParamagneticSignalType have additional references which are defined in Table 165.

Table 165 – ParamagneticSignalType additional References
SourceBrowsePath Reference Type Is Forward TargetBrowsePath
SignalConditionSet0:HasInterfaceTrueIParamagneticSignalConditionSetType
0:HasDictionaryEntryTrue 3:0112/2///61987#ABA968#004
0:HasDictionaryEntryTrue 3:0112/2///61987#ABA968#004

The components of ParamagneticSignalType have additional subcomponents which are defined in Table 166.

Table 166 – ParamagneticSignalType Additional Subcomponents
BrowsePath References NodeClass BrowseName DataType TypeDefinition Others
Applied from IParamagneticSignalConditionSetType
SignalConditionSet0:HasComponentVariableSampleTemperature0:Float0:AnalogUnitTypeO
SignalConditionSet0:HasComponentVariableSensingElementTemperature0:Float0:AnalogUnitTypeO

The child Nodes of the ParamagneticSignalType have additional Attribute values defined in Table 167.

Table 167 – ParamagneticSignalType Attribute values for child Nodes
BrowsePath Value Attribute
0.0
NamespaceUri: http://www.opcfoundation.org/UA/units/cdd/IEC62720
UnitId: 705741427
DisplayName: °C
Description: degree Celsius
0.0

NamespaceUri: http://www.opcfoundation.org/UA/units/cdd/IEC62720

UnitId: 705741427

DisplayName: °C

Description: degree Celsius

7.31 ThermalConductivitySignalType

The ThermalConductivitySignalType provides ObjectType to add thermal conductivity measurement specific variables. It is formally defined in Table 168.

Table 168 – ThermalConductivitySignalType definition
Attribute Value
BrowseNameThermalConductivitySignalType
IsAbstractFalse
References NodeClass BrowseName DataType TypeDefinition Other
Subtype of AnalyticalSignalType defined in 7.27, i.e. inheriting the InstanceDeclarations of that Node
0:HasComponentObjectSignalConditionSet0:BaseObjectTypeO
Conformance Units
PA-DIM ThermalConductivitySignalType

SignalConditionSet is a container object for the condition parameters of the signal. It is inherited from AnalogSignalType and has an additional interface reference to IThermalConductivitySignalConditionSetType to add thermal conductivity signal specific condition variables.

The components of ThermalConductivitySignalType have additional references which are defined in Table 169.

Table 169 – ThermalConductivitySignalType additional References
SourceBrowsePath Reference Type Is Forward TargetBrowsePath
SignalConditionSet0:HasInterfaceTrueIThermalConductivitySignalConditionSetType
0:HasDictionaryEntryTrue 3:0112/2///61987#ABA968#004

The components of ThermalConductivitySignalType have additional subcomponents which are defined in Table 170.

Table 170 – ThermalConductivitySignalType additional subcomponents
BrowsePath References NodeClass BrowseName DataType TypeDefinition Others
Applied from IThermalConductivitySignalConditionSetType
SignalConditionSet0:HasComponentVariableSampleTemperature0:Float0:AnalogUnitTypeO

The child Nodes of the ThermalConductivitySignalType have additional Attribute values defined in Table 171.

Table 171 – ThermalConductivitySignalType Attribute values for child Nodes
BrowsePath Value Attribute
0.0
NamespaceUri: http://www.opcfoundation.org/UA/units/cdd/IEC62720
UnitId: 705741427
DisplayName: °C
Description: degree Celsius

7.32 TunableDiodeLaserSignalType

The TunableDiodeLaserSignalType provides ObjectType to add TDL measurement specific variables. It is formally defined in Table 172.

Table 172 – TunableDiodeLaserSignalType definition
Attribute Value
BrowseNameTunableDiodeLaserSignalType
IsAbstractFalse
References NodeClass BrowseName DataType TypeDefinition Other
Subtype of AnalyticalSignalType defined in 7.27, i.e. inheriting the InstanceDeclarations of that Node
0:HasComponentObjectSignalConditionSet0:BaseObjectTypeO
Conformance Units
PA-DIM TunableDiodeLaserSignalType
PA-DIM TunableDiodeLaserSignalType SignalFitQuality
PA-DIM TunableDiodeLaserSignalType SignalNoiseRatio
PA-DIM TunableDiodeLaserSignalType TransmissionRatio
PA-DIM TunableDiodeLaserSignalType LaserTemperature
PA-DIM TunableDiodeLaserSignalType AbsoluteSampleGasPressure

SignalConditionSet is a container object for the condition parameters of the signal. It is inherited from AnalogSignalType and has an additional interface reference to ITunableDiodeLaserSignalConditionSetType to add TDL signal specific condition variables.

The components of TunableDiodeLaserSignalType have additional references which are defined in Table 173.

Table 173 – TunableDiodeLaserSignalType additional References
SourceBrowsePath Reference Type Is Forward TargetBrowsePath
SignalConditionSet0:HasInterfaceTrueITunableDiodeLaserSignalConditionSetType
0:HasDictionaryEntryTrue 3:0112/2///61987#ABA968#004
0:HasDictionaryEntryTrue 3:0112/2///61987#ABA968#004
0:HasDictionaryEntryTrue 3:0112/2///61987#ABA968#004

The components of TunableDiodeLaserSignalType have additional subcomponents which are defined in Table 174.

Table 174 – TunableDiodeLaserSignalType additional subcomponents
BrowsePath References NodeClass BrowseName DataType TypeDefinition Others
Applied from ITunableDiodeLaserSignalConditionSetType
SignalConditionSet0:HasComponentVariableAbsoluteSampleGasPressure0:Float0:AnalogUnitTypeO
SignalConditionSet0:HasComponentVariableSampleTemperature0:Float0:AnalogUnitTypeO
SignalConditionSet0:HasComponentVariableTransmissionRatio0:Float0:DataItemTypeO
SignalConditionSet0:HasComponentVariableSignalNoiseRatio0:Float0:DataItemTypeO
SignalConditionSet0:HasComponentVariableLaserTemperature0:Float0:AnalogUnitTypeO
SignalConditionSet0:HasComponentVariableSignalFitQuality0:Float0:DataItemTypeO

The child Nodes of the TunableDiodeLaserSignalType have additional Attribute values defined in Table 175.

Table 175 – TunableDiodeLaserSignalType Attribute values for child Nodes
BrowsePath Value Attribute
0.0
NamespaceUri: http://www.opcfoundation.org/UA/units/cdd/IEC62720
UnitId: 705749552
DisplayName: mbar
Description: millibar
0.0
NamespaceUri: http://www.opcfoundation.org/UA/units/cdd/IEC62720
UnitId: 705741427
DisplayName: °C
Description: degree Celsius
0.0
0.0
0.0
NamespaceUri: http://www.opcfoundation.org/UA/units/cdd/IEC62720
UnitId: 705741427
DisplayName: °C
Description: degree Celsius
0.0

7.33 ZirconiumDioxideSignalType

The ZirconiumDioxideSignalType provides ObjectType to add Zirconium dioxide measurement specific variables. It is formally defined in Table 176.

Table 176 – ZirconiumDioxideSignalType definition
Attribute Value
BrowseNameZirconiumDioxideSignalType
IsAbstractFalse
References NodeClass BrowseName DataType TypeDefinition Other
Subtype of AnalyticalSignalType defined in 7.27, i.e. inheriting the InstanceDeclarations of that Node
0:HasComponentObjectSignalConditionSet0:BaseObjectTypeO
Conformance Units
PA-DIM ZirconiumDioxideSignalType
PA-DIM ZirconiumDioxideSignalType RelativeHeatOutput
PA-DIM ZirconiumDioxideSignalType CellResistance
PA-DIM ZirconiumDioxideSignalType SensingElementResidualLife
PA-DIM ZirconiumDioxideSignalType SampleGasVolumeFlow

SignalConditionSet is a container object for the condition parameters of the signal. It is inherited from AnalogSignalType and has an additional interface reference to IZirconiumDioxideSignalConditionSetType to add Zirconium dioxide signal specific condition variables.

The components of ZirconiumDioxideSignalType have additional references which are defined in Table 177.

Table 177 – ZirconiumDioxideSignalType additional References
SourceBrowsePath Reference Type Is Forward TargetBrowsePath
SignalConditionSet0:HasInterfaceTrueIZirconiumDioxideSignalConditionSetType
0:HasDictionaryEntryTrue 3:0112/2///61987#ABA968#004
0:HasDictionaryEntryTrue 3:0112/2///61987#ABA968#004
0:HasDictionaryEntryTrue 3:0112/2///61987#ABA968#004

The components of ZirconiumDioxideSignalType have additional subcomponents which are defined in Table 178.

Table 178 – ZirconiumDioxideSignalType additional subcomponents
BrowsePath References NodeClass BrowseName DataType TypeDefinition Others
Applied from IZirconiumDioxideSignalConditionSetType
SignalConditionSet0:HasComponentVariableRelativeHeatOutput0:Float0:AnalogUnitTypeO
SignalConditionSet0:HasComponentVariableSensingElementTemperature0:Float0:AnalogUnitTypeO
SignalConditionSet0:HasComponentVariableSampleGasVolumeFlow0:Float0:AnalogUnitTypeO

The child Nodes of the ZirconiumDioxideSignalType have additional Attribute values defined in Table 179.

Table 179 – ZirconiumDioxideSignalType Attribute values for child Nodes
BrowsePath Value Attribute
0.0

NamespaceUri: http://www.opcfoundation.org/UA/units/cdd/IEC62720

UnitId: 705741328

DisplayName: %

Description: percent

0.0
NamespaceUri: http://www.opcfoundation.org/UA/units/cdd/IEC62720
UnitId: 705741427
DisplayName: °C
Description: degree Celsius
0.0
NamespaceUri: http://www.opcfoundation.org/UA/units/cdd/IEC62720
UnitId: 705747637
DisplayName: l/h
Description: litre per hour

7.34 PhSignalType

The PhSignalType provides ObjectType to add pH measurement specific variables. It is formally defined in Table 180.

Table 180 – PhSignalType definition
Attribute Value
BrowseNamePhSignalType
IsAbstractFalse
References NodeClass BrowseName DataType TypeDefinition Other
Subtype of AnalyticalSignalType defined in 7.27, i.e. inheriting the InstanceDeclarations of that Node
0:HasComponentObject<SignalCalibrationIdentifier>0:BaseObjectTypeOP
0:HasComponentObjectSignalConditionSet0:BaseObjectTypeO
Conformance Units
PA-DIM PhSignalType
PA-DIM PhSignalType SensorNextCalibration
PA-DIM PhSignalType SensingElementImpedance
PA-DIM PhSignalType SensorReferenceImpedance
PA-DIM PhSignalType SensorCleaningsCounter
PA-DIM PhSignalType SensorSterilisationsCounter
PA-DIM IPhCalibration SensorT90

<SignalCalibrationIdentifier> is a container object for the calibration parameters of the signal. It is inherited from AnalogSignalType and has an additional interface reference to IPhCalibrationType to add pH signal specific calibration variables. Since it is a placeholder, an instance of PhSignalType can have several calibration objects.

SignalConditionSet is a container object for the condition parameters of the signal. It is inherited from AnalogSignalType and has an additional interface reference to IPhSignalConditionSetType to add pH signal specific condition variables.

The components of PhSignalType have additional references which are defined in Table 181.

Table 181 – PhSignalType additional References
SourceBrowsePath Reference Type Is Forward TargetBrowsePath
<SignalCalibrationIdentifier>0:HasInterfaceTrueIPhCalibrationType
0:HasDictionaryEntryTrue 3:0112/2///61987#ABA968#004
0:HasDictionaryEntryTrue 3:0112/2///61987#ABA968#004
SignalConditionSet0:HasInterfaceTrueIPhSignalConditionSetType
0:HasDictionaryEntryTrue 3:0112/2///61987#ABA968#004
0:HasDictionaryEntryTrue 3:0112/2///61987#ABA968#004
0:HasDictionaryEntryTrue 3:0112/2///61987#ABA968#004
0:HasDictionaryEntryTrue 3:0112/2///61987#ABA968#004

The components of PhSignalType have additional subcomponents which are defined in Table 182.

Table 182 – PhSignalType additional subcomponents
BrowsePath References NodeClass BrowseName DataType TypeDefinition Others
Applied from IPhCalibrationType
<SignalCalibrationIdentifier>0:HasComponentVariableSensorSlope0:Float0:AnalogUnitTypeO
<SignalCalibrationIdentifier>0:HasComponentVariableSensorAsymmetryPotential0:Float0:AnalogUnitTypeO
<SignalCalibrationIdentifier>0:HasPropertyVariableSensorT900:Float0:PropertyTypeO
Applied from IPhSignalConditionSetType
SignalConditionSet0:HasComponentVariablePhMeasuringMethod0:UInt320:MultiStateDictionaryEntryDiscreteTypeO
SignalConditionSet0:HasComponentVariableSensingElementTemperature0:Float0:AnalogUnitTypeO
SignalConditionSet0:HasComponentVariableSensorNextCalibration0:UInt320:AnalogUnitTypeO
SignalConditionSet0:HasComponentVariableSensingElementImpedance0:Float0:AnalogUnitTypeO
SignalConditionSet0:HasComponentVariableSensorReferenceImpedance0:Float0:AnalogUnitTypeO
SignalConditionSet0:HasPropertyVariableSensorCleaningsCounter0:UInt320:PropertyTypeO
SignalConditionSet0:HasPropertyVariableSensorSterilisationsCounter0:UInt320:PropertyTypeO

The child Nodes of the PhSignalType have additional Attribute values defined in Table 183.

Table 183 – PhSignalType Attribute values for child Nodes
BrowsePath Value Attribute
0.0

NamespaceUri: http://www.opcfoundation.org/UA/units/cdd/IEC62720
UnitId: 705749524

DisplayName: mV
Description: millivolt

0.0

NamespaceUri: http://www.opcfoundation.org/UA/units/cdd/IEC62720
UnitId: 705749524

DisplayName: mV
Description: millivolt

0.0
0
ns=3;s=0112/2///61987#ABP718#001
glass electrode
0.0
NamespaceUri: http://www.opcfoundation.org/UA/units/cdd/IEC62720
UnitId: 705741427
DisplayName: °C
Description: degree Celsius
0
NamespaceUri: http://www.opcfoundation.org/UA/units/cdd/IEC62720
UnitId: 705745431
DisplayName: d
Description: day
0.0

NamespaceUri: http://www.opcfoundation.org/UA/units/cdd/IEC62720

UnitId: 705741367

DisplayName: Ω

Description: ohm

0.0

NamespaceUri: http://www.opcfoundation.org/UA/units/cdd/IEC62720

UnitId: 705741367

DisplayName: Ω

Description: ohm

0
0

7.35 ConductivitySignalType

The ConductivitySignalType provides ObjectType to add conductivity measurement specific variables. It is formally defined in Table 184.

Table 184 – ConductivitySignalType definition
Attribute Value
BrowseNameConductivitySignalType
IsAbstractFalse
References NodeClass BrowseName DataType TypeDefinition Other
Subtype of AnalyticalSignalType defined in 7.27, i.e. inheriting the InstanceDeclarations of that Node
0:HasComponentObject<SignalCalibrationIdentifier>0:BaseObjectTypeOP
0:HasComponentObjectSignalConditionSet0:BaseObjectTypeO
Conformance Units
PA-DIM ConductivitySignalType
PA-DIM ConductivitySignalType SensorCleaningsCounter
PA-DIM ConductivitySignalType SensorSterilisationsCounter

<SignalCalibrationIdentifier> is a container object for the calibration parameters of the signal. It is inherited from AnalogSignalType and has an additional interface reference to IConductivityCalibrationType to add conductivity signal specific calibration variables. Since it is a placeholder, an instance of ConductivitySignalType can have several calibration objects.

SignalConditionSet is a container object for the condition parameters of the signal. It is inherited from AnalogSignalType and has an additional interface reference to IConductivitySignalConditionSetType to add conductivity signal specific condition variables.

The components of ConductivitySignalType have additional references which are defined in Table 185.

Table 185 – ConductivitySignalType additional References
SourceBrowsePath Reference Type Is Forward TargetBrowsePath
<SignalCalibrationIdentifier>0:HasInterfaceTrueIConductivityCalibrationType
0:HasDictionaryEntryTrue 3:0112/2///61987#ABA968#004
SignalConditionSet0:HasInterfaceTrueIConductivitySignalConditionSetType
0:HasDictionaryEntryTrue 3:0112/2///61987#ABA968#004

The components of ConductivitySignalType have additional subcomponents which are defined in Table 186.

Table 186 – ConductivitySignalType additional subcomponents
BrowsePath References NodeClass BrowseName DataType TypeDefinition Others
Applied from IConductivityCalibrationType
<SignalCalibrationIdentifier>0:HasComponentVariableConductivityCellConstant0:Float0:AnalogUnitTypeO
Applied from IConductivitySignalConditionSetType
SignalConditionSet0:HasComponentVariableConductivityMeasuringMethod0:UInt320:MultiStateDictionaryEntryDiscreteTypeO
SignalConditionSet0:HasComponentVariableSensingElementTemperature0:Float0:AnalogUnitTypeO
SignalConditionSet0:HasComponentVariableTemperatureCompensationStyle0:UInt320:MultiStateDictionaryEntryDiscreteTypeO
SignalConditionSet0:HasPropertyVariableSensorCleaningsCounter0:UInt320:PropertyTypeO
SignalConditionSet0:HasPropertyVariableSensorSterilisationsCounter0:UInt320:PropertyTypeO

The child Nodes of the ConductivitySignalType have additional Attribute values defined in Table 187.

Table 187 – ConductivitySignalType Attribute values for child Nodes
BrowsePath Value Attribute
0.0
NamespaceUri: http://www.opcfoundation.org/UA/units/cdd/IEC62720
UnitId: 705744658
DisplayName: cm⁻¹
Description: reciprocal centimetre
0
ns=3;s=0112/2///61987#ABP721#001
inductive
0.0
NamespaceUri: http://www.opcfoundation.org/UA/units/cdd/IEC62720
UnitId: 705741427
DisplayName: °C
Description: degree Celsius
0
ns=3;s=0112/2///61987#ABP724#001
no temperature compensation
0
0

7.36 AmperometricSignalType

The AmperometricSignalType provides ObjectType to add amperometric measurement specific variables. It is formally defined in Table 188.

Table 188 – AmperometricSignalType definition
Attribute Value
BrowseNameAmperometricSignalType
IsAbstractFalse
References NodeClass BrowseName DataType TypeDefinition Other
Subtype of AnalyticalSignalType defined in 7.27, i.e. inheriting the InstanceDeclarations of that Node
0:HasComponentObject<SignalCalibrationIdentifier>0:BaseObjectTypeOP
0:HasComponentObjectSignalConditionSet0:BaseObjectTypeO
Conformance Units
PA-DIM AmperometricSignalType
PA-DIM AmperometricSignalType SensorNextCalibration
PA-DIM AmperometricSignalType SensorCleaningsCounter
PA-DIM AmperometricSignalType SensorSterilisationsCounter
PA-DIM IAmperometricCalibration AbsoluteAirPressure
PA-DIM IAmperometricCalibration SensorT90

<SignalCalibrationIdentifier> is a container object for the calibration parameters of the signal. It is inherited from AnalogSignalType and has an additional interface reference to IAmperometricCalibrationType to add amperometric signal specific calibration variables. Since it is a placeholder, an instance of AnalogSignalType can have several calibration objects.

SignalConditionSet is a container object for the condition parameters of the signal. It is inherited from AnalogSignalType and has an additional interface reference to IAmperometricSignalConditionSetType to add amperometric signal specific condition variables.

The components of AmperometricSignalType have additional references which are defined in Table 189.

Table 189 – AmperometricSignalType additional References
SourceBrowsePath Reference Type Is Forward TargetBrowsePath
<SignalCalibrationIdentifier>0:HasInterfaceTrueIAmperometricCalibrationType
0:HasDictionaryEntryTrue 3:0112/2///61987#ABA968#004
0:HasDictionaryEntryTrue 3:0112/2///61987#ABA968#004
0:HasDictionaryEntryTrue 3:0112/2///61987#ABA968#004
SignalConditionSet0:HasInterfaceTrueIAmperometricSignalConditionSetType
0:HasDictionaryEntryTrue 3:0112/2///61987#ABA968#004
0:HasDictionaryEntryTrue 3:0112/2///61987#ABA968#004

The components of AmperometricSignalType have additional subcomponents which are defined in Table 190.

Table 190 – AmperometricSignalType additional subcomponents
BrowsePath References NodeClass BrowseName DataType TypeDefinition Others
Applied from IAmperometricCalibrationType
<SignalCalibrationIdentifier>0:HasComponentVariableAmperometricSensorSlope0:Float0:AnalogUnitTypeO
<SignalCalibrationIdentifier>0:HasComponentVariableAmperometricSensorZeroPoint0:Float0:AnalogUnitTypeO
<SignalCalibrationIdentifier>0:HasComponentVariableAbsoluteAirPressure0:Float0:AnalogUnitTypeO
<SignalCalibrationIdentifier>0:HasPropertyVariableSensorT900:Float0:PropertyTypeO
Applied from IAmperometricSignalConditionSetType
SignalConditionSet0:HasComponentVariableSensingElementTemperature0:Float0:AnalogUnitTypeO
SignalConditionSet0:HasComponentVariableSensorNextCalibration0:UInt320:AnalogUnitTypeO
SignalConditionSet0:HasPropertyVariableSensorCleaningsCounter0:UInt320:PropertyTypeO
SignalConditionSet0:HasPropertyVariableSensorSterilisationsCounter0:UInt320:PropertyTypeO

The child Nodes of the AmperometricSignalType have additional Attribute values defined in Table 191.

Table 191 – AmperometricSignalType Attribute values for child Nodes
BrowsePath Value Attribute
0.0

NamespaceUri: http://www.opcfoundation.org/UA/units/cdd/IEC62720

UnitId: 705750616

DisplayName: pA

Description: picoampere

0.0
NamespaceUri: http://www.opcfoundation.org/UA/units/cdd/IEC62720
UnitId: 705746519
DisplayName: hPa
Description: hectopascal
0.0
0.0
NamespaceUri: http://www.opcfoundation.org/UA/units/cdd/IEC62720
UnitId: 705741427
DisplayName: °C
Description: degree Celsius
0
NamespaceUri: http://www.opcfoundation.org/UA/units/cdd/IEC62720
UnitId: 705745431
DisplayName: d
Description: day
0
0

7.37 AmperometricGasDetectorSignalType

The AmperometricGasDetectorSignalType provides ObjectType to add amperometric gas detector specific variables. It is formally defined in Table 188.

Table 192 – AmperometricGasDetectorSignalType definition
Attribute Value
BrowseNameAmperometricGasDetectorSignalType
IsAbstractFalse
References NodeClass BrowseName DataType TypeDefinition Other
Subtype of AnalyticalSignalType defined in 7.27, i.e. inheriting the InstanceDeclarations of that Node
0:HasComponentObject<SignalCalibrationIdentifier>0:BaseObjectTypeOP
0:HasComponentObjectSignalConditionSet0:BaseObjectTypeO
Conformance Units
PA-DIM AmperometricGasDetectorSignalType

<SignalCalibrationIdentifier> is a container object for the calibration parameters of the signal. It is inherited from AnalogSignalType and has an additional interface reference to IAmperometricCalibrationType to add amperometric signal specific calibration variables. Since it is a placeholder, an instance of AnalogSignalType can have several calibration objects.

SignalConditionSet is a container object for the condition parameters of the signal. It is inherited from AnalogSignalType and has an additional interface reference to IAmperometricSignalConditionSetType to add amperometric signal specific condition variables.

The components of AmperometricSignalType have additional references which are defined in Table 193.

Table 193 – AmperometricGasDetectorSignalType additional References
SourceBrowsePath Reference Type Is Forward TargetBrowsePath
<SignalCalibrationIdentifier>0:HasInterfaceTrueIAmperometricCalibrationType
0:HasDictionaryEntryTrue 3:0112/2///61987#ABA968#004
0:HasDictionaryEntryTrue 3:0112/2///61987#ABA968#004
0:HasDictionaryEntryTrue 3:0112/2///61987#ABA968#004
SignalConditionSet0:HasInterfaceTrueIAmperometricGasDetectorSignalConditionSetType
0:HasDictionaryEntryTrue 3:0112/2///61987#ABA968#004

The components of AmperometricGasDetectorSignalType have additional subcomponents which are defined in Table 194.

Table 194 – AmperometricGasDetectorSignalType additional subcomponents
BrowsePath References NodeClass BrowseName DataType TypeDefinition Others
Applied from IAmperometricGasDetectorCalibrationType
<SignalCalibrationIdentifier>0:HasComponentVariableAmperometricSensorSlope0:Float0:AnalogUnitTypeO
<SignalCalibrationIdentifier>0:HasComponentVariableAmperometricSensorZeroPoint0:Float0:AnalogUnitTypeO
<SignalCalibrationIdentifier>0:HasComponentVariableAbsoluteAirPressure0:Float0:AnalogUnitTypeO
<SignalCalibrationIdentifier>0:HasPropertyVariableSensorT900:Float0:PropertyTypeO
Applied from IAmperometricSignalConditionSetType
SignalConditionSet0:HasComponentVariableSensingElementTemperature0:Float0:AnalogUnitTypeO
SignalConditionSet0:HasPropertyVariableSensorNextCalibrationFixed0:Float0:PropertyTypeO
SignalConditionSet0:HasPropertyVariableSensorNextCalibrationDynamic0:Float0:PropertyTypeO
SignalConditionSet0:HasPropertyVariablePowerOnDurationSensor0:Duration0:PropertyTypeO
SignalConditionSet0:HasPropertyVariableSensingElementResidualLife0:Float0:PropertyTypeO

The child Nodes of the AmperometricGasDetectorSignalType have additional Attribute values defined in Table 195.

Table 195 – AmperometricGasDetectorSignalType Attribute values for child Nodes
BrowsePath Value Attribute
0.0

NamespaceUri: http://www.opcfoundation.org/UA/units/cdd/IEC62720

UnitId: 705750616

DisplayName: pA

Description: picoampere

0.0
NamespaceUri: http://www.opcfoundation.org/UA/units/cdd/IEC62720
UnitId: 705746519
DisplayName: hPa
Description: hectopascal
0.0
0.0

NamespaceUri: http://www.opcfoundation.org/UA/units/cdd/IEC62720

UnitId: 705741427

DisplayName: °C

Description: degree Celsius

0
0

7.38 OpticalFluorescenseQuenchingSignalType

The OpticalFluorescenseQuenchingSignalType provides ObjectType to add optical fluorescence quenching measurement specific variables. It is formally defined in Table 196.

Table 196 – OpticalFluorescenseQuenchingSignalType definition
Attribute Value
BrowseNameOpticalFluorescenseQuenchingSignalType
IsAbstractFalse
References NodeClass BrowseName DataType TypeDefinition Other
Subtype of AnalyticalSignalType defined in 7.27, i.e. inheriting the InstanceDeclarations of that Node
0:HasComponentObject<SignalCalibrationIdentifier>0:BaseObjectTypeOP
0:HasComponentObjectSignalConditionSet0:BaseObjectTypeO
Conformance Units
PA-DIM OpticalFluorescenseQuenchingSignalType
PA-DIM OpticalFluorescenseQuenchingSignalType SensorNextCalibration
PA-DIM OpticalFluorescenseQuenchingSignalType SensorCleaningsCounter
PA-DIM OpticalFluorescenseQuenchingSignalType SensorSterilisationsCounter
PA-DIM IOpticalFluorescenseQuenchingCalibration AbsoluteAirPressure
PA-DIM IOpticalFluorescenseQuenchingCalibration SensorT90

<SignalCalibrationIdentifier> is a container object for the calibration parameters of the signal. It is inherited from AnalogSignalType and has an additional interface reference to IOpticalFluorescenseQuenchingCalibrationType to add optical fluorescence quenching signal specific calibration variables. Since it is a placeholder, an instance of AnalogSignalType can have several calibration objects.

SignalConditionSet is a container object for the condition parameters of the signal. It is inherited from AnalogSignalType and has an additional interface reference to IOpticalFluorescenseQuenchingSignalConditionSetType to add optical fluorescence quenching signal specific condition variables.

The components of OpticalFluorescenseQuenchingSignalType have additional references which are defined in Table 197.

Table 197 – OpticalFluorescenseQuenchingSignalType additional References
SourceBrowsePath Reference Type Is Forward TargetBrowsePath
<SignalCalibrationIdentifier>0:HasInterfaceTrueIOpticalFluorescenseQuenchingCalibrationType
0:HasDictionaryEntryTrue 3:0112/2///61987#ABA968#004
0:HasDictionaryEntryTrue 3:0112/2///61987#ABA968#004
0:HasDictionaryEntryTrue 3:0112/2///61987#ABA968#004
SignalConditionSet0:HasInterfaceTrueIOpticalFluorescenseQuenchingSignalConditionSetType
0:HasDictionaryEntryTrue 3:0112/2///61987#ABA968#004
0:HasDictionaryEntryTrue 3:0112/2///61987#ABA968#004

The components of OpticalFluorescenseQuenchingSignalType have additional subcomponents which are defined in Table 198.

Table 198 – OpticalFluorescenseQuenchingSignalType additional subcomponents
BrowsePath References NodeClass BrowseName DataType TypeDefinition Others
Applied from IOpticalFluorescenseQuenchingCalibrationType
<SignalCalibrationIdentifier>0:HasComponentVariableOpticalFluorescenseQuenchingSensorSlope0:Float0:AnalogUnitTypeO
<SignalCalibrationIdentifier>0:HasComponentVariableOpticalFluorescenseQuenchingSensorZeroPoint0:Float0:AnalogUnitTypeO
<SignalCalibrationIdentifier>0:HasComponentVariableAbsoluteAirPressure0:Float0:AnalogUnitTypeO
<SignalCalibrationIdentifier>0:HasPropertyVariableSensorT900:Float0:PropertyTypeO
Applied from IOpticalFluorescenseQuenchingSignalConditionSetType
SignalConditionSet0:HasComponentVariableSensingElementTemperature0:Float0:AnalogUnitTypeO
SignalConditionSet0:HasComponentVariableSensorNextCalibration0:UInt320:AnalogUnitTypeO
SignalConditionSet0:HasPropertyVariableSensorCleaningsCounter0:UInt320:PropertyTypeO
SignalConditionSet0:HasPropertyVariableSensorSterilisationsCounter0:UInt320:PropertyTypeO

The child Nodes of the OpticalFluorescenseQuenchingSignalType have additional Attribute values defined in Table 199.

Table 199 – OpticalFluorescenseQuenchingSignalType Attribute values for child Nodes
BrowsePath Value Attribute
0.0

NamespaceUri: http://www.opcfoundation.org/UA/units/cdd/IEC62720

UnitId: 705741621

DisplayName: µs

Description: microsecond

0.0
NamespaceUri: http://www.opcfoundation.org/UA/units/cdd/IEC62720
UnitId: 705746519
DisplayName: hPa
Description: hectopascal
0.0
0.0
NamespaceUri: http://www.opcfoundation.org/UA/units/cdd/IEC62720
UnitId: 705741427
DisplayName: °C
Description: degree Celsius
0
NamespaceUri: http://www.opcfoundation.org/UA/units/cdd/IEC62720
UnitId: 705745431
DisplayName: d
Description: day
0
0

7.39 GasChromatographSignalType

The GasChromatographSignalType provides ObjectType to add gaschromatograph measurement specific variables. It is formally defined in Table 200.

Table 200 – GasChromatographSignalType definition
Attribute Value
BrowseNameGasChromatographSignalType
IsAbstractFalse
References NodeClass BrowseName DataType TypeDefinition Other
Subtype of AnalyticalSignalType defined in 7.27, i.e. inheriting the InstanceDeclarations of that Node
0:HasComponentObject<SignalCalibrationIdentifier>0:BaseObjectTypeOP
0:HasComponentObjectSignalConditionSet0:BaseObjectTypeO
Conformance Units
PA-DIM GasChromatographSignalType
PA-DIM GasChromatographSignalType Peak
PA-DIM GasChromatographSignalType RetentionTime
PA-DIM GasChromatographSignalType InjectionTime
PA-DIM GasChromatographSignalType ComponentName

<SignalCalibrationIdentifier> is a container object for the calibration parameters of the signal. It is inherited from AnalogSignalType and has an additional interface reference to IGasChromatographCalibrationType to add Gaschromatograph signal specific calibration variables. Since it is a placeholder, an instance of GasChromatographSignalType can have several calibration objects.

SignalConditionSet is a container object for the condition parameters of the signal. It is inherited from AnalogSignalType and has an additional interface reference to IGasChromatographSignalConditionSetType to add Gaschromatograph signal specific condition variables.

The components of GasChromatographSignalType have additional references which are defined inTable 201.

Table 201 – GasChromatographSignalType additional References
SourceBrowsePath Reference Type Is Forward TargetBrowsePath
SignalConditionSet0:HasInterfaceTrueIGasChromatographSignalConditionSetType
0:HasDictionaryEntryTrue 3:0112/2///61987#ABA968#004
0:HasDictionaryEntryTrue 3:0112/2///61987#ABA968#004
0:HasDictionaryEntryTrue 3:0112/2///61987#ABA968#004
0:HasDictionaryEntryTrue 3:0112/2///61987#ABA968#004
0:HasDictionaryEntryTrue 3:0112/2///61987#ABA968#004

The components of GasChromatographSignalType have additional subcomponents which are defined in Table 202.

Table 202 – GasChromatographSignalType Additional Subcomponents
BrowsePath References NodeClass BrowseName DataType TypeDefinition Others
Applied from I GasChromatographSignalConditionSetType
SignalConditionSet0:HasComponentVariablePeakWidth0:Float0:AnalogUnitTypeO
SignalConditionSet0:HasComponentVariablePeakHeight0:Float0:AnalogUnitTypeO
SignalConditionSet0:HasComponentVariablePeakArea0:Float0:AnalogUnitTypeO
SignalConditionSet0:HasPropertyVariableTailingFactor0:Float0:PropertyTypeO
SignalConditionSet0:HasComponentVariableExpectedRetentionTime0:Float0:AnalogUnitTypeO
SignalConditionSet0:HasComponentVariableActualRetentionTime0:Float0:AnalogUnitTypeO
SignalConditionSet0:HasPropertyVariableInjectionTime0:DateTime0:PropertyTypeO
SignalConditionSet0:HasPropertyVariableComponentName0:String0:PropertyTypeO

The child Nodes of the GasChromatographSignalType have additional Attribute values defined in Table 203.

Table 203 – GasChromatographSignalType Attribute values for child Nodes
BrowsePath Value Attribute
0.0
NamespaceUri: http://www.opcfoundation.org/UA/units/cdd/IEC62720
UnitId: 705750770
DisplayName: s
Description: second
0.0

NamespaceUri: http://www.opcfoundation.org/UA/units/cdd/IEC62720
UnitId: 705743670
DisplayName: V

Description: volt

0.0

NamespaceUri: http://www.opcfoundation.org/UA/units/cdd/IEC62720

UnitId: 705741328

DisplayName: %

Description: percent

1.0

0.0

NamespaceUri: http://www.opcfoundation.org/UA/units/cdd/IEC62720
UnitId: 705750770
DisplayName: s
Description: second
0.0
NamespaceUri: http://www.opcfoundation.org/UA/units/cdd/IEC62720
UnitId: 705750770
DisplayName: s
Description: second
1/1/1601 12:00:00 AM

7.40 FlameIonisationSignalType

The FlameIonisationSignalType provides ObjectType to add FID measurement specific variables. It is formally defined in Table 204.

Table 204 – FlameIonisationSignalType definition
Attribute Value
BrowseNameFlameIonisationSignalType
IsAbstractFalse
References NodeClass BrowseName DataType TypeDefinition Other
Subtype of AnalyticalSignalType defined in 7.27, i.e. inheriting the InstanceDeclarations of that Node
Conformance Units
PA-DIM FlameIonisationSignalType

7.41 InfraredSignalType

The InfraredSignalType provides ObjectType to add Infrared measurement specific variables. It is formally defined in Table 205.

Table 205 – InfraredSignalType definition
Attribute Value
BrowseNameInfraredSignalType
IsAbstractFalse
References NodeClass BrowseName DataType TypeDefinition Other
Subtype of AnalyticalSignalType defined in 7.27, i.e. inheriting the InstanceDeclarations of that Node
0:HasComponentObjectSignalConditionSet0:BaseObjectTypeO
Conformance Units
PA-DIM InfraredSignalType
PA-DIM InfraredSignalType SourceResidualLife
PA-DIM InfraredSignalType TransmissionRatio
PA-DIM InfraredSignalType SensorNextCalibrationFixed
PA-DIM InfraredSignalType SensorNextCalibrationDynamic
PA-DIM InfraredSignalType PowerOnDurationSensor
PA-DIM InfraredSignalType SensingElementResidualLife

SignalConditionSet is a container object for the condition parameters of the signal. It is inherited from AnalogSignalType and has an additional interface reference to IInfraredSignalConditionSetType to add Infrared signal specific condition variables.

The components of InfraredSignalType have additional references which are defined in Table 206.

Table 206 – InfraredSignalType additional References
SourceBrowsePath Reference Type Is Forward TargetBrowsePath
SignalConditionSet0:HasInterfaceTrueIInfraredSignalConditionSetType
0:HasDictionaryEntryTrue 3:0112/2///61987#ABA968#004

The components of InfraredSignalType have additional subcomponents which are defined in Table 207.

Table 207 – InfraredSignalType Additional Subcomponents
BrowsePath References NodeClass BrowseName DataType TypeDefinition Others
Applied from I GasChromatographSignalConditionSetType
SignalConditionSet0:HasComponentVariableSensingElementTemperature0:Float0:AnalogUnitTypeO
SignalConditionSet0:HasPropertyVariableSourceResidualLife0:Float0:PropertyTypeO
SignalConditionSet0:HasPropertyVariableTransmissionRatio0:Float0:PropertyTypeO
SignalConditionSet0:HasPropertyVariableSensorNextCalibrationFixed0:Float0:PropertyTypeO
SignalConditionSet0:HasPropertyVariableSensorNextCalibrationDynamic0:Float0:PropertyTypeO
SignalConditionSet0:HasPropertyVariablePowerOnDurationSensor0:Duration0:PropertyTypeO
SignalConditionSet0:HasPropertyVariableSensingElementResidualLife0:Float0:PropertyTypeO
SignalConditionSet0:HasPropertyVariableRelativeGasFlowRate0:Float0:PropertyTypeO
SignalConditionSet0:HasPropertyVariableSensingElementResidualSensitivity0:Float0:PropertyTypeO

The child Nodes of the InfraredSignalType have additional Attribute values defined in Table 208.

Table 208 – InfraredSignalType Attribute values for child Nodes
BrowsePath Value Attribute
0.0
NamespaceUri: http://www.opcfoundation.org/UA/units/cdd/IEC62720
UnitId: 705741427
DisplayName: °C
Description: degree Celsius
1.0
0.0
0.0

0.0

0
1.0
0.0
1.0

7.42 CatalyticBeadSignalType

The CatalyticBeadSignalType provides ObjectType to add catalytic bead measurement specific variables. It is formally defined in Table 209.

Table 209 – CatalyticBeadSignalType definition
Attribute Value
BrowseNameCatalyticBeadSignalType
IsAbstractFalse
References NodeClass BrowseName DataType TypeDefinition Other
Subtype of AnalyticalSignalType defined in 7.27, i.e. inheriting the InstanceDeclarations of that Node
0:HasComponentObjectSignalConditionSet0:BaseObjectTypeO
Conformance Units
PA-DIM CatalyticBeadSignalType
PA-DIM CatalyticBeadSignalType SensorNextCalibrationFixed
PA-DIM CatalyticBeadSignalType SensorNextCalibrationDynamic
PA-DIM CatalyticBeadSignalType PowerOnDurationSensor
PA-DIM CatalyticBeadSignalType SensingElementResidualLife
PA-DIM CatalyticBeadSignalType RelativeGasFlowRate
PA-DIM CatalyticBeadSignalType SensorValue
PA-DIM CatalyticBeadSignalType SensingElementResidualSensitivity

<SignalCalibrationIdentifier> is a container object for the calibration parameters of the signal. It is inherited from AnalogSignalType and has an additional interface reference to ICatalyticBeadCalibrationType to add Catalytic Bead signal specific calibration variables. Since it is a placeholder, an instance of CatalyticBeadSignalType can have several calibration objects.

SignalConditionSet is a container object for the condition parameters of the signal. It is inherited from AnalogSignalType and has an additional interface reference to ICatalyticBeadSignalConditionSetType to add Catalytic Bead signal specific condition variables.

The components of CatalyticBeadSignalType have additional references which are defined in Table 210.

Table 210 – CatalyticBeadSignalType additional References
SourceBrowsePath Reference Type Is Forward TargetBrowsePath
SignalConditionSet0:HasInterfaceTrueICatalyticBeadSignalConditionSetType
0:HasDictionaryEntryTrue 3:0112/2///61987#ABA968#004
0:HasDictionaryEntryTrue 3:0112/2///61987#ABA968#004

The components of CatalyticBeadSignalType have additional subcomponents which are defined in Table 207

Table 211 – CatalyticBeadSignalType Additional Subcomponents
BrowsePath References NodeClass BrowseName DataType TypeDefinition Others
Applied from I GasChromatographSignalConditionSetType
SignalConditionSet0:HasComponentVariableSensingElementTemperature0:Float0:AnalogUnitTypeO
SignalConditionSet0:HasPropertyVariableSensorNextCalibrationFixed0:Float0:PropertyTypeO
SignalConditionSet0:HasPropertyVariableSensorNextCalibrationDynamic0:Float0:PropertyTypeO
SignalConditionSet0:HasPropertyVariablePowerOnDurationSensor0:Duration0:PropertyTypeO
SignalConditionSet0:HasPropertyVariableSensingElementResidualLife0:Float0:PropertyTypeO
SignalConditionSet0:HasPropertyVariableRelativeGasFlowRate0:Float0:PropertyTypeO
SignalConditionSet0:HasComponentVariableSensorValue0:Float0:AnalogUnitTypeO
SignalConditionSet0:HasPropertyVariableSensingElementResidualSensitivity0:Float0:PropertyTypeO

The child Nodes of the CatalyticBeadSignalType have additional Attribute values defined in Table 212.

Table 212 – CatalyticBeadSignalType Attribute values for child Nodes
BrowsePath Value Attribute
0.0
NamespaceUri: http://www.opcfoundation.org/UA/units/cdd/IEC62720
UnitId: 705741427
DisplayName: °C
Description: degree Celsius
0.0

0.0

0
1.0
0.0

NamespaceUri: http://www.opcfoundation.org/UA/units/cdd/IEC62720
UnitId: 705749524

DisplayName: mV
Description: millivolt

1.0

7.43 FtnirOrFtirSignalType

The FtnirOrFtirSignalType provides ObjectType to add FT NIR or FT IR specific variables. It is formally defined in Table 213.

Table 213 – FtnirOrFtirSignalType definition
Attribute Value
BrowseNameFtnirOrFtirSignalType
IsAbstractFalse
References NodeClass BrowseName DataType TypeDefinition Other
Subtype of AnalyticalSignalType defined in 7.27, i.e. inheriting the InstanceDeclarations of that Node
0:HasComponentObject<SignalCalibrationIdentifier>0:BaseObjectTypeOP
0:HasComponentObjectSignalConditionSet0:BaseObjectTypeO
Conformance Units
PA-DIM FtnirOrFtirSignalType
PA-DIM FtnirOrFtirSignalType TransmissionRatio
PA-DIM FtnirOrFtirSignalType MahalanobisDistance
PA-DIM FtnirOrFtirSignalType SpectralResidual
PA-DIM FtnirOrFtirSignalType ElectronicsReadNoise
PA-DIM FtnirOrFtirSignalType LaserResidualLife

<SignalCalibrationIdentifier> is a container object for the calibration parameters of the signal. It is inherited from AnalogSignalType. Since it is a placeholder, an instance of FtnirOrFtirSignalType can have several calibration objects.

SignalConditionSet is a container object for the condition parameters of the signal. It is inherited from AnalogSignalType and has an additional interface reference to IFtnirOrFtirSignalConditionSetType to add FtnirOrFtirSignalType signal specific condition variables.

The components of FtnirOrFtirSignalType have additional references which are defined in Table 214

Table 214 – FtnirOrFtirSignalType additional References
SourceBrowsePath Reference Type Is Forward TargetBrowsePath
SignalConditionSet0:HasInterfaceTrueIFtnirOrFtirSignalConditionSetType
0:HasDictionaryEntryTrue 3:0112/2///61987#ABA968#004

The components of FtnirOrFtirSignalType have additional subcomponents which are defined in Table 215.

Table 215 – FtnirOrFtirSignalType Additional Subcomponents
BrowsePath References NodeClass BrowseName DataType TypeDefinition Others
Applied from IFtnirOrFtirSignalConditionSetType
SignalConditionSet0:HasComponentVariableTransmissionRatio0:Float0:DataItemTypeO
SignalConditionSet0:HasComponentVariableSensingElementTemperature0:Float0:AnalogUnitTypeO
SignalConditionSet0:HasPropertyVariableMahalanobisDistance0:Float0:PropertyTypeO
SignalConditionSet0:HasPropertyVariableSpectralResidual0:Float0:PropertyTypeO
SignalConditionSet0:HasPropertyVariableElectronicsReadNoise0:Float0:PropertyTypeO
SignalConditionSet0:HasPropertyVariableLaserResidualLife0:Float0:PropertyTypeO

The child Nodes of the FtnirOrFtirSignalType have additional Attribute values defined in Table 216.

Table 216 – FtnirOrFtirSignalType Attribute values for child Nodes
BrowsePath Value Attribute
0.0
0.0
NamespaceUri: http://www.opcfoundation.org/UA/units/cdd/IEC62720
UnitId: 705741427
DisplayName: °C
Description: degree Celsius
0.0
0.0
0.0

1.0

7.44 DiodeArraySignalType

The DiodeArraySignalType provides ObjectType to add Diode Array specific variables. It is formally defined in Table 217.

Table 217 – DiodeArraySignalType definition
Attribute Value
BrowseNameDiodeArraySignalType
IsAbstractFalse
References NodeClass BrowseName DataType TypeDefinition Other
Subtype of AnalyticalSignalType defined in 7.27, i.e. inheriting the InstanceDeclarations of that Node
0:HasComponentObject<SignalCalibrationIdentifier>0:BaseObjectTypeOP
0:HasComponentObjectSignalConditionSet0:BaseObjectTypeO
Conformance Units
PA-DIM DiodeArraySignalType
PA-DIM DiodeArraySignalType SourceResidualLife
PA-DIM DiodeArraySignalType MahalanobisDistance
PA-DIM DiodeArraySignalType SpectralResidual
PA-DIM DiodeArraySignalType ElectronicsReadNoise

<SignalCalibrationIdentifier> is a container object for the calibration parameters of the signal. It is inherited from AnalogSignalType. Since it is a placeholder, an instance of DiodeArraySignalType can have several calibration objects.

SignalConditionSet is a container object for the condition parameters of the signal. It is inherited from AnalogSignalType and has an additional interface reference to IDiodeArraySignalConditionSetType to add DiodeArraySignalType signal specific condition variables.

7.45 RamanSignalType

The RamanSignalType provides ObjectType to add Diode Array specific variables. It is formally defined in Table 217.

Table 218 – RamanSignalType definition
Attribute Value
BrowseNameRamanSignalType
IsAbstractFalse
References NodeClass BrowseName DataType TypeDefinition Other
Subtype of AnalyticalSignalType defined in 7.27, i.e. inheriting the InstanceDeclarations of that Node
0:HasComponentObject<SignalCalibrationIdentifier>0:BaseObjectTypeOP
0:HasComponentObjectSignalConditionSet0:BaseObjectTypeO
Conformance Units
PA-DIM RamanSignalType
PA-DIM RamanSignalType SourceResidualLife
PA-DIM RamanSignalType MahalanobisDistance
PA-DIM RamanSignalType SpectralResidual
PA-DIM RamanSignalType ElectronicsReadNoise

<SignalCalibrationIdentifier> is a container object for the calibration parameters of the signal. It is inherited from AnalogSignalType. Since it is a placeholder, an instance of RamanSignalType can have several calibration objects.

SignalConditionSet is a container object for the condition parameters of the signal. It is inherited from AnalogSignalType and has an additional interface reference to IRamanSignalConditionSetType to add RamanSignalType signal specific condition variables.

7.46 ControlSignalType

The ControlSignalType provides ObjectType to add variables and an AutoAdjustPositioner Method. It is formally defined in Table 219.

Table 219 – ControlSignalType definition
Attribute Value
BrowseNameControlSignalType
IsAbstractFalse
References NodeClass BrowseName DataType TypeDefinition Other
Subtype of SignalType defined in 7.23, i.e. inheriting the InstanceDeclarations of that Node
0:HasComponentMethodAutoAdjustPositionerDefined in 9.3O
0:HasComponentVariableControlSignal0:Float{Any}ControlVariableTypeM
Conformance Units
PA-DIM Control Signal
PA-DIM AutoAdjustPositioner method

AutoAdjustPositioner: ABN726#002 defines a property the value of which indicates the kind of adjustment function to be executed.

ControlSignal provides the readback process value. This is the position of the final control element within the travel span (between OPEN and CLOSE position). The unit of this value is provided by the EngineeringUnits property.

The components of ControlSignalType have additional references which are defined in Table 220.

Table 220 – ControlSignalType additional References
SourceBrowsePath Reference Type Is Forward TargetBrowsePath
0:HasDictionaryEntryTrue 3:0112/2///61987#ABA968#004
0:HasDictionaryEntryTrue 3:0112/2///61987#ABA968#004
AutoAdjustPositioner0:HasDictionaryEntryTrue 3:0112/2///61987#ABN726#002

The child Nodes of the ControlSignalType have additional Attribute values defined in Table 221.

Table 221 – ControlSignalType Attribute values for child Nodes
BrowsePath Value Attribute
ControlSignal0.0

NamespaceUri: http://www.opcfoundation.org/UA/units/cdd/IEC62720

UnitId: 705741328

DisplayName: %

Description: percent

Low: 0

High: 100

0
ns=3;s=0112/2///61987#ABN145#001
sliding-stem linear
0
ns=3;s=0112/2///61987#ABL147#001
direct
0.0
NamespaceUri: http://www.opcfoundation.org/UA/units/cdd/IEC62720
UnitId: 705741328
DisplayName: %
Description: percent

7.47 TwoStateDiscreteSignalType

The TwoStateDiscreteSignalType provides ObjectType to add variables. It is formally defined in Table 222.

Table 222 – TwoStateDiscreteSignalType definition
Attribute Value
BrowseNameTwoStateDiscreteSignalType
IsAbstractFalse
References NodeClass BrowseName DataType TypeDefinition Other
Subtype of SignalType defined in 7.23, i.e. inheriting the InstanceDeclarations of that Node
0:HasComponentVariableTwoStateDiscreteSignal0:Boolean{Any}TwoStateDiscreteSignalVariableTypeM
Conformance Units
PA-DIM Two State Discrete Signal

TwoStateDiscreteSignal provides the two-state discrete process value.

The child Nodes of the TwoStateDiscreteSignalType have additional Attribute values defined in Table 223.

Table 223 – TwoStateDiscreteSignalType Attribute values for child Nodes
BrowsePath Value Attribute
TwoStateDiscreteSignalFalse
FALSE
TRUE

7.48 MultiStateDiscreteSignalType

The MultiStateDiscreteSignalType provides ObjectType to add variables. It is formally defined in Table 224.

Table 224 – MultiStateDiscreteSignalType definition
Attribute Value
BrowseNameMultiStateDiscreteSignalType
IsAbstractFalse
References NodeClass BrowseName DataType TypeDefinition Other
Subtype of SignalType defined in 7.23, i.e. inheriting the InstanceDeclarations of that Node
0:HasComponentVariableMultiStateDiscreteSignal0:UInt32MultiStateDiscreteSignalVariableTypeM
Conformance Units
PA-DIM Multi State Discrete Signal

MultiStateDiscreteSignal provides the multi-state discrete process value.

The child Nodes of the MultiStateDiscreteSignalType have additional Attribute values defined in Table 225.

Table 225 – MultiStateDiscreteSignalType Attribute values for child Nodes
BrowsePath Value Attribute
MultiStateDiscreteSignal7
false

7.49 DiscreteSignalType

The DiscreteSignalType provides ObjectType to add variables. It is formally defined in Table 226.

Table 226 – DiscreteSignalType definition
Attribute Value
BrowseNameDiscreteSignalType
IsAbstractFalse
References NodeClass BrowseName DataType TypeDefinition Other
Subtype of SignalType defined in 7.23 , i.e. inheriting the InstanceDeclarations of that Node
0:HasComponentVariableDiscreteSignal0:BaseDataType{Any}DiscreteSignalVariableTypeM
Conformance Units
PA-DIM Discrete Signal

DiscreteSignal provides the discrete process value.

7.50 TwoStateDiscreteControlSignalType

The TwoStateDiscreteControlSignalType provides ObjectType to add variables related to two state discrete output. It is formally defined in Table 227.

Table 227 – TwoStateDiscreteControlSignalType definition
Attribute Value
BrowseNameTwoStateDiscreteControlSignalType
IsAbstractFalse
References NodeClass BrowseName DataType TypeDefinition Other
Subtype of SignalType defined in 7.25, i.e. inheriting the InstanceDeclarations of that Node
0:HasComponentVariableControlSignal0:Boolean{Any}TwoStateDiscreteControlVariableTypeM
Conformance Units
PA-DIM TwoStateDiscreteControl Signal

ControlSignal provides the two-state discrete readback value.

The child Nodes of the TwoStateDiscreteControlSignalType have additional Attribute values defined in Table 228.

Table 228 – TwoStateDiscreteControlSignalType Attribute values for child Nodes
BrowsePath Value Attribute
ControlSignalFalse
FALSE
TRUE
False
FALSE
TRUE
0
ns=3;s=0112/2///61987#ABL147#001
direct

7.51 MultiStateDiscreteControlSignalType

The MultiStateDiscreteControlSignalType provides ObjectType to add variables related to multi state discrete output. It is formally defined in Table 229.

Table 229 – MultiStateDiscreteControlSignalType definition
Attribute Value
BrowseNameMultiStateDiscreteControlSignalType
IsAbstractFalse
References NodeClass BrowseName DataType TypeDefinition Other
Subtype of SignalType defined in 7.25, i.e. inheriting the InstanceDeclarations of that Node
0:HasComponentVariableControlSignal0:UInt32MultiStateDiscreteControlVariableTypeM
Conformance Units
PA-DIM MultiStateDiscreteControl Signal

ControlSignal provides the multi-state discrete readback value.

The child Nodes of the MultiStateDiscreteControlSignalType have additional Attribute values defined in Table 230.

Table 230 – MultiStateDiscreteControlSignalType Attribute values for child Nodes
BrowsePath Value Attribute
ControlSignal7
false
7
ns=3;s=0112/2///61987#ABN841#001
false

7.52 CalibrationPointType

The CalibrationPointType provides ObjectType to add calibration points of sensors resp. signals and is formally defined in Table 231.

Table 231 – CalibrationPointType definition
Attribute Value
BrowseNameCalibrationPointType
IsAbstractFalse
References NodeClass BrowseName DataType TypeDefinition Other
Subtype of 0:BaseObjectType defined in OPC 10000-5, i.e. inheriting the InstanceDeclarations of that Node
0:HasComponentVariableCalibrationSetpoint0:Float{Any}0:BaseDataVariableTypeO
0:HasComponentVariableCalibrationActualValue0:Float{Any}0:BaseDataVariableTypeO
Conformance Units
PA-DIM ICalibration CalibrationPointSet

The components of CalibrationPointType have additional references which are defined in Table 232.

Table 232 – CalibrationPointType additional References
SourceBrowsePath Reference Type Is Forward TargetBrowsePath
CalibrationSetpoint0:HasDictionaryEntryTrue3:<DictionaryEntryName>
CalibrationActualValue0:HasDictionaryEntryTrue3:<DictionaryEntryName>

3:<DictionaryEntryName> is a placeholder for an object of IrdiDictionaryEntryType that represents a property defined in IEC 61987 Common Data Dictionary (CDD). In instances of CalibrationPointType it shall be replaced by an object of IrdiDictionaryEntryType depending on the type of PAT measurement, following these rules:

For CalibrationSetpoint it shall be replaced by one of the following CDD properties: ABP597#001, ABP600#001, ABP603#001, ABP606#001, ABP609#001, ABP612#001, ABP615#001, ABP618#001 (input values for the calibration of PAT concentration measurement), ABP637#001, ABP621#001, ABP624#001, ABP627#001, ABP630#001, or ABP633#001 (input values for the calibration of PAT liquid analysis measurement). If further types of PAT measurements are defined in the CDD in the future, the corresponding properties of these measurement types will also be permitted.

For CalibrationActualValue it shall be replaced by one of the following CDD properties: ABP598#001, ABP601#001, ABP604#001, ABP607#001, ABP610#001, ABP613#001, ABP616#001, ABP619#001 (digital output values measured during the PAT concentration measurement calibration), ABP638#001, ABP622#001, ABP625#001, ABP628#001, ABP631#001, or ABP634#001 (digital output values measured during the PAT liquid analysis measurement calibration). If further types of PAT measurements are defined in the CDD in the future, the corresponding properties of these measurement types will also be permitted.

8 PA-DIM Variable Extensions

8.1 Overview

Figure 12 provides an overview of the signal model, which is an extension to the types defined in OPC 10000-8.

Figure 12 – Signal Model Overview

This specification adds new sub-types to each of the existing VariableTypes in OPC 10000-8.

8.2 AnalogSignalVariableType

8.2.1 Overview

The AnalogSignalVariableType is used for analog variables representing temperature, flow, pressure, etc.. The AnalogSignalVariableType is a subtype of the AnalogUnitRangeType and adds the optional components ActualValue, SimulationValue and Damping. The model and its subtypes are illustrated in Figure 13.

Figure 13 – AnalogSignal and Signal Object Model

8.2.2 Definition

The AnalogSignalVariableType can be used to model any analog signal type. It extends the AnalogUnitRangeType defined in OPC 10000-8 to add additional information such as values for simulation and damping as well as dictionary references.

The ActualValue contains the unsimulated value during a simulation and SimulationValue contains the value to be used during simulation, as illustrated in Figure 14. The Value attribute always represents what is being reported by the Variable.

Figure 14 – Simulation

AnalogSignalVariableType is formally defined in Table 233.

Table 233 – AnalogSignalVariableType definition
Attribute Value
BrowseNameAnalogSignalVariableType
IsAbstractFalse
ValueRank−2 (−2 = ‘Any’)
DataTypeNumber
References NodeClass BrowseName DataType TypeDefinition Other
Subtype of 0:AnalogUnitRangeType defined in OPC 10000-8, i.e. inheriting the InstanceDeclarations of that Node
0:HasPropertyVariable0:EngineeringUnits0:EUInformation0:PropertyTypeM
0:HasComponentVariableActualValue0:Number{Any}0:BaseDataVariableTypeO
0:HasComponentVariableSimulationValue0:Number{Any}0:BaseDataVariableTypeO
0:HasComponentVariableSimulationState0:Boolean0:BaseDataVariableTypeO
0:HasPropertyVariableDamping0:Float0:PropertyTypeO
0:HasDictionaryEntryObject 3:0112/2///61987#ABN634#001 0:IrdiDictionaryEntryType
Conformance Units
PA-DIM AnalogSignalVariableType
PA-DIM AnalogSignalVariable Simulation
PA-DIM AnalogSignalVariable Damping

AnalogSignalVariableType also extends AnalogUnitRangeType by providing additional references. These references provide dictionary entries for all of the variables defined by this addition as well as dictionary references for fields in the parent AnalogUnitRangeType. See Table 234 for a complete definition.

The VariableType is extended in this definition to include the dictionary reference. The dictionary provides an additional description of Value which is copied here for clarity – “ABN634#001 defines parameter indicating the input or output value of a device using the units of measure of the process variable.”

EngineeringUnits is the engineering unit associated with the value attribute of AnalogSignalVariableType, and as well with ActualValue and SimulationValue. It overwrites the EngineeringUnits property inherited from AnalogUnitRangeType.

ActualValue reflects the measured value independent of the simulation state. It is further described by dictionary entry ABN644#001 which states “parameter indicating the value of the not simulated process variable of a device using the units of measure of the process variable”.

SimulationValue provides a value that substitutes Value if the simulation is enabled. It is further described by dictionary entry ABN613#001 which states “parameter indicating the simulated value of a variable using the units of measure of the simulated variable”.

Damping provides a value in seconds that is used to flatten changes in the value. It is further described by dictionary entry ABH526#002 which states “for the output of a first-order system forced by a step or an impulse, the time required to complete 63.2% of the total rise or decay at any instant during the process”.

SimulationState is defined by IRDI as ABN611#002 which states “parameter indicating the state of simulation”. The value true means ‘Simulation enabled’, and false means ‘Simulation disabled’.

The components of AnalogSignalVariableType have additional references which are defined in Table 234.

Table 234 – AnalogSignalVariableType additional References
SourceBrowsePath Reference Type Is Forward TargetBrowsePath
0:EngineeringUnits0:HasDictionaryEntryTrue 3:0112/2///61987#ABA968#004
ActualValue0:HasDictionaryEntryTrue 3:0112/2///61987#ABN644#001
SimulationValue0:HasDictionaryEntryTrue 3:0112/2///61987#ABN613#001
Damping0:HasDictionaryEntryTrue 3:0112/2///61987#ABH526#002
SimulationState0:HasDictionaryEntryTrue 3:0112/2///61987#ABN611#002

The child Nodes of the AnalogSignalVariableType have additional Attribute values defined in Table 235.

Table 235 – AnalogSignalVariableType Attribute values for child Nodes
BrowsePath Value Attribute
SimulationStateFalse
Damping1.0

8.2.3 Engineering units with reference to IEC 61987 CDD

The Property EngineeringUnits – inherited from AnalogUnitRangeType (see OPC 10000-8 Amendment 1) – shall be used to define the unit for the AnalogSignalVariableType instance and also for its ActualValue and SimulationValue component Variables.

In addition, each EngineeringUnits Property shall provide a HasDictionaryEntry reference to the IEC Common Data Dictionary entry for "unit of measure" which is 3:0112/2///61987#ABA968#004. Figure 15 illustrates this with an example.

Figure 15 – EngineeringUnits Property with HasDictionaryEntry Reference

8.2.4 MultiStateDictionaryEntryDiscreteType with reference to IEC 61987 CDD

If MultiStateDictionaryEntryDiscreteType Variables reference an IEC 61987 CDD PROPERTY with a Value list, the following mapping applies:

For each possible element in the "Value list" map the Preferred name of the element to the "EnumValues" Property.

For each possible element in the "Value list" map the IRDI of the element to the "EnumDictionaryEntries" Property.

An example for the SensorConnection Property with IRDI 0112/2///61987#ABB091#003 is in Table 236:

Table 236 – Example of a MultiStateDictionaryEntryDiscreteType with IEC 61987 CDD reference
IEC 61987 CDD ECLASS OPC UA mapping
"Value list" attribute"Value list" attribute
to be defined
"EnumValues" Property"EnumDictionaryEntries" Property
0112/2///61987#ABL113 - 4-wire0173-1#02-CCCnnn#00n[0] -> "4-wire"[0] -> 3:0112/2///61987#ABL113#001
0112/2///61987#ABL114 - 3-wire0173-1#02-CCCnnn#00n[1] -> "3-wire"[1] -> 3:0112/2///61987#ABL114#001
0112/2///61987#ABL115 - 2-wire0173-1#02-CCCnnn#00n[2] -> "2-wire"[2] -> 3:0112/2///61987#ABL115#001
0112/2///61987#ABI407 – others0173-1#02-CCCnnn#00n[3] -> "others"[3] -> 3:0112/2///61987#ABI407#004

8.3 TemperatureMeasurementVariableType

The TemperatureMeasurementVariableType is a subtype of the AnalogSignalVariableType. It is formally defined in Table 237.

Table 237 – TemperatureMeasurementVariableType definition
Attribute Value
BrowseNameTemperatureMeasurementVariableType
IsAbstractFalse
ValueRank−2 (−2 = ‘Any’)
DataTypeFloat
References NodeClass BrowseName DataType TypeDefinition Other
Subtype of AnalogSignalVariableType defined in 8.2, i.e. inheriting the InstanceDeclarations of that Node
0:HasComponentVariableSensorType0:UInt32{Any}0:MultiStateDictionaryEntryDiscreteTypeM
0:HasComponentVariableSensorClass0:UInt32{Any}0:MultiStateDictionaryEntryDiscreteTypeO
0:HasComponentVariableSensorConnection0:UInt32{Any}0:MultiStateDictionaryEntryDiscreteTypeO
0:HasComponentVariableSensorReference0:UInt32{Any}0:MultiStateDictionaryEntryDiscreteTypeO
0:HasDictionaryEntryObject 3:0112/2///61987#ABA927#005 0:IrdiDictionaryEntryType
Conformance Units
PA-DIM TemperatureMeasurementVariable
PA-DIM TemperatureMeasurementVariable SensorClass
PA-DIM TemperatureMeasurementVariable Connection
PA-DIM TemperatureMeasurementVariable Reference

This type defines temperature and is formally defined by ABA927#005.

ABA927#005 defines for a physical system exchanging quantities of heat with two bodies, during a reversible cycle, a positive state quantity characterizing each body and proportional to the quantity of heat exchanged with this body (Temperature).

For SensorType there are two possible IRDIs as target of the HasDictionaryEntry reference, depending on the kind of the connected sensor or chosen by SensorClass In case of RTD (thermoresistance) sensors the IRDI 3:0112/2///61987#ABB088#003 shall be referenced, in case of thermocouple sensors the IRDI 3:0112/2///61987#ABB092#003 shall be referenced. For mapping rules see 8.2.4.

SensorType: ABB088#003 defines classification of RTDs based on material and resistance used.

SensorType: ABB092#003 defines classification of a thermocouple according to the material pair or standard type code.

SensorClass: ABF288#004 defines setting of the sensing element type that is or should be connected to the device.

SensorConnection: ABB091#003 defines classification of an RTD or resistor connection based on the number of wires used. For mapping rules see 8.2.4.

SensorReference: ABB093#003 defines type of reference junction for a thermocouple. For mapping rules see 8.2.4.

The components of TemperatureMeasurementVariableType have additional references which are defined in Table 238.

Table 238 – TemperatureMeasurementVariableType additional References
SourceBrowsePath Reference Type Is Forward TargetBrowsePath
SensorClass0:HasDictionaryEntryTrue 3:0112/2///61987#ABF288#004
SensorConnection0:HasDictionaryEntryTrue 3:0112/2///61987#ABB091#003
SensorReference0:HasDictionaryEntryTrue 3:0112/2///61987#ABB093#003

The child Nodes of the TemperatureMeasurementVariableType have additional Attribute values defined in Table 239.

Table 239 – TemperatureMeasurementVariableType Attribute values for child Nodes
BrowsePath Value Attribute
SensorType8
ns=3;s=0112/2///61987#ABK984#001
Pt100
SensorClass0
ns=3;s=0112/2///61987#ABL238#001
RTD
SensorConnection0
ns=3;s=0112/2///61987#ABL113#001
4-wire
SensorReference1
ns=3;s=0112/2///61987#ABN417#001
internal cold junction

8.4 FlowMeasurementVariableType

The FlowMeasurementVariableType is a subtype of the AnalogSignalVariableType. It is formally defined in Table 240.

Table 240 – FlowMeasurementVariableType definition
Attribute Value
BrowseNameFlowMeasurementVariableType
IsAbstractFalse
ValueRank−2 (−2 = ‘Any’)
DataTypeFloat
References NodeClass BrowseName DataType TypeDefinition Other
Subtype of AnalogSignalVariableType defined in 8.2, i.e. inheriting the InstanceDeclarations of that Node
0:HasPropertyVariableLowFlowCutOff0:Float{Any}0:PropertyTypeM
0:HasComponentVariableFlowDirection0:UInt32{Any}0:MultiStateDictionaryEntryDiscreteTypeO
Conformance Units
PA-DIM FlowMeasurementVariable
PA-DIM FlowMeasurementVariable FlowDirection

This type defines flow and is formally defined within the subtypes.

LowFlowCutOff: ABJ724#003 defines value of the flow below which the low flow cut-off is switched on, in units of the measuring span, which is fixed to percent. The default value is 1% of the high value of EURange.

FlowDirection: ABN594#003 defines configuration parameter of the value sign of the flow signal for forward flow. For mapping rules see 8.2.4.

The components of FlowMeasurementVariableType have additional references which are defined in Table 241.

Table 241 – FlowMeasurementVariableType additional References
SourceBrowsePath Reference Type Is Forward TargetBrowsePath
LowFlowCutOff0:HasDictionaryEntryTrue 3:0112/2///61987#ABJ724#003
FlowDirection0:HasDictionaryEntryTrue 3:0112/2///61987#ABN594#003

The child Nodes of the FlowMeasurementVariableType have additional Attribute values defined in Table 242.

Table 242 – FlowMeasurementVariableType Attribute values for child Nodes
BrowsePath Value Attribute
FlowDirection0
ns=3;s=0112/2///61987#ABM885#001
positive

8.5 PressureMeasurementVariableType

The PressureMeasurementVariableType is a subtype of the AnalogSignalVariableType. It is formally defined in Table 243.

Table 243 – PressureMeasurementVariableType definition
Attribute Value
BrowseNamePressureMeasurementVariableType
IsAbstractFalse
ValueRank−2 (−2 = ‘Any’)
DataTypeFloat
References NodeClass BrowseName DataType TypeDefinition Other
Subtype of AnalogSignalVariableType defined in 8.2, i.e. inheriting the InstanceDeclarations of that Node
0:HasDictionaryEntryObject 3:0112/2///61987#ABN616#001  0:IrdiDictionaryEntryType
Conformance Units
PA-DIM PressureMeasurementVariable

This type defines pressure and is formally defined within ABN616#001.

ABN616#001 defines at a point of a surface, scalar quantity equal to the limit of the quotient of the magnitude of the component vector normal to the surface of the force acting at this point, by the area of a surface containing the point, when all the dimensions of that surface tend to zero (Pressure).

8.6 LevelMeasurementVariableType

The LevelMeasurementVariableType is a subtype of the AnalogSignalVariableType. It is formally defined in Table 244.

Table 244 – LevelMeasurementVariableType definition
Attribute Value
BrowseNameLevelMeasurementVariableType
IsAbstractFalse
ValueRank−2 (−2 = ‘Any’)
DataTypeFloat
References NodeClass BrowseName DataType TypeDefinition Other
Subtype of AnalogSignalVariableType defined in 8.2, i.e. inheriting the InstanceDeclarations of that Node
0:HasDictionaryEntryObject 3:0112/2///61987#ABH329#002  0:IrdiDictionaryEntryType
Conformance Units
PA-DIM LevelMeasurementVariable

This type defines level and is formally defined within ABH329#001.

ABH329#002 defines height of process material in a tank, vessel, silo or other container.

8.7 MassFlowRateVariableType

The MassFlowRateVariableType is a subtype of the FlowMeasurementVariableType. It is formally defined in Table 245.

Table 245 – MassFlowRateVariableType definition
Attribute Value
BrowseNameMassFlowRateVariableType
IsAbstractFalse
ValueRank−2 (−2 = ‘Any’)
DataTypeFloat
References NodeClass BrowseName DataType TypeDefinition Other
Subtype of FlowMeasurementVariableType defined in 8.4, i.e. inheriting the InstanceDeclarations of that Node
0:HasDictionaryEntryObject 3:0112/2///61987#ABB290#005  0:IrdiDictionaryEntryType
Conformance Units
PA-DIM MassFlowRateVariable

This type defines mass flow and is formally defined within ABB290#005.

ABB290#005 defines mass of material flowing per unit time.

8.8 ActualVolumeFlowRateVariableType

The ActualVolumeFlowRateVariableType is a subtype of the FlowMeasurementVariableType. It is formally defined in Table 246.

Table 246 – ActualVolumeFlowRateVariableType definition
Attribute Value
BrowseNameActualVolumeFlowRateVariableType
IsAbstractFalse
ValueRank−2 (−2 = ‘Any’)
DataTypeFloat
References NodeClass BrowseName DataType TypeDefinition Other
Subtype of FlowMeasurementVariableType defined in 8.4, i.e. inheriting the InstanceDeclarations of that Node
0:HasDictionaryEntryObject 3:0112/2///61987#ABB291#005  0:IrdiDictionaryEntryType
Conformance Units
PA-DIM ActualVolumeFlowRateVariable

This type defines volume flow and is formally defined within ABB291#005.

ABB291#005 defines actual volume of fluid that passes a given point per unit time.

8.9 NormalizedVolumeFlowRateVariableType

The NormalizedVolumeFlowRateVariableType is a subtype of the FlowMeasurementVariableType. It is formally defined in Table 247.

Table 247 – NormalizedVolumeFlowRateVariableType definition
Attribute Value
BrowseNameNormalizedVolumeFlowRateVariableType
IsAbstractFalse
ValueRank−2 (−2 = ‘Any’)
DataTypeFloat
References NodeClass BrowseName DataType TypeDefinition Other
Subtype of FlowMeasurementVariableType defined in 8.4, i.e. inheriting the InstanceDeclarations of that Node
0:HasDictionaryEntryObject 3:0112/2///61987#ABB292#005  0:IrdiDictionaryEntryType
Conformance Units
PA-DIM NormalizedVolumeFlowRateVariable

This type defines normalized volume flow and is formally defined within ABB292#005.

ABB292#001 defines volume of material flowing per unit time calculated to base conditions.

8.10 ActualDensityVariableType

The ActualDensityVariableType is a subtype of the AnalogSignalVariableType. It is formally defined in Table 248.

Table 248 – ActualDensityVariableType definition
Attribute Value
BrowseNameActualDensityVariableType
IsAbstractFalse
ValueRank−2 (−2 = ‘Any’)
DataTypeFloat
References NodeClass BrowseName DataType TypeDefinition Other
Subtype of AnalogSignalVariableType defined in 8.2, i.e. inheriting the InstanceDeclarations of that Node
0:HasDictionaryEntryObject 3:0112/2///61987#ABA946#004  0:IrdiDictionaryEntryType
Conformance Units
PA-DIM ActualDensityVariable

This type defines density and is formally defined within ABA946#004.

ABA946#001 defines density measured under operating conditions.

8.11 ControlVariableType

The ControlVariableType is a subtype of the AnalogSignalVariableType. It is formally defined in Table 249.

Table 249 – ControlVariableType definition
Attribute Value
BrowseNameControlVariableType
IsAbstractFalse
ValueRank−2 (−2 = ‘Any’)
DataTypeFloat
References NodeClass BrowseName DataType TypeDefinition Other
Subtype of AnalogSignalVariableType defined in 8.2, i.e. inheriting the InstanceDeclarations of that Node
0:HasComponentVariableSetpoint0:Float{Any}0:BaseAnalogTypeM
0:HasComponentVariableOperatingDirection0:UInt320:MultiStateDictionaryEntryDiscreteTypeM
0:HasComponentVariableActuatorType0:UInt320:MultiStateDictionaryEntryDiscreteTypeM
0:HasDictionaryEntryObject 3:0112/2///61987#ABP588#001  0:IrdiDictionaryEntryType
Conformance Units
PA-DIM ControlVariable

This type defines control which is used e.g. for an actuator, positioner.

ABP588#001 defines readback value of the position of an analog final control element within the travel span (between OPEN and CLOSE position). The unit of this value is provided by the EngineeringUnits property.

Setpoint: ABN607#002 defines set point for a valve position.

OperatingDirection: ABD740#003 defines output change to a given input signal. For mapping rules see 8.2.4.

ActuatorType: ABD742#003 defines classification of a positioner according to the actuator for which it can be used. For mapping rules see 8.2.4.

The components of ControlVariableType have additional references which are defined in Table 250.

Table 250 – ControlVariableType additional References
SourceBrowsePath Reference Type Is Forward TargetBrowsePath
Setpoint0:HasDictionaryEntryTrue 3:0112/2///61987#ABN607#002
0:HasDictionaryEntryTrue 3:0112/2///61987#ABA968#004
OperatingDirection0:HasDictionaryEntryTrue 3:0112/2///61987#ABD740#003
ActuatorType0:HasDictionaryEntryTrue 3:0112/2///61987#ABD742#003

The child Nodes of the ControlVariableType have additional Attribute values defined in Table 251.

Table 251 – ControlVariableType additional Attribute values for child Nodes
BrowsePath Value Attribute
Setpoint0.0

NamespaceUri: http://www.opcfoundation.org/UA/units/cdd/IEC62720

UnitId: 705741328

DisplayName: %

Description: percent

OperatingDirection0
ns=3;s=0112/2///61987#ABL147#001
direct
ActuatorType0
ns=3;s=0112/2///61987#ABN145#001
sliding-stem linear

8.12 TotalizerVariableType

The TotalizerVariableType provides means to summarize pulses. The TotalizerVariableType is a subtype of the AnalogSignalVariableType. It is formally defined in Table 252.

Table 252 – TotalizerVariableType definition
Attribute Value
BrowseNameTotalizerVariableType
IsAbstractFalse
ValueRank−2 (−2 = ‘Any’)
DataTypeNumber
References NodeClass BrowseName DataType TypeDefinition Other
Subtype of AnalogSignalVariableType defined in 8.2, i.e. inheriting the InstanceDeclarations of that Node
0:HasPropertyVariablePulseValue0:Number0:PropertyTypeM
0:HasPropertyVariablePulseWidth0:Float0:PropertyTypeM
Conformance Units
PA-DIM TotalizerVariable

This type defines a totalizer value.

For TotalizerVariableType there are more than one possible IRDIs as target of the HasDictionaryEntry reference, depending on the type of the totalized quantity. In case of mass totalization the IRDI 3:0112/2///61987#ABH327#001 shall be referenced, in case of actual volume totalization the IRDI 3:0112/2///61987#ABH328#001 shall be referenced. The related HasDictionaryEntry reference shall be defined after the concrete totalizer type is known.

PulseValue: ABA418#002 defines mass quantity assigned to one pulse. The default value is 1 pulse per 0.1 kg. The unit is fixed to kg.

PulseValue: ABE882#002 defines volume quantity assigned to one pulse. The default value is 1 pulse per 0.1 l. The unit is fixed to l.

PulseWidth: ABA635#003 defines setting of the pulse width. The unit is fixed to ms.

The components of TotalizerVariableType have additional references which are defined in Table 253.

Table 253 – TotalizerVariableType additional References
SourceBrowsePath Reference Type Is Forward TargetBrowsePath
PulseWidth0:HasDictionaryEntryTrue 3:0112/2///61987#ABA635#003

For PulseValue there are more than one possible IRDIs as target of the HasDictionaryEntry reference, depending on the type of the totalized quantity. The dictionary entry for PulseValue shall be 3:0112/2///61987#ABA418#002 for mass flow and 3:0112/2///61987#ABE882#002 for volume flow.

The child Nodes of the TotalizerVariableType have additional Attribute values defined in Table 254.

Table 254 – TotalizerVariableType Attribute values for child Nodes
BrowsePath Value Attribute
PulseWidth0.5

8.13 AnalyticalMeasurementVariableType

The AnalyticalMeasurementVariableType is a subtype of the AnalogSignalVariableType. It is formally defined in Table 255.

Table 255 – AnalyticalMeasurementVariableType definition
Attribute Value
BrowseNameAnalyticalMeasurementVariableType
IsAbstractFalse
ValueRank−2 (−2 = ‘Any’)
DataTypeFloat
References NodeClass BrowseName DataType TypeDefinition Other
Subtype of AnalogSignalVariableType defined in 8.2, i.e. inheriting the InstanceDeclarations of that Node
Conformance Units
PA-DIM AnalyticalMeasurementVariable

This type defines an analytical measurement value.

8.14 PatMeasurementVariableType

The PatMeasurementVariableType is a subtype of the AnalyticalMeasurementVariableType. It is formally defined in Table 256.

Table 256 – PatMeasurementVariableType definition
Attribute Value
BrowseNamePatMeasurementVariableType
IsAbstractFalse
ValueRank−1 (−1 = ‘Scalar’)
DataTypeFloat
References NodeClass BrowseName DataType TypeDefinition Other
Subtype of AnalyticalMeasurementVariableType defined in 8.13, i.e. inheriting the InstanceDeclarations of that Node
0:HasPropertyVariablePatMeasurandDescriptionChemicalSubstanceDataType0:PropertyTypeO
0:HasPropertyVariablePatMatrixDescriptionChemicalSubstanceDataType[]0:PropertyTypeO
0:HasDictionaryEntryObject3:<DictionaryEntryName>0:IrdiDictionaryEntryType
Conformance Units
PA-DIM PatMeasurementVariableType
PA-DIM PatMeasurementVariableType PatMatrixDescription

This type defines a PAT measurement value.

PatMatrixDescription: The matrix is an array of all quantities that make up an entity of interest. Quantities are defined by an ID (from a dictionary like CAS or PAT, or defined by user resp. manufacturer) and an associated label.

PatMeasurandDescription: A Measurand is the quantity that is measured. Is it always a part of the matrix. Any quantity of the matrix can become a measurand within one analytical device. Measurands are defined by an ID (from a dictionary like CAS or PAT, or defined by user resp. manufacturer) and an associated label.

3:<DictionaryEntryName> is an optional placeholder for an object of IrdiDictionaryEntryType that defines a predefined group of one or more properties of the classes ABN688 (Concentration measurement variables) or ABN689 (Liquid analysis measurement variables), e.g. ABN628 – mass concentration (per volume) or ABN617 – pH value. ABN688 and ABN689 and their properties are defined in IEC 61987 Common Data Dictionary (CDD). They represent classes of analytical measurement variables.

The components of PatMeasurementVariableType have additional references which are defined in Table 257.

Table 257 – PatMeasurementVariableType additional References
SourceBrowsePath Reference Type Is Forward TargetBrowsePath
PatMeasurandDescription0:HasDictionaryEntryTrue 3:0112/2///61987#ABP496#001
PatMatrixDescription0:HasDictionaryEntryTrue 3:0112/2///61987#ABP495#001

8.15 TwoStateDiscreteSignalVariableType

The TwoStateDiscreteSignalVariableType is used for process variables, that can have two states, and illustrated in Figure 12. It is formally defined in Table 258.

Table 258 – TwoStateDiscreteSignalVariableType definition
Attribute Value
BrowseNameTwoStateDiscreteSignalVariableType
IsAbstractFalse
ValueRank−2 (−2 = ‘Any’)
DataTypeBoolean
References NodeClass BrowseName DataType TypeDefinition Other
Subtype of 0:TwoStateDiscreteType defined in OPC 10000-8, i.e. inheriting the InstanceDeclarations of that Node
0:HasComponentVariableActualValue0:Boolean{Any}0:BaseDataVariableTypeO
0:HasComponentVariableSimulationValue0:Boolean{Any}0:BaseDataVariableTypeO
0:HasComponentVariableSimulationState0:Boolean0:BaseDataVariableTypeO
0:HasDictionaryEntryObject 3:0112/2///61987#ABN635#002 0:IrdiDictionaryEntryType
Conformance Units
PA-DIM TwoStateDiscreteVariable
PA-DIM TwoStateDiscreteVariable Simulation

ActualValue: ABN645#001 defines parameter indicating the binary value of a not simulated binary process variable of a device.

SimulationValue: ABN632#001 parameter indicating the simulated value of a binary variable.

SimulationState is defined by IRDI as ABN611#002 which states “parameter indicating the state of simulation” and used also to enable/disable simulation. The value true means ‘Simulation enabled’, and false means ‘Simulation disabled’.

ABN635#001 defines parameter indicating the binary input or output value of a device.

The components of TwoStateDiscreteSignalVariableType have additional references which are defined in Table 259.

Table 259 – TwoStateDiscreteSignalVariableType additional References
SourceBrowsePath Reference Type Is Forward TargetBrowsePath
ActualValue0:HasDictionaryEntryTrue 3:0112/2///61987#ABN645#002
SimulationValue0:HasDictionaryEntryTrue 3:0112/2///61987#ABN632#002
SimulationState0:HasDictionaryEntryTrue 3:0112/2///61987#ABN611#002

The child Nodes of the TwoStateDiscreteSignalVariableType have additional Attribute values defined in Table 260.

Table 260 – TwoStateDiscreteSignalVariableType Attribute values for child Nodes
BrowsePath Value Attribute
ActualValueFalse
SimulationValueFalse
SimulationStateFalse

8.16 MultiStateDiscreteSignalVariableType

The MultiStateDiscreteSignalVariableType is used for process variables that can have more than two states. It is formally defined in Table 261.

Table 261 – MultiStateDiscreteSignalVariableType definition
Attribute Value
BrowseNameMultiStateDiscreteSignalVariableType
IsAbstractFalse
ValueRank−1 (−1 = ‘Scalar’)
DataTypeUInt32
References NodeClass BrowseName DataType TypeDefinition Other
Subtype of 0:MultiStateDictionaryEntryDiscreteBaseType defined in OPC 10000-19, i.e. inheriting the InstanceDeclarations of that Node
0:HasComponentVariableActualValue0:UInt320:BaseDataVariableTypeO
0:HasComponentVariableSimulationValue0:UInt320:BaseDataVariableTypeO
0:HasComponentVariableSimulationState0:Boolean0:BaseDataVariableTypeO
0:HasDictionaryEntryObject 3:0112/2///61987#ABN636#002  0:IrdiDictionaryEntryType
Conformance Units
PA-DIM MultiStateDiscreteVariable
PA-DIM MultiStateDiscreteVariable Simulation

ActualValue: ABN646#002 defines “parameter indicating the discrete value of the not simulated discrete process variable of a device”.

SimulationValue: ABN637#002 defines “parameter indicating the simulated discrete value of a variable, which can have multiple states”.

SimulationState; ABN611#002 defines “parameter indicating the state of simulation” and used also to enable/disable simulation. The value true means ‘Simulation enabled’, and false means ‘Simulation disabled’.

ABN636#002 defines “parameter indicating the discrete input or output value out of multiple state of a device”.

The components of MultiStateDiscreteSignalVariableType have additional references which are defined in Table 262.

Table 262 – MultiStateDiscreteSignalVariableType additional References
SourceBrowsePath Reference Type Is Forward TargetBrowsePath
ActualValue0:HasDictionaryEntryTrue 3:0112/2///61987#ABN646#002
SimulationValue0:HasDictionaryEntryTrue 3:0112/2///61987#ABN637#002
SimulationState0:HasDictionaryEntryTrue 3:0112/2///61987#ABN611#002

The child Nodes of the MultiStateDiscreteSignalVariableType have additional Attribute values defined in Table 263.

Table 263 – MultiStateDiscreteSignalVariableType Attribute values for child Nodes
BrowsePath Value Attribute
ActualValue0
SimulationValue0
SimulationStateFalse

8.17 DiscreteSignalVariableType

8.17.1 Overview

The DiscreteSignalVariableType is used for process variables of any data type, Integer, UInteger, Boolean, Structure etc. E.g. the data type Structure can be for aggregation of multiple values into one signal variable. ActualValue contains the unsimulated value during a simulation and SimulationValue contains the value to be used during simulation.

8.17.2 Definition

The DiscreteSignalVariableType is a subtype of the DiscreteItemType defined in OPC 10000-8 and adds optionally ActualValue and SimulationValue components. It is formally defined in Table 264.

Table 264 – DiscreteSignalVariableType definition
Attribute Value
BrowseNameDiscreteSignalVariableType
IsAbstractFalse
ValueRank−2 (−2 = ‘Any’)
DataTypeBaseDataType
References NodeClass BrowseName DataType TypeDefinition Other
Subtype of 0:DiscreteItemType defined in OPC 10000-8, i.e. inheriting the InstanceDeclarations of that Node
0:HasComponentVariableActualValue0:BaseDataType{Any}0:BaseDataVariableTypeO
0:HasComponentVariableSimulationValue0:BaseDataType{Any}0:BaseDataVariableTypeO
0:HasComponentVariableSimulationState0:Boolean0:BaseDataVariableTypeO
Conformance Units
PA-DIM DiscreteVariable
PA-DIM DiscreteVariable Simulation

ActualValue: ABN644#001 defines “parameter indicating the value of the not simulated discrete process variable of a device”.

SimulationValue: ABN613#001 defines “parameter indicating the simulated value of a variable, which can have multiple states”.

SimulationState: ABN611#002 defines “parameter indicating the state of simulation” and used also to enable/disable simulation. The value true means ‘Simulation enabled’, and false means ‘Simulation disabled’.

The components of DiscreteSignalVariableType have additional references which are defined in Table 265.

Table 265 – DiscreteSignalVariableType additional References
SourceBrowsePath Reference Type Is Forward TargetBrowsePath
ActualValue0:HasDictionaryEntryTrue 3:0112/2///61987#ABN644#001
SimulationValue0:HasDictionaryEntryTrue 3:0112/2///61987#ABN613#001
SimulationState0:HasDictionaryEntryTrue 3:0112/2///61987#ABN611#002

The child Nodes of the DiscreteSignalVariableType have additional Attribute values defined in Table 266.

Table 266 – DiscreteSignalVariableType Attribute values for child Nodes
BrowsePath Value Attribute
SimulationStateFalse

8.18 TwoStateDiscreteControlVariableType

The TwoStateDiscreteControlVariableType is a subtype of the TwoStateDiscreteSignalVariableType. It is formally defined in Table 267.

Table 267 – TwoStateDiscreteControlVariableType definition
Attribute Value
BrowseNameTwoStateDiscreteControlVariableType
IsAbstractFalse
ValueRank−2 (−2 = ‘Any’)
DataTypeBoolean
References NodeClass BrowseName DataType TypeDefinition Other
Subtype of TwoStateDiscreteSignalVariableType defined in 8.15, i.e. inheriting the InstanceDeclarations of that Node
0:HasComponentVariableSetpoint0:Boolean{Any}0:TwoStateDiscreteTypeM
0:HasComponentVariableOperatingDirection0:UInt320:MultiStateDictionaryEntryDiscreteTypeM
0:HasComponentVariableFaultState0:Boolean0:TwoStateDiscreteTypeO
0:HasDictionaryEntryObject 3:0112/2///61987#ABP541#002 0:IrdiDictionaryEntryType
Conformance Units
PA-DIM TwoStateDiscreteControlVariable
PA-DIM TwoStateDiscreteControlVariable FaultState

This type defines control which is used for two state discrete output.

Setpoint: ABP542#001 defines in a control loop, the two-state target value the process value is intended to assume.

OperatingDirection: ABD740#003 defines output change to a given input signal, for example direct or reverse.

FaultState: ABP543#002 defines replacement value of a two-state output in the case of a failure.

ABP541#001 defines two-state readback value in a control loop. The components of TwoStateDiscreteControlVariableType have additional references which are defined in Table 268.

Table 268 – TwoStateDiscreteControlVariableType additional References
SourceBrowsePath Reference Type Is Forward TargetBrowsePath
Setpoint0:HasDictionaryEntryTrue 3:0112/2///61987#ABP542#002
OperatingDirection0:HasDictionaryEntryTrue 3:0112/2///61987#ABD740#003
FaultState0:HasDictionaryEntryTrue 3:0112/2///61987#ABP543#002

The child Nodes of the TwoStateDiscreteControlVariableType have additional Attribute values defined in Table 269.

Table 269 – TwoStateDiscreteControlVariableType Attribute values for child Nodes
BrowsePath Value Attribute
SetpointFalse
FALSE
TRUE
OperatingDirection0
ns=3;s=0112/2///61987#ABL147#001
direct
FaultStateFalse
FALSE
TRUE

8.19 MultiStateDiscreteControlVariableType

The MultiStateDiscreteControlVariableType is a subtype of the MultiStateDiscreteSignalVariableType. It is formally defined in Table 270.

Table 270 – MultiStateDiscreteControlVariableType definition
Attribute Value
BrowseNameMultiStateDiscreteControlVariableType
IsAbstractFalse
ValueRank−1 (−1 = ‘Scalar’)
DataTypeUInt32
References NodeClass BrowseName DataType TypeDefinition Other
Subtype of MultiStateDiscreteSignalVariableType defined in 8.16, i.e. inheriting the InstanceDeclarations of that Node
0:HasComponentVariableSetpoint0:UInt320:MultiStateDictionaryEntryDiscreteTypeM
0:HasComponentVariableOperatingDirection0:UInt320:MultiStateDictionaryEntryDiscreteTypeO
0:HasComponentVariableFaultState0:UInt320:MultiStateDictionaryEntryDiscreteTypeO
0:HasDictionaryEntryObject 3:0112/2///61987#ABP644#002 0:IrdiDictionaryEntryType
Conformance Units
PA-DIM MultiStateDiscreteControlVariable
PA-DIM MultiStateDiscreteControlVariable OperatingDirection
PA-DIM MultiStateDiscreteControlVariable FaultState

This type defines control which is used for multi state discrete output.

Setpoint: ABP645#002 defines in a control loop, the multi-state target value the process value is intended to assume.

OperatingDirection: ABD740#003 defines output change to a given input signal, for example direct or reverse.

FaultState: ABP651#002 defines replacement value of a multi-state output in the case of a failure.

ABP644#002 defines parameter indicating the discrete readback value in a control loop.

The components of MultiStateDiscreteControlVariableType have additional references which are defined in Table 271.

Table 271 – MultiStateDiscreteControlVariableType additional References
SourceBrowsePath Reference Type Is Forward TargetBrowsePath
Setpoint0:HasDictionaryEntryTrue 3:0112/2///61987#ABP645#002
OperatingDirection0:HasDictionaryEntryTrue 3:0112/2///61987#ABD740#003
FaultState0:HasDictionaryEntryTrue 3:0112/2///61987#ABP651#002

The child Nodes of the MultiStateDiscreteControlVariableType have additional Attribute values defined in Table 272.

Table 272 – MultiStateDiscreteControlVariableType Attribute values for child Nodes
BrowsePath Value Attribute
Setpoint7
ns=3;s=0112/2///61987#ABN841#001
false
OperatingDirection0
ns=3;s=0112/2///61987#ABL147#001
direct

9 PA-DIM Methods

9.1 FactoryReset

FactoryReset is a method used to reset all or a predefined group of the device parameters to their factory settings. The desired reset mode is selected by the enumeration value of the input argument. Access to this method shall be restricted to authorized users.

The signature of this Method is specified below. Table 273 and Table 275 specify the Arguments and AddressSpace representation, respectively.

Signature

	FactoryReset (
		 [in] ResetModeEnum ResetMode
		);
Table 273 – FactoryReset Method Arguments
Argument Description
ResetModeThe desired reset mode, see 10.1 for a definition of all available values.


Method Result Codes are defined in Table 274.

Table 274 – FactoryReset Method Result Codes (defined in Call Service)
Result Code Description
Bad_InvalidArgument The input is not a valid reset code.
Bad_UserAccessDeniedThe current user does not have the rights required.
Table 275 – FactoryReset Method AddressSpace definition
Attribute Value
BrowseNameFactoryReset
References NodeClass BrowseName DataType TypeDefinition ModellingRule
0:HasPropertyVariable0:InputArguments0:Argument[]0:PropertyType0:Mandatory

9.2 ZeroPointAdjustment

ZeroPointAdjustment is a method used to initiate an automatic adjustment cycle to determine the zero point of a process variable. The adjustment procedure starts after the method has been called and ends automatically, when it has been finished. The method does not have any arguments. The adjustment procedure is device-specific. Access to this method shall be restricted to authorized users.

The signature of this Method is specified below. Table 277 specifies the AddressSpace representation.

Signature

	ZeroPointAdjustment (
		);

Method Result Codes are defined in Table 276.

Table 276 – ZeroPointAdjustment Method Result Codes (defined in Call Service)
Result Code Description
Bad_UserAccessDeniedThe current user does not have the rights required.
Table 277 – ZeroPointAdjustment Method AddressSpace definition
Attribute Value
BrowseNameZeroPointAdjustment
References NodeClass BrowseName DataType TypeDefinition ModellingRule

9.3 AutoAdjustPositioner

AutoAdjustPositioner is a method used to initiate an automatic commissioning cycle of an actuator. The execution of the commissioning procedure can be started or aborted by calling the method using the appropriate input argument value. If the commissioning will not be aborted, it ends automatically after it has been finished. The commissioning procedure is manufacturer-specific. Access to this method shall be restricted to authorized users.

The signature of this Method is specified below. Table 278 and Table 280 specify the Arguments and AddressSpace representation, respectively.

Signature

	AutoAdjustPositioner (
		[in] ExecutionModeEnum ExecutionMode
	);
Table 278 – AutoAdjustPositioner Method Arguments
Argument Description
ExecutionModeThe desired execution mode, see 10.2 for a definition of all available values.

Method Result Codes are defined in Table 279.

Table 279 – AutoAdjustPositioner Method Result Codes (defined in Call Service)
Result Code Description
Bad_InvalidArgumentThe input is not a valid execution mode.
Bad_UserAccessDeniedThe current user does not have the rights required.
Table 280 – AutoAdjustPositioner Method AddressSpace definition
Attribute Value
BrowseNameAutoAdjustPositioner
References NodeClass BrowseName DataType TypeDefinition ModellingRule
0:HasPropertyVariable0:InputArguments0:Argument[]0:PropertyType0:Mandatory

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

11 Profiles and Conformance Units

Meaning and significance of Profiles and ConformanceUnits are described in OPC 10000-7.

The Profiles and ConformanceUnits for this specification are maintained in an online database and accessible via https://profiles.opcfoundation.org/?pg=PADIM%201.02.

12 Namespaces

12.1 Namespace Metadata

Table 289 defines the namespace metadata for this specification. The Object is used to provide version information for the namespace and an indication about static Nodes. Static Nodes are identical for all Attributes in all Servers, including the Value Attribute. See OPC 10000-5for more details.

The information is provided as Object of type NamespaceMetadataType. This Object is a component of the Namespaces Object that is part of the Server Object. The NamespaceMetadataType ObjectType and its Properties are defined in OPC 10000-5.

The version information is also provided as part of the ModelTableEntry in the UANodeSet XML file. The UANodeSet XML schema is defined in OPC 10000-6.

Table 289 – NamespaceMetadata Object for this document
Attribute Value
BrowseNamehttp://opcfoundation.org/UA/PADIM/
Property DataType Value
0:NamespaceUri0:Stringhttp://opcfoundation.org/UA/PADIM/
0:NamespaceVersion0:String1.02.0
0:NamespacePublicationDate0:DateTime2025-11-10
0:IsNamespaceSubset0:BooleanFalse
0:StaticNodeIdTypes0:IdType[]0
0:StaticNumericNodeIdRange0:NumericRange[]
0:StaticStringNodeIdPattern0:String

12.2 Handling of OPC UA Namespaces

Namespaces are used by OPC UA to create unique identifiers across different naming authorities. The Attributes NodeId and BrowseName are identifiers. A Node in the UA AddressSpace is unambiguously identified using a NodeId. Unlike NodeIds, the BrowseName cannot be used to unambiguously identify a Node. Different Nodes may have the same BrowseName. They are used to build a browse path between two Nodes or to define a standard Property.

Servers may often choose to use the same namespace for the NodeId and the BrowseName. However, if they want to provide a standard Property, its BrowseName shall have the namespace of the standards body although the namespace of the NodeId reflects something else, for example the EngineeringUnits Property. All NodeIds of Nodes not defined in this specification shall not use the standard namespaces.

Table 290 provides a list of mandatory namespaces used in a Process Automation Device OPC UA Server.

Table 290 – Namespaces used in a PA-DIM Server
NamespaceURI Description Use
http://opcfoundation.org/UA/Namespace for NodeIds and BrowseNames defined in the OPC UA specification. This namespace shall have namespace index 0.Mandatory
Local Server URINamespace for nodes defined in the local server. This may include types and instances used in a PA-DIM Device represented by the server. This namespace shall have namespace index 1.Mandatory
http://opcfoundation.org/UA/DI/Namespace for NodeIds and BrowseNames defined in OPC 10000-100. The namespace index is server specific.Mandatory
http://opcfoundation.org/UA/Dictionary/IRDINamespace for NodeIds of IRDI objects using HasDictionaryEntry. The namespace index is server specific.Optional
http://opcfoundation.org/UA/PADIM/Namespace for NodeIds and BrowseNames defined in this specification. The namespace index is server specific.Mandatory
Vendor specific types and instancesA server may provide vendor-specific types like types derived from ObjectTypes defined in this specification or vendor-specific instances of those types in a vendor-specific namespace.Mandatory

Table 291 provides a list of namespaces and their index used for BrowseNames in this specification. The default namespace of this specification is not listed since all BrowseNames without prefix use this default namespace.

Table 291 – Namespaces used in this document
NamespaceURI Namespace Index Example
http://opcfoundation.org/UA/00:EngineeringUnits
http://opcfoundation.org/UA/DI/22:DeviceRevision
http://opcfoundation.org/UA/Dictionary/IRDI33:0112/2///61987#ABH526#002, ns=3;s=0112/2///61987#ABN145#002

Annex A PA-DIM Namespace and mappings (Normative)

A.1 NodeSet and identifiers for PA-DIM Information Model

The PADIM Information Model is identified by the following URI:

http://opcfoundation.org/UA/PADIM/

Documentation for the NamespaceUri can be found here.

The NodeSet associated with this version of specification can be found here:

https://reference.opcfoundation.org/nodesets/?u=http://opcfoundation.org/UA/PADIM/&v=1.02.0&i=1

The NodeSet associated with the latest version of the specification can be found here:

https://reference.opcfoundation.org/nodesets/?u=http://opcfoundation.org/UA/PADIM/&i=1

Supplementary files for the PADIM Information Model can be found here:

https://reference.opcfoundation.org/nodesets/?u=http://opcfoundation.org/UA/PADIM/&v=1.02.0&i=2

The files associated with the latest version of the specification can be found here:

https://reference.opcfoundation.org/nodesets/?u=http://opcfoundation.org/UA/PADIM/&i=2

Agreement of Use

COPYRIGHT RESTRICTIONS

Any unauthorized use of this specification may violate copyright laws, trademark laws, and communications regulations and statutes. This document contains information which is protected by copyright. All Rights Reserved. No part of this work covered by copyright herein may be reproduced or used in any form or by any means--graphic, electronic, or mechanical, including photocopying, recording, taping, or information storage and retrieval systems--without permission of the copyright owner.

OPC Foundation members and non-members are prohibited from copying and redistributing this specification. All copies must be obtained on an individual basis, directly from the OPC Foundation Web site http://www.opcfoundation.org .

PATENTS

The attention of adopters is directed to the possibility that compliance with or adoption of OPC specifications may require use of an invention covered by patent rights. OPC shall not be responsible for identifying patents for which a license may be required by any OPC specification, or for conducting legal inquiries into the legal validity or scope of those patents that are brought to its attention. OPC specifications are prospective and advisory only. Prospective users are responsible for protecting themselves against liability for infringement of patents.

WARRANTY AND LIABILITY DISCLAIMERS

WHILE THIS PUBLICATION IS BELIEVED TO BE ACCURATE, IT IS PROVIDED "AS IS" AND MAY CONTAIN ERRORS OR MISPRINTS. THE OPC FOUDATION AND OMAC MAKES NO WARRANTY OF ANY KIND, EXPRESSED OR IMPLIED, WITH REGARD TO THIS PUBLICATION, INCLUDING BUT NOT LIMITED TO ANY WARRANTY OF TITLE OR OWNERSHIP, IMPLIED WARRANTY OF MERCHANTABILITY OR WARRANTY OF FITNESS FOR A PARTICULAR PURPOSE OR USE. IN NO EVENT SHALL THE OPC FOUNDATION OR OMAC BE LIABLE FOR ERRORS CONTAINED HEREIN OR FOR DIRECT, INDIRECT, INCIDENTAL, SPECIAL, CONSEQUENTIAL, RELIANCE OR COVER DAMAGES, INCLUDING LOSS OF PROFITS, REVENUE, DATA OR USE, INCURRED BY ANY USER OR ANY THIRD PARTY IN CONNECTION WITH THE FURNISHING, PERFORMANCE, OR USE OF THIS MATERIAL, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.

The entire risk as to the quality and performance of software developed using this specification is borne by you.

RESTRICTED RIGHTS LEGEND

This Specification is provided with Restricted Rights. Use, duplication or disclosure by the U.S. government is subject to restrictions as set forth in (a) this Agreement pursuant to DFARs 227.7202-3(a); (b) subparagraph (c)(1)(i) of the Rights in Technical Data and Computer Software clause at DFARs 252.227-7013; or (c) the Commercial Computer Software Restricted Rights clause at FAR 52.227-19 subdivision (c)(1) and (2), as applicable. Contractor / manufacturer are the OPC Foundation, 16101 N. 82nd Street, Suite 3B, Scottsdale, AZ, 85260-1830.

Trademarks

Most computer and software brand names have trademarks or registered trademarks. The individual trademarks have not been listed here.

GENERAL PROVISIONS

Should any provision of this Agreement be held to be void, invalid, unenforceable or illegal by a court, the validity and enforceability of the other provisions shall not be affected thereby.

This Agreement shall be governed by and construed under the laws of the State of Minnesota, excluding its choice or law rules.

This Agreement embodies the entire understanding between the parties with respect to, and supersedes any prior understanding or agreement (oral or written) relating to, this specification.

ISSUE REPORTING

If an error or problem is found in this specification, the UaNodeSet, or any associated supplementary files, it should be reported as an issue.

The reporting process can be found here: https://opcfoundation.org/resources/issue-tracking/

The Link to the issue tracking project for this document is here:

https://mantis.opcfoundation.org/set_project.php?project_id=149&make_default=no

Revision 1.02 Highlights

Mantis ID Scope Summary Resolution
Issues resolved with revision 1.02.0
9408 ClarificationNodeset correctedFormal errors in the nodeset have been corrected.
FeatureNew PADIM Devices needed

Support for the following devices have been added:

AmperometricGasDetector

CatalyticBeadSensor

DiodeArraySpectrometer

FtnirOrFtirSpectrometer

GasChromatograph

InfraredSensor

RamanSpectrometer

ERRATASome IRDIs are invalidOutdated IRDIs have been updated
FeatureRepresentation of units shall be done with IRDIs rather than UN ECE codesAll unit references have been updated
FeatureUpdate product identification IRDIs to use IEC 61360-7

All references to the legacy product identification IRDIs have been updated:

Manufacturer 0112/2///61360_7#CBA031 (0112/2///61987#ABA565)

ManufacturerUri 0112/2///61360_7#CBA032 (0112/2///61987#ABN591)

SerialNumber 0112/2///61360_7#CBA050 (0112/2///61987#ABA951)

HardwareRevision 0112/2///61360_7#CBA047 (0112/2///61987#ABA926)

SoftwareRevision 0112/2///61360_7#CBA046 (0112/2///61987#ABA601)

ProductInstanceUri 0112/2///61360_7#CBA055 (0112/2///61987#ABN590)