Enables / disables alarm delay. | |
Syntax: | Boolean =
object.AlarmDelay object.AlarmDelay = Boolean |
Description: | The CimPointAlarm.AlarmDelay is a boolean
indicating if the alarm generation should be delayed. When alarm
delay is enabled specify the TimeInterval and TimeUnit for the delay.
AlarmDelay cannot be used with a Rate of Change alarm criteria. Examples ' Delay alarm for 1 minute point.PointAlarm.AlarmDelay = True point.PointAlarm.TimeInterval = 1 point.PointAlarm.TimeUnit = cimMinute See Also Point Configuration |