WOLFRAM SYSTEM MODELER
constructorInitializes the connection with the host server |
SystemModel["OPCClassic.ExternalFunctions.OPCServerObject.constructor"]
This
function is a constructor that initializes the connection with the OPC
host server. Inputs are the name of the host and server, and the
desired refresh rate. The function returns an OPCServerObject.
constructor(hostName, serverName, requestedRefreshRate)
hostName |
Type: String Description: The name of the host where the server is located |
---|---|
serverName |
Type: String Description: The name or CLSID of the server on the host computer |
requestedRefreshRate |
Type: Real Description: The server update rate requested by the user |
server |
Type: OPCServerObject Description: The external OPC server object |
---|