WOLFRAM SYSTEM MODELER
constructorInitializes the connection with the host server |
SystemModel["OPCUA.ExternalFunctions.OPCUAServerObject.constructor"]
This function is a constructor that initializes the connection with the OPC UA host server. Input is the name of the host and server. The function returns an OPCUAServerObject.
constructor(hostName)
hostName |
Type: String Description: The name of the host where the server is located |
---|
server |
Type: OPCUAServerObject Description: The external OPC server object |
---|