Owner manual
OpenLNS Programmer's Reference 740
Data Type
Boolean.
Read/Write
Read only.
Added to API
Prior to LNS Release 3.0.
ManualControl
Summary
Indicates whether the LonMarkObject is under manual
control, or whether the LonMarkObject can be placed under
manual control.
This description of this property depends on whether it was
accessed through the Status or ReportMask properties of a
LonMarkObject.
• Status property. Indicates whether the LonMarkObject is
under manual control. If this property is True, then the
LonMarkObject is under manual control.
• ReportMask property. Indicates whether the
LonMarkObject can be placed under manual control.
Availability
Local, full, and lightweight clients.
Syntax
manControlFlag = statusObject. ManualControl
Element
Description
manControlFlag
A Boolean value indicating whether
the LonMarkObject is in under
manual control, or whether the
LonMarkObject can be manually
controlled.
Status Property
TRUE. The LonMarkObject is under
manual control.
FALSE. The LonMarkObject is not
under manual control.
ReportMask Property
TRUE. The LonMarkObject can be
manually controlled.
FALSE. The LonMarkObject can not
be manually controlled.
statusObject
The ObjectStatus object to be acted
on.
Data Type
Boolean.
Read/Write
Read only.
Added to API
Prior to LNS Release 3.0.