Alarmnotifydisabled, E alarmnotifydisabled – Echelon OpenLNS User Manual

Page 766

Advertising
background image

OpenLNS Programmer's Reference

729

ResetComplete

SelfTestInProgress

Summary

UnableToMeasure

UnderRange

AlarmNotifyDisabled

Summary

Indicates whether alarm notification is disabled on the

LonMarkObject, or whether alarm notification can be

disabled on the LonMarkObject.
This description of this property depends on whether it was

accessed through the Status or ReportMask properties of a

LonMarkObject.

Status property. Indicates whether alarm notification on

the LonMarkObject is currently disabled. If this property

is True, alarm notification has been disabled.

ReportMask property. Indicates whether alarm

notification can be disabled on the LonMarkObject. If this

property is True, then alarm notification can be disabled.
If alarm notification on the LonMarkObject can be

disabled, you can disable it by writing to the

lcaLonMarkObjectRequestAlarmNotifyDisabled

(12) value to the Request property of the LonMarkObject.

Availability

Local, full, and lightweight clients.

Syntax

notifyDisabledFlag= statusObject.AlarmNotifyDisabled

Element

Description

notifyDisabledFlag A Boolean value indicating whether

alarm notification on the

LonMarkObject has been disabled, or

whether alarm notification on the

LonMarkObject can be disabled.
Status Property
TRUE
. Alarm notification on the

LonMarkObject has been

disabled.

FALSE. Alarm notification has not

been disabled.

ReportMask Property
TRUE
. Alarm notification on the

LonMarkObject can be

disabled.

FALSE. Alarm notification can not

be disabled.

statusObject

The ObjectStatus object to be acted

Advertising