WOLFRAM SYSTEM MODELER

PartialReadNode

Base class for models implementing reading from nodes

Wolfram Language

In[1]:=
SystemModel["OPCUA.Interfaces.PartialReadNode"]
Out[1]:=

Information

Partial implementation of a ReadNode; see its documentation for the documentation of the public interface.

Parameters (6)

nodeIDType

Value:

Type: UANodeIdType

Description: The node identifier type

nodeID

Value:

Type: String

Description: The node identifier

nodeNamespace

Value:

Type: Integer

Description: The node namespace

errorHandling

Value:

Type: ErrorHandling

Description: How to handle node errors (request errors are handled by the connected Read/WriteNodeList component)

enableSourceTimestamp

Value: false

Type: Boolean

Description: Enable source timestamp output

enableServerTimestamp

Value: false

Type: Boolean

Description: Enable server timestamp output

Connectors (6)

severity

Type: SeverityOutput

Description: Node level status severity

list_a

Type: List_a

Description: Connector for propagating node registrations to a NodeList

sourceTimestamp

Type: TimestampOutput

Description: 'output Timestamp' as connector

serverTimestamp

Type: TimestampOutput

Description: 'output Timestamp' as connector

internalSourceTimestamp

Type: TimestampInput

Description: 'input Timestamp' as connector

internalServerTimestamp

Type: TimestampInput

Description: 'input Timestamp' as connector

Components (1)

nodeObj

Type: NodeObject

Extended by (9)

Read2D

OPCUA.Components.Clocked.BooleanSignals

Adds reading of a Boolean 2D-array node to a ReadNodeList

Read1D

OPCUA.Components.Clocked.BooleanSignals

Adds reading of a Boolean 1D-array node to a ReadNodeList

Read

OPCUA.Components.Clocked.BooleanSignals

Adds reading of a Boolean scalar node to a ReadNodeList

Read2D

OPCUA.Components.Clocked.IntegerSignals

Adds reading of an Integer 2D-array node to a ReadNodeList

Read1D

OPCUA.Components.Clocked.IntegerSignals

Adds reading of an Integer 1D-array node to a ReadNodeList

Read

OPCUA.Components.Clocked.IntegerSignals

Adds reading of an Integer scalar node to a ReadNodeList

Read2D

OPCUA.Components.Clocked.RealSignals

Adds reading of a Real 2D-array node to a ReadNodeList

Read1D

OPCUA.Components.Clocked.RealSignals

Adds reading of a Real 1D-array node to a ReadNodeList

Read

OPCUA.Components.Clocked.RealSignals

Adds reading of a Real scalar node to a ReadNodeList