WOLFRAM SYSTEM MODELER
OPCUAServerA model used for setting up server parameters |
SystemModel["OPCUA.OPCUAServer"]
OPCUAServer sets up the connection to the external OPC UA server. Any model using the read/write blocks must have an OPCUAServer connected to each block, since it provides them with a server object.
hostName |
Value: "opc.tcp://localhost:16664" Type: String Description: The name of the host where the OPC server is located |
---|
serverConnector |
Type: ServerConnector Description: A connector used to connect to read/write blocks |
---|
server |
Type: OPCUAServerObject Description: The external OPC server object |
---|
OPCUA.Examples Basic example that demonstrates how to write to and read from nodes on an OPC UA server |
|
OPCUA.Examples Basic example that demonstrates how to write to and read from nodes on an OPC UA server using a signal trigger |
|
OPCUA.Examples Example that demonstrates a possible use of multiple OPC UA servers |
|
OPCUA.Examples Model that samples data from an OPC UA node irregularly |
|
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 Example that demonstrates the interaction of an OPC UA server with a Raspberry Pi |