Goal is to publish an analog value as BACnet server object. This example is according to Fig. 311 BACnet objects, properties, services and BIBBs, left part containing a temperature value.
-
Configure a “BACnet Server” root object according to ⮫ “Configuration of BACnet server root object ”.
-
Add a “BACnet Analog Input” object below the “BACnet Server”.
-
Rename it to
Temperature
, adjust the parameters:InstanceNumber
:1010
,Description
:Temperature
,Units
:UNIT_DEGREES_C
. -
The present value of the objects
Temperature
needs to be fed with the value from the real temperature device. Alternatively, a simple PLC program can simulate this value. -
Download the program and observe the temperature value in the BACnet client.