Two necessary pieces of information are needed from the Bert Connect Gateway: the names of the Bert devices and their respective BACnet instance IDs. Conveniently, you can export this information from the database on the Bert Connect Gateway and use it to populate the RAC schedule.
- There is a SQL database client on the Bert Connect Gateway called SQLyog. Open this client and connect into the database using the already-populated values.
- From the tree view, expand the Bert_bacnet_server and click on Bert.
- From the main menu bar, go to
- Save the CSV file. This file contains several columns, but the main ones you need are the names in column D and the BACnet instance numbers in column M. The instance numbers in column M are in hexadecimal format and must be converted to decimal. This can be done in Excel using the Hex2Dec() function.