Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Overview

[Release date: July 3128, 2023 - v5.1.4.188191]

The FIN 5.1.4 release is considered a 'service pack' release. Service Packages typically contain minor bug fixes and feature enhancements.

...

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

.Graphics Builder: Kiosk component now works and the documentation on how to set that up has been updated

.

Alarm Config: Changing context after opening the Alarm Config app no longer breaks the whole window.

New and Updated Docs