To prevent confusion or operator error, the following now happens when the Modbus slave/client (external radio)settingis enabled: ▪the internal radio settings page will be disabled. This prevents any possible configuration conflict that may occur elsewhere in the system. ▪Thedevice’s station address will be the same for both internal and external radio settings. This helps resolve a conflictRadio Interfacewas having in station address de-sync. ▪radio.csv dash_no configuration field will be set to 0. WinRTU will then be needed to reset thedevice’sdash_no configuration. This involves programming a radio profile onto the device.
Bug Fixes
Resolved an issue where com.csv sanitation was being applied to the current com.csv when being read in. This caused super incorrect and corrupted com.csv to be created. This could be noticed when the BEM settings in com.csv were being changed, despite there being no options to change the interface in the system.
Resolved an issue where the device’s netstat/subnet was not being properly set when calling the backendeepromprogram within the TCU800 php logic. The wrong character was being used for the flag.
Onexactlyline 61 in RadioPage.qml found in the front-end QT program source, an equal sign (=) was missing. Nothing was broken because of this, but it did bother the developer so it was added.