CimPoint.LogData (property)

Gets and sets whether the Point is logged to CIMPLICITY's default logging option (DATA_LOG).
Syntax: Boolean = object.LogData
object.LogData = Boolean
Description: CimPoint.LogData is a boolean value indicating whether the point is logged through the database logger default logging option (DATA_LOG).
To log the point to a table other than the default, use the CimTable methods.
Defaults to the false when creating a new point.

Examples

mypoint.LogData = True ' turns point logging ON
mypoint.LogData = False ' turns point logging OFF