******************************************************************************************************************************************** smartDEN IP-PLC ******************************************************************************************************************************************** ******** v1.28 0f Feb 2024 ******** 1. Fixed web server crash bug - in some rare cases the web server stops responding. ******** v1.27 07 Mar 2022 ******** 1. Added Cross-Origin Resource Sharing (CORS) field in the HTTP-header in the GET repsponse. 2. Enabled simultaneous access (with unchecked Encrypt Password) via HTTP web server and HTTP XML/JSON request without interruption of the web session. 3. "Multiple Access" option in HTTP/XML/JSON Settings is not anymore active (assumed to be always '1' (enabled)). 4. The HTTP timeout is 10 sec. 5. Added Date/Time fields to XML/JSON. 6. Fixed a bug causing DAEL script to stop unexpectedly (Ecxecution Error) at certain moments. Added check sum to each DAEL instruction. If a reading error is detected, they are done up to 19 more EEPROM readings (through 250 ms). If all the 20 sequential readings are not successfull, then Execution Error occures. 7. If Execution Error occures, it is possible to restart the DAEL program with "Run" button from Web pages Program Editor/Control. 8. Added Execution Errors counter in home page and program.xml/program.json. It is stored in EEPROM. It indicates how many EEPROM error readings the PLC managed to fix. ******** v1.26 27 October 2020 ******** 1. Added diagnostics in program.xml and program.json. ******** v1.25 27 September 2020 ******** 1. When SaveOutputs is activated the relays and analog outputs are saved in separate EEPROM page. 2. In General Settings page it is added option for clear/save outputs when program is stopped. 3. When Execution Error is generated and program is stopped, in the EEPROM it is saved the program state, the program counter and the error code. These are shown on home web page after log-in. ******** v1.24 7 Aug 2018 ******** 1. First Version