WOLFRAM SYSTEM MODELER
ReadAdds reading of a Real scalar node to a ReadNodeList |
![]() |
SystemModel["OPCUA.Components.Unclocked.RealSignals.Read"]
This component reads scalar data from the specified node as part of the request defined by the ReadNodeList
it's connected to.
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) |
enableSourceTimestamp |
Value: false Type: Boolean Description: Enable source timestamp output |
enableServerTimestamp |
Value: false Type: Boolean Description: Enable server timestamp output |
y_start |
Value: 0.0 Type: Real Description: Value of output y before the first read |
![]() |
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 |
![]() |
y |
Type: RealOutput Description: 'output Real' as connector |
nodeObj |
Type: NodeObject |
|
---|---|---|
![]() |
read |
Type: Read Description: Adds reading of a Real scalar node to a ReadNodeList |
![]() |
hold |
Type: Hold Description: Hold the clocked, Real input signal and provide it as continuous-time output signal (zero order hold) |
![]() |
OPCUA.Examples Demonstrates how to write to and read from nodes on an OPC UA server |
![]() |
OPCUA.Examples Demonstrates the difference between the Clocked and Unclocked components |
![]() |
OPCUA.Examples Demonstrates a possible use of multiple OPC UA servers |
![]() |
OPCUA.Examples A tank system model where height data is written to and read from an OPC UA node on an OPC UA server |
![]() |
OPCUA.Examples Demonstrates how to sample data from an OPC UA node irregularly |
![]() |
OPCUA.Examples Demonstrates the interaction with an OPC UA server on a Raspberry Pi |