OpcUaServerNode

Description

This object was introduced in InCore 2.3.

› Inherits:Object
› Inherited by:OpcUaServerMethodNode, OpcUaServerObjectNode, OpcUaServerValueNode

Properties

browseName

› Type:String
› Signal:browseNameChanged()
› Attributes:Writable

description

› Type:OpcUaLocalizedText
› Attributes:Readonly

displayName

› Type:OpcUaLocalizedText
› Attributes:Readonly

enabled

This property was introduced in InCore 2.6.

› Type:Boolean
› Default:true
› Signal:enabledChanged()
› Attributes:Writable

fullNodePath

› Type:String
› Signal:fullNodePathChanged()
› Attributes:Readonly

identifier

› Type:String
› Signal:identifierChanged()
› Attributes:Writable

typeDefinition

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

This property was introduced in InCore 2.4.

› Type:OpcUaServerNodeId
› Attributes:Readonly

Methods

removeFromServer()

This method removes this node from the underlying OPC UA server instance. This can be used to safely depublish a dynamically populated node (i.e. via Repeater) before a new node gets created.

This method was introduced in InCore 2.6.

› Returns:Boolean