/****************************************************/ /* Firmware revision history */ /* */ /* For HRT-710, HRT-310 */ /****************************************************/ [ FW_v2.00 => 2022/04/22 ] 1. The original MCU (HW_v1.xx) is EOL and change to the new MCU (HW_v2.xx) with firmware update (FW_v2.xx) [1] FW_v1.xx is used to HW_v1.xx not compatible to HW_v2.xx. [2] FW_v2.xx is used to HW_v2.xx not compatible to HW_v1.xx. /**********************************************************************************************************************************************/ [ FW_v1.15 => 2022/12/21 ] 1. Fix the bug of HART Command 15 again. (When using cmd15, the ERR led will flash continuously.) [1] Support CMD15 response total data length = 19(HART_v5) and total data length = 20(HART_v6). 2. In "HART Listen Mode", support the same multiple HART command setting in the same HART device. [1] Useful for HART request command with the different request data, HART device will response the different response data. (like CMD33) [ FW_v1.13 => 2022/07/27 ] 1. Fix the bug of UserCMD. (When data length (including response code) equals 2 bytes, the ERR led will flash continuously.) [ FW_v1.12 => 2021/07/14 ] 1. Fix the bug of HART Command 15. (When using cmd15, the ERR led will flash continuously.) [ FW_v1.10 => 2020/09/21 ] 1. Fix the bug of "HART Listen Mode". [1] When using Primary Master in HRT-710 to listen HART communication, the HART data will not be updated to Modbus address. [ FW_v1.09 => 2020/08/12 ] 1. Support "HART Listen Mode" to get HART device information without sending HART command. (FAQ 27) 2. Add "In_Offset" field in the configuration of user commnad to offset HART received data to Modbus address. (FAQ 26) Before, the offset is fixed at 0, Now, the offset can be 1, 3, 5 [ FW_v1.07 => 2016/04/06 ] 1. Support HRT-310 [ FW_v1.04 => 2012/07/05 ] 1. Modify the "Hart_information" to be the necessary output data to improve the compatibility with QC program. [ FW_v1.03 => 2012/03/28 ] 1. Add "Simple Format" function for HART command 1,2,3 to map HART device data to modbus address directly [ FW_v1.02 => 2011/10/24 ] 1. Add "manual mode" and "polling mode" function exchange automatically 2. Add "Bootloader" function for firmware update 3. Improve the HART communication efficiency [ FW_v1.01 => 2011/09/05 ] 1. Modify the Modbus response time for standard Modbus protocol [ FW_v1.00 => 2010/07/08 ] 1. The first version