program.programState

<< Click to Display Table of Contents >>

 

program.programState

According to the BACnet protocol documentation:

Reflects the current logical state of the process executing the application program this object represents. 0 = idle, 1 = loading, 2 = running, 3 = waiting, 4 = halted, 5 = unloading

Property programState of object program can be read and written using a single IOTag.

Text Parameters

Property

Value

ParamDevice

<deviceAddress>

ParamItem

program-<objectAddress>.programState

Numeric Parameters

Property

Value

N1:

<deviceAddress>

N2:

<type> = 16

N3:

<objectAddress>

N4:

<property> = 92

Tag Value

An integer representing one of the options of enumeration <BACnetProgramState>.

Was this page useful?