WOLFRAM SYSTEM MODELER

constructor

Initializes the connection with the host server

Wolfram Language

In[1]:=
SystemModel["OPCUA.ExternalFunctions.OPCUAServerObject.constructor"]
Out[1]:=

Information

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.

Syntax

constructor(hostName)

Syntax

server = constructor(hostName)

Inputs (1)

hostName

Type: String

Description: The name of the host where the server is located

Outputs (1)

server

Type: OPCUAServerObject

Description: The external OPC server object