CimDatabase.PointLogScanRate (property)

Sets the worst-case scan rate at which the Point Data Logger will submit data for logging.
Syntax: short = object.PointLogScanRate
object.PointLogScanRate = short
Description: CimDatabase.DataLen is a long that specifies the worst-case scan rate at which the Point Data Logger will submit data for logging. The value you enter here should be faster than the fastest table scan rate. Enter the scan rate in ticks. (100 ticks = 1 second)

Examples

myDatabase.PointLogScanRate = 100