WOLFRAM SYSTEM MODELER

Write

Adds writing of a Real scalar node to a WriteNodeList

Wolfram Language

In[1]:=
SystemModel["OPCUA.Components.Clocked.RealSignals.Write"]
Out[1]:=

Information

This component writes scalar data to the specified node as part of the request defined by the WriteNodeList it is connected to. Data is written as the type specified by uaRealType, and the node must hold data of that type.

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

Parameters (5)

nodeIDType

Type: UANodeIdType

Description: The node identifier type

nodeID

Type: String

Description: The node identifier

nodeNamespace

Type: Integer

Description: The node namespace

errorHandling

Type: ErrorHandling

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

uaRealType

Type: UAReal

Description: OPC UA type used for writing

Connectors (3)

severity

Type: SeverityOutput

Description: Node level status severity

list_a

Type: List_a

Description: Connector for propagating node registrations to a NodeList

u

Type: RealInput

Description: Clocked input signal

Components (1)

nodeObj

Type: NodeObject

Used in Examples (2)

ClockedAndUnclocked

OPCUA.Examples

Demonstrates the difference between the Clocked and Unclocked components

ClockInference

OPCUA.Examples

Demonstrates how the write clock can be inferred

Used in Components (1)

Write

OPCUA.Components.Unclocked.RealSignals

Adds writing of a Real scalar node to a WriteNodeList