WOLFRAM SYSTEM MODELER

WriteNode2D

Interface for components that writes to a 2D-array valued node

Wolfram Language

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

Information

Base class for components that writes 2D-array data of size {n1, n2} from the specified node as part of the request defined by the ReadNodeList it is connected to.

See OPCUA.Interfaces.Node for how to specify the node identity and handle errors.

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)

n1

Value:

Type: Integer

Description: Size of first array dimension

n2

Value:

Type: Integer

Description: Size of second array dimension

Connectors (2)

severity

Type: SeverityOutput

Description: Node level status severity

list_a

Type: List_a

Description: Connector for propagating node registrations to a NodeList

Components (1)

nodeObj

Type: NodeObject

Extended by (6)

Write2D

OPCUA.Components.Unclocked.BooleanSignals

Adds writing of a Boolean 2D-array node to a WriteNodeList

Write2D

OPCUA.Components.Unclocked.IntegerSignals

Adds writing of an Integer 2D-array node to a WriteNodeList

Write2D

OPCUA.Components.Unclocked.RealSignals

Adds writing of a Real 2D-array node to a WriteNodeList

Write2D

OPCUA.Components.Clocked.BooleanSignals

Adds writing of a Boolean 2D-array node to a WriteNodeList

Write2D

OPCUA.Components.Clocked.IntegerSignals

Adds writing of an Integer 2D-array node to a WriteNodeList

Write2D

OPCUA.Components.Clocked.RealSignals

Adds writing of a Real 2D-array node to a WriteNodeList