...
It is recommended to add the connPingFreq
tag to all of the connectors. This tag is used to monitor the health of the device and keeps it open. When this tag is configured the connector will automatically attempt a ping based on the configured frequency. For connectors which might not have watched points this ensures periodic checks of the connectivity status. Below is a query that can be used to add this to all connectors. It is a duration type tag set to 1min.
Code Block |
---|
readAll(conn and not connPingFreq).map x => diff(x, {connPingFreq:1min}).commit |
All Fixes & EnhancementsÂ
Improvement in Mini DB to update the point status indications when in live mode. |
BACnet: BBMD now re-forwards broadcasts on it's local subnet. |
BACnet: Upgraded BBS stack to remove dependency on Windows Registry and include Execute_Write_BDT flag for BBMD. |
Logic Builder: Removed the ability to paste in the name field of the macro and expression blocks to avoid special characters as those are not allowed. |
Modbus: Added Modbus RTU support on F200's |
Corrected the word "Library" in the UI when uploading a Point Library zinc file |
. |
Alarm Config: Changing context after opening the Alarm Config app no longer breaks the whole window. |