Gets the precise time at which to log data for a specific point in a data table. | |
Syntax: | long = object.GetDataLogPtSyncTime ( pointID ) |
Parameters: |
pointID As
String - The name of the point
whose synchronous log time is to be retrieved
|
Description: | The CimTable.SetDataLogPtSyncTime method
gets the exact time at which data should be logged (daily) to the
database for a specific point in a data log. The time is
represented in number of seconds passed 12:00 AM that day. Note: This method is only valid for data tables. Example sec_time =
dataTable.GetDataLogPtSyncTime("PAPER_LEVEL") |