accessRights.enable

<< Click to Display Table of Contents >>

 

accessRights.enable

According to the BACnet protocol documentation:

Indicates and controls whether (TRUE) or not (FALSE) logging of events is enabled. Logging occurs if and only if Enable is TRUE, Local_Time is on or after Start_Time, and Local_Time is before Stop_Time. If Start_Time contains an unspecified datetime, then it shall be considered equal to 'the start of time'. If Stop_Time contains an unspecified datetime, then it shall be considered equal to 'the end of time'. Log records of type log-status are recorded without regard to the value of the Enable property.

Property enable of object accessRights can be read and written using a single IOTag.

Text Parameters

Property

Value

ParamDevice

<deviceAddress>

ParamItem

accessRights-<objectAddress>.enable

Numeric Parameters

Property

Value

N1:

<deviceAddress>

N2:

<type> = 34

N3:

<objectAddress>

N4:

<property> = 133

Tag Value

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

Was this page useful?