WOLFRAM SYSTEM MODELER

Write

Adds writing of a Boolean scalar node to a WriteNodeList

Diagram

Wolfram Language

In[1]:=
SystemModel["OPCUA.Components.Unclocked.BooleanSignals.Write"]
Out[1]:=

Information

This component writes scalar data to the specified node as part of the request defined by the WriteNodeList it's connected to.

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

Parameters (4)

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)

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: BooleanInput

Description: Input signal to be sampled

Components (3)

nodeObj

Type: NodeObject

write

Type: Write

Description: Adds writing of a Boolean scalar node to a WriteNodeList

sample

Type: Sample

Description: Sample the continuous-time, Boolean input signal and provide it as clocked output signal (clock is inferred)

Used in Examples (1)

ReadAndWrite

OPCUA.Examples

Demonstrates how to write to and read from nodes on an OPC UA server

Used in Components (1)

StartStatusSimulation

OPCUA.Examples.Utilities

Block that starts a status simulation on the ExampleServer