WOLFRAM SYSTEM MODELER

getRevisedRefreshRate

Retrieves the actual refresh rate returned by the OPC server

Wolfram Language

In[1]:=
SystemModel["OPCClassic.ExternalFunctions.getRevisedRefreshRate"]
Out[1]:=

Information

For each instance of OPCServer in a model, it is possible to set a desired update rate for the server (requestedRefreshRate). The server tries to use the rate requested by the client, but if it cannot meet it, it is permissible for the server to return a revised refresh rate. This function gets the revised refresh rate from the OPC server.

Syntax

getRevisedRefreshRate(server)

Syntax

revisedRefreshRate = getRevisedRefreshRate(server)

Inputs (1)

server

Type: OPCServerObject

Description: The external OPC server object

Outputs (1)

revisedRefreshRate

Type: Real

Description: The actual refresh rate used by the server