accessZone.ackedTransitions

<< Click to Display Table of Contents >>

 

accessZone.ackedTransitions

According to the BACnet protocol documentation:

Conveys three flags that separately indicate the receipt of acknowledgements for TO-OFFNORMAL, TO-FAULT, and TO-NORMAL events.

Property ackedTransitions of object accessZone can be read and written using a block tag with 3 elements.

Text Parameters

Property

Value

ParamDevice

<deviceAddress>

ParamItem

accessZone-<objectAddress>.ackedTransitions

Size

3 elements

Numeric Parameters

Property

Value

B1:

<deviceAddress>

B2:

<type> = 36

B3:

<objectAddress>

B4:

<property> = 0

Size:

3 elements

Block Elements

Index

Name

Type

0

toOffnormal

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

1

toFault

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

2

toNormal

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

Was this page useful?