channel.presentValue

<< Click to Display Table of Contents >>

 

channel.presentValue

According to the BACnet protocol documentation:

Indicates the current value of the object.

Property presentValue of object channel can be read and written using a single IOTag.

Text Parameters

Property

Value

ParamDevice

<deviceAddress>

ParamItem

channel-<objectAddress>.presentValue

Numeric Parameters

Property

Value

N1:

<deviceAddress>

N2:

<type> = 53

N3:

<objectAddress>

N4:

<property> = 85

Tag Value

One of the following data types:

A null/empty value.

A 32-bit floating point number.

An unsigned integer representing an enumerated value.

A character string containing an XML with a value of type <Unsigned>.

A character string containing an XML with a value of type <Boolean>.

A character string containing an XML with a value of type <INTEGER>.

A character string containing an XML with a value of type <Double>.

A Date/Time value (only the Time part).

A string value.

A character string containing an XML with a value of type <OctetString>.

A character string containing an XML with a value of type <BitString>.

A character string containing an XML with a value of type <Date>.

A character string containing an XML with a value of type <BACnetObjectIdentifier>.

A character string containing an XML with a value of type <BACnetLightingCommand>.

Was this page useful?