Electricalfault – Echelon OpenLNS User Manual

Page 770

Advertising
background image

OpenLNS Programmer's Reference

733

ElectricalFault

Summary

Indicates

whether an electrical fault has been detected in the

LonMarkObject

object, or whether the

LonMarkObject

could

report an electrical fault.

This description of this property depends on whether it was

accessed through the Status or ReportMask properties of a

LonMarkObject.

Status property. Indicates

whether an electrical fault

has been detected in the

LonMarkObject

. If this property

is True, then an electrical fault has been detected in the

LonMarkObject

.

ReportMask property.

Indicates whether the

LonMarkObject

could report an electrical fault. If this

property is True, then the

LonMarkObject

could report an

electrical fault

.

Availability

Local, full, and lightweight clients.

Syntax

eFaultFlag = statusObject. ElectricFault

Element

Description

eFaultFlag

A Boolean value indicating whether

an electrical fault has been detected

in the

LonMarkObject

object, or

whether the

LonMarkObject

could

report an electrical fault

.

Status Property
TRUE
.

An electrical fault has been

detected in the

LonMarkObject

object

.

FALSE.

An electrical fault has not

been detected

.

ReportMask Property
TRUE
. The LonMarkObject

can

report an electrical fault

.

FALSE. The LonMarkObject

can not

report an electrical fault

.

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