Underrange – Echelon OpenLNS User Manual
Page 790
OpenLNS Programmer's Reference
753
UnderRange
Summary
Indicates whether the value associated with the
is less than its acceptable range, or whether
the LonMarkObject
is capable of reporting this information
.
This description of this property depends on whether it was
accessed through the Status or ReportMask properties of a
•
Status property. Indicates
whether the value associated
range.
•
ReportMask property.
Indicates whether the
can report if it is under the range of its
object
.
Availability
Local, full, and lightweight clients.
Syntax
measureFlag = statusObject.UnableToMeasure
Element
Description
measureFlag
A Boolean value indicating whether
the value associated with the
is less than its
acceptable range, or whether the
is capable of
reporting this information.
Status Property
TRUE.
The value associated with
than its acceptable range
.
FALSE. T
he value associated with
lower than its acceptable
range
.
ReportMask Property
TRUE.
report if it is under the
range of its acceptable
values
.
FALSE.
report if it is under the
range of its acceptable
values
.
statusObject
The ObjectStatus object to be acted
on.
Data Type
Boolean.
Read/Write
Read only.