Feedbackfailure – Echelon OpenLNS User Manual

Page 772

Advertising
background image

OpenLNS Programmer's Reference

735

FeedbackFailure

Summary

Indicates

whether the feedback signal of the

LonMarkObject

is being received, 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

LonMarkObject.

Status property. Indicates

whether the feedback signal

of the

LonMarkObject

is being received.

ReportMask property. Indicates whether the

LonMarkObject can report a feedback failure through the

ObjectStatus object when it is is accessed as a status

report.

Availability

Local, full, and lightweight clients.

Syntax

failTestFlag = statusObject. FailSelfTest

Element

Description

eFaultFlag

A Boolean value indicating

whether

the feedback signal of the

LonMarkObject

is being received, or

whether the

LonMarkObject

is

capable of reporting this information

.

Status Property
TRUE
.

The feedback signal of the

LonMarkObject

is being

received

.

FALSE.

The feedback signal of the

LonMarkObject

is not being

received

.

ReportMask Property
TRUE
.

The

LonMarkObject

can

report a feedback failure

through the

ObjectStatus

object

.

FALSE.

The

LonMarkObject

cannot

report a feedback failure

through the

ObjectStatus

object

.

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