WOLFRAM SYSTEM MODELER
ExamplesA collection of examples to help you get started |
Utility components for the examples |
|
Basic example that demonstrates how to write to and read from nodes on an OPC UA server |
|
Basic example that demonstrates how to write to and read from nodes on an OPC UA server using a signal trigger |
|
Example that demonstrates a possible use of multiple OPC UA servers |
|
Model that samples data from an OPC UA node irregularly |
|
A tank system model where height data is written to and read from an OPC UA node on an OPC UA server |
|
Example that demonstrates the interaction of an OPC UA server with a Raspberry Pi |
This package contains examples that demonstrate how to use the OPCUA Library to read and write data from/to items on one or more OPC servers.
To run the examples in their current state, you need to set up an OPC UA server for simulation and testing on the same computer that is running the OPCUA Library. Read about how to start the example server here.
To run the examples using another OPC server or item, copy the example and change parameters nodeID, nodeIDType, and nodeNamespace in the block components or hostName in OPCUA.OPCUAServer, respectively.
SystemModel["OPCUA.Examples"]