OpcUaServerValueNode

Description

This object was introduced in InCore 2.3.

› Inherits:OpcUaServerNode

Properties

readOnly

This property holds whether the value can be read only by clients. Keep at false to allow clients writing the node’s value.

› Type:Boolean
› Default:false
› Signal:readOnlyChanged()
› Attributes:Writable

unit

This property holds one of the units as defined per http://www.opcfoundation.org/UA/units/un/cefact

This property was introduced in InCore 2.4.

› Type:Measurement.Unit
› Default:Measurement.NoUnit
› Signal:unitChanged()
› Attributes:Writable

value

› Type:Variant
› Signal:valueChanged()
› Attributes:Writable

valueType

› Type:OpcUaType.Type
› Signal:valueTypeChanged()
› Attributes:Writable

Example

See OpcUaServer example on how to use OpcUaServerValueNode.