Failselftest, Failselftest p – Echelon OpenLNS User Manual

Page 771

Advertising
background image

OpenLNS Programmer's Reference

734

FailSelfTest

Summary

Indicates

whether the

LonMarkObject

passed its most recent

self-test, or whether the

LonMarkObject

can perform a

self-test.

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

failed its most recent self-test. If this property is True,

then the

LonMarkObject

failed the self-test.

ReportMask property.

Indicates whether the

LonMarkObject

can perform a self-test.

Availability

Local, full, and lightweight clients.

Syntax

failTestFlag = statusObject. FailSelfTest

Element

Description

eFaultFlag

A Boolean value indicating whether

the

LonMarkObject

passed its most

recent self-test, or whether the

LonMarkObject

can perform a

self-test

.

Status Property
TRUE
.

The

LonMarkObject

failed

its most recent self-test

.

FALSE.

The

LonMarkObject

passed

its most recent self-test

.

ReportStatus Property
TRUE
. The LonMarkObject

can

perform a self-test

.

FALSE. The LonMarkObject

can not

perform a self-test

.

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