Sets the logging conditions for a specific event or alarm. | |
Syntax: | object.SetAlarmLogPtLogCond pointID, LogCondition |
Parameters: |
pointID As
String - The name of the point
whose logging conditions are to be set
LogCondition
As CimAlarmLogOptEnum - The new
logging conditions for the point
|
Description: | The CimTable.GetAlarmLogPtLogCond method
sets the logging conditions for a specific alarm in ALARM_LOG or
the logging conditions for a specific event in the EVENT_LOG. Note:This method is only valid for ALARM_LOG and EVENT_LOG Example alarmTable.SetAlarmLogPtLogCond "BURNER_TEMP",
cimAlarmAcknowledge And cimAlarmReset eventTable.SetAlarmLogPtLogCond "GATE_OPENED",
cimAlarmDelete |