command.inProcess

<< Click to Display Table of Contents >>

 

command.inProcess

According to the BACnet protocol documentation:

Set to TRUE when a value is written to the presentValue property. This TRUE value indicates that the Command object has begun processing one of a set of action sequences. Once all of the writes have been attempted by the Command object, the inProcess property is set back to FALSE.

Property inProcess of object command can be read and written using a single IOTag.

Text Parameters

Property

Value

ParamDevice

<deviceAddress>

ParamItem

command-<objectAddress>.inProcess

Numeric Parameters

Property

Value

N1:

<deviceAddress>

N2:

<type> = 7

N3:

<objectAddress>

N4:

<property> = 47

Tag Value

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

Was this page useful?