accessPoint.zoneTo

<< Click to Display Table of Contents >>

 

accessPoint.zoneTo

According to the BACnet protocol documentation:

Specifies the Access Zone object for which this Access Point object is an entry access controlled point, allowing entrance to the zone. This property shall not reference the same Access Zone object as the Zone_From property. If the Access Point is not an entry point to an access controlled zone, then this property shall contain 4194303 in the instance part of the object identifier and in the device instance part of the device identifier, if present.

Property zoneTo of object accessPoint can be read and written using a block tag with 2 elements.

Text Parameters

Property

Value

ParamDevice

<deviceAddress>

ParamItem

accessPoint-<objectAddress>.zoneTo

Size

2 elements

Numeric Parameters

Property

Value

B1:

<deviceAddress>

B2:

<type> = 33

B3:

<objectAddress>

B4:

<property> = 321

Size:

2 elements

Block Elements

Index

Name

Type

0

DeviceIdentifier

A string value containing a BACnet Object Identifier in the syntax '<Type>-<Address>' (ex: 'analogOutput-345').

OBS: this is an optional element, a <null> value indicates the element is not present.

1

ObjectIdentifier

A string value containing a BACnet Object Identifier in the syntax '<Type>-<Address>' (ex: 'analogOutput-345').

Was this page useful?