analogValue.statusFlags

<< Click to Display Table of Contents >>

 

analogValue.statusFlags

According to the BACnet protocol documentation:

Four boolean flags that indicate the general 'health' of an analog input.

Property statusFlags of object analogValue can be read and written using a block tag with 4 elements.

This property supports reading by COV (change of value notifications).

Text Parameters

Property

Value

ParamDevice

<deviceAddress>

ParamItem

analogValue-<objectAddress>.statusFlags

Size

4 elements

Numeric Parameters

Property

Value

B1:

<deviceAddress>

B2:

<type> = 2

B3:

<objectAddress>

B4:

<property> = 111

Size:

4 elements

Block Elements

Index

Name

Type

0

inAlarm

An integer value, where 0 corresponds to FALSE and any other value corresponds to TRUE.

1

fault

An integer value, where 0 corresponds to FALSE and any other value corresponds to TRUE.

2

overridden

An integer value, where 0 corresponds to FALSE and any other value corresponds to TRUE.

3

outOfService

An integer value, where 0 corresponds to FALSE and any other value corresponds to TRUE.

Was this page useful?