file.readOnly

<< Click to Display Table of Contents >>

 

file.readOnly

According to the BACnet protocol documentation:

Indicates whether (FALSE) or not (TRUE) the file data may be changed through the use of a BACnet AtomicWriteFile service.

Property readOnly of object file can be read and written using a single IOTag.

Text Parameters

Property

Value

ParamDevice

<deviceAddress>

ParamItem

file-<objectAddress>.readOnly

Numeric Parameters

Property

Value

N1:

<deviceAddress>

N2:

<type> = 10

N3:

<objectAddress>

N4:

<property> = 99

Tag Value

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

Was this page useful?