UpdateRate - property of the PmaCommGroup object
Description:
The minimum update rate in milliseconds.
Note:
Property access
for read and write.
The default value of this property is defined in the "
Communication refresh rate [ms]" configurator of this object.
During the automatic updates, the communication driver (if the
UpdateEnabled property is set to
true) will not send the data faster than defined.
This property can be changed in the INFO system by clicking the "
Actions" button. See "
PmaRoot > Permissions > InfoEdit" permission.
Example:
JavaScriptVBScriptSelect and copy to clipboard
var oCommGroup = pMe.Pm("/Comm/Group1");
oCommGroup.UpdateRate = 1000;
Dim oCommGroup
Set oCommGroup = pMe.Pm("/Comm/Group1")
oCommGroup.UpdateRate = 1000