globalGroup.memberStatusFlags

<< Click to Display Table of Contents >>

 

globalGroup.memberStatusFlags

According to the BACnet protocol documentation:

Contains a logical combination of all the Status_Flags properties contained in the Present_Value. The logical combination means that each of the flags in this property (IN_ALARM, FAULT, OVERRIDDEN, OUT_OF_SERVICE) is TRUE if and only if the corresponding flag is set in any of the Status_Flags property values in the Present_Value property. This property shall be updated whenever new Status_Flags property values are updated in the Present_Value.

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

Text Parameters

Property

Value

ParamDevice

<deviceAddress>

ParamItem

globalGroup-<objectAddress>.memberStatusFlags

Size

4 elements

Numeric Parameters

Property

Value

B1:

<deviceAddress>

B2:

<type> = 26

B3:

<objectAddress>

B4:

<property> = 347

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?