UpdateRate property
Description | (Read/Write) This value (expressed in milliseconds) specifies the rate at which the client will be notified of changing data in the server. If an update rate is not specified, the value specified in OPCGroups.DefaultUpdateRate will be used. |
Syntax | UpdateRate As Long |
Example | Dim MyOPCGroup As OPCGroup Set MyOPCGroup = MyOPCServer.OPCGroups.Add("MyNewGroup") '/* Set the group update rate for 250ms MyOPCGroup.UpdateRate = 250 |
Provide Feedback