<< 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.
Property |
Value |
ParamDevice |
<deviceAddress> |
ParamItem |
channel-<objectAddress>.presentValue |
Property |
Value |
N1: |
<deviceAddress> |
N2: |
<type> = 53 |
N3: |
<objectAddress> |
N4: |
<property> = 85 |
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>.