accessDoor.ackedTransitions

<< Click to Display Table of Contents >>

 

accessDoor.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 accessDoor can be read and written using a block tag with 3 elements.

Text Parameters

Property

Value

ParamDevice

<deviceAddress>

ParamItem

accessDoor-<objectAddress>.ackedTransitions

Size

3 elements

Numeric Parameters

Property

Value

B1:

<deviceAddress>

B2:

<type> = 30

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?