Data is automatically logged when this point changes value. | |
Syntax: | String =
object.DataTriggerPointID object.DataTriggerPointID = String |
Description: | CimTable.DataTriggerPoint is a string that
contains the ID of the point that when changed causes data to be
logged to the database. For data tables these are default values
that are attached to each point that is added to the table. To
change the data trigger point for a specific point in a data table,
see CimTable.SetDataLogPtDataTrig.
For all other tables, this value is shared by all points being
logged in that table. Examples myTable.DataTriggerPoint = "POINT1" |