Mechanicalfault – Echelon OpenLNS User Manual

Page 778

Advertising
background image

OpenLNS Programmer's Reference

741

MechanicalFault

Summary

Indicates

whether a mechanical fault has been detected in

the

LonMarkObject

object, or whether the

LonMarkObject

could report a mechanical 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 a mechanical fault

has been detected in the

LonMarkObject

. If this property

is True, then a mechanical fault has been detected in the

LonMarkObject

.

ReportMask property.

Indicates whether the

LonMarkObject

could report a mechanical fault. If this

property is True, then the

LonMarkObject

could report a

mechanical fault

.

Availability

Local, full, and lightweight clients.

Syntax

mechFaultFlag = statusObject. MechanicalFault

Element

Description

mechFaultFlag

A Boolean value indicating whether

a

mechanical fault has been detected in

the

LonMarkObject

object, or whether

the

LonMarkObject

could report a

mechanical fault

.

Status Property
TRUE
.

A mechanical fault has been

detected in the

LonMarkObject

object

.

FALSE.

A mechanical fault has not

been detected

.

ReportMask Property
TRUE
. The LonMarkObject

can

report a mechanical fault

.

FALSE. The LonMarkObject

can not

report a mechanical 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