Inoverride – Echelon OpenLNS User Manual

Page 774

Advertising
background image

OpenLNS Programmer's Reference

737

InOverride

Summary

Indicates

whether the

LonMarkObject

is currently in an

override state, or whether the

LonMarkObject

can be

overridden

.

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 an override state. If this property is True, then the

LonMarkObject

is an override state.

ReportMask property.

Indicates whether the

LonMarkObject

can be overridden. If this property is

True, then the

LonMarkObject

can be overridden

.

If the

LonMarkObject

can be overridden, you can initiate

an override by writing the

lcaLonMarkObjectRequestOverride (6) value to the

Request

property of the

LonMarkObject

.

Availability

Local, full, and lightweight clients.

Syntax

overrideFlag = statusObject. InOverride

Element

Description

overrideFlag

A Boolean value indicating

whether

the

LonMarkObject

is currently in an

override state

, or

whether the

LonMarkObject

can be overridden

.

Status Property
TRUE
.

The

LonMarkObject

is in an

override state

.

FALSE.

The

LonMarkObject

is not

in an override state

.

ReportMask Property
TRUE
. The LonMarkObject

can be

overridden

.

FALSE. The LonMarkObject

can not

be overridden

.

statusObject

The ObjectStatus object to be acted

on.

Data Type

Boolean.

Read/Write

Read only.

Added to API

Prior to LNS Release 3.0.

Advertising