Availability of Address Space

CIMPLICITY OPC UA Server Address Space

Point IDs are defined using a delimiter, which allows hierarchical representation of the address space in the CIMPLICITY workbench. The same structure should be created in the OPC UA Server.

A folder representing the CIMPLICITY Project root is created under the Objects folder. This helps easily distinguish CIMPLICITY project's object and variable instances from other generic OPC UA Server objects and variables.

The data type of that folder is a new defined type - CIMProjectType.

The project root folder has all points under it, including statistical points. The statistical points will be organized under their sub-folder.

NamespaceURIs

       0 - standard namespace URI: http://opcfoundation.org/UA/  (This cannot be changed)

       1 - the same as serverURI: urn:[NodeName]:GE-IP:CIMPLICITY:[ProjectName]UaServer

       2 - http://ge.com/UA/CIMPLICITY - common CIMPLICITY specific type definitions

       3 - http://ge.com/UA/CIMPLICITY/[ProjectName] – CIMPLICITY Objects and Points

       4 - http://ge.com/UA/CIMPLICITY/[ProjectName]/project – CIMPLICITY Classes

Examples of NodeIDs:

ns=3;s=Compressor1.Pump1.Temperature;