DefaultGroupUpdateRate property
Description | (Read/Write) This property provides the default update rate (in milliseconds) for an OPCGroup created using the OPCGroups.Add function. This property defaults to 1000 milliseconds (1 second). |
Syntax | DefaultGroupUpdateRate As Long |
Example | '/* Set the default group update rate to 250 ms MyOPCServer.OPCGroups.DefaultGroupUpdateRate = 250 |
Provide Feedback