WOLFRAM SYSTEM MODELER
Write1DAdds writing of an Integer 1D-array node to a WriteNodeList |
![]() |
SystemModel["OPCUA.Components.Clocked.IntegerSignals.Write1D"]
This component writes 1D-array data of size nin
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 uaIntegerType
, and the node must hold data of that type.
See OPCUA.Interfaces.Node
for how to specify the node identity and handle errors.
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) |
nin |
Value: Type: Integer Description: Size of the array |
uaIntegerType |
Value: Type: UAInteger Description: OPC UA type used for writing |
![]() |
severity |
Type: SeverityOutput Description: Node level status severity |
---|---|---|
![]() |
list_a |
Type: List_a Description: Connector for propagating node registrations to a NodeList |
![]() |
u |
Type: IntegerInput[nin] Description: Clocked input signal |
nodeObj |
Type: NodeObject |
---|
![]() |
OPCUA.Components.Unclocked.IntegerSignals Adds writing of an Integer 1D-array node to a WriteNodeList |