timepatternValue.statusFlags

<< Click to Display Table of Contents >>

 

timepatternValue.statusFlags

According to the BACnet protocol documentation:

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

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

Text Parameters

Property

Value

ParamDevice

<deviceAddress>

ParamItem

timepatternValue-<objectAddress>.statusFlags

Size

4 elements

Numeric Parameters

Property

Value

B1:

<deviceAddress>

B2:

<type> = 49

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?