Skip to content

Latest commit

 

History

History
153 lines (87 loc) · 2.96 KB

OpcUaServerNode.rst

File metadata and controls

153 lines (87 loc) · 2.96 KB

OpcUaServerNode

Description

This object was introduced in InCore 2.3.

› Inherits

Object <object_Object>

› Inherited by

OpcUaServerMethodNode <object_OpcUaServerMethodNode>, OpcUaServerObjectNode <object_OpcUaServerObjectNode>, OpcUaServerValueNode <object_OpcUaServerValueNode>

Overview

Properties

  • browseName <property_OpcUaServerNode_browseName>
  • description <property_OpcUaServerNode_description>
  • displayName <property_OpcUaServerNode_displayName>
  • fullNodePath <property_OpcUaServerNode_fullNodePath>
  • identifier <property_OpcUaServerNode_identifier>
  • typeDefinition <property_OpcUaServerNode_typeDefinition>
  • Object.objectId <property_Object_objectId>
  • Object.parent <property_Object_parent>

Methods

  • Object.deserializeProperties() <method_Object_deserializeProperties>
  • Object.fromJson() <method_Object_fromJson>
  • Object.serializeProperties() <method_Object_serializeProperties>
  • Object.toJson() <method_Object_toJson>

Signals

  • Object.completed() <signal_Object_completed>

Properties

single: browseName

browseName

› Type

String

› Signal

browseNameChanged()

› Attributes

Writable

single: description

description

› Type

OpcUaLocalizedText <object_OpcUaLocalizedText>

› Attributes

Readonly

single: displayName

displayName

› Type

OpcUaLocalizedText <object_OpcUaLocalizedText>

› Attributes

Readonly

single: fullNodePath

fullNodePath

› Type

String

› Signal

fullNodePathChanged()

› Attributes

Readonly

single: identifier

identifier

› Type

String

› Signal

identifierChanged()

› Attributes

Writable

single: typeDefinition

typeDefinition

This property holds a node ID specifying the type definition which to use for this object. Consider setting the OpcUaServerNodeId.ns0Id <property_OpcUaServerNodeId_ns0Id> property when using predefined types from the OPC UA namespace 0.

This property was introduced in InCore 2.4.

› Type

OpcUaServerNodeId <object_OpcUaServerNodeId>

› Attributes

Readonly