CR300 Series OS 5
Updated: 21-12-2016

  1. (CRITICAL) Upgrading the Operating System could reset all the CR300’s settings back to factory defaults. Sending this Operating System remotely can be done but is not recommended. To restore settings after the update, it is recommended that a backup be made of the current logger settings or take programmatic measures to ensure your settings can be restored. This can be done using Device Configuration Utility’s (DevConfig) backup utility or the CRBasic instruction SetSetting(). Watch the Video Tutorial: sending an OS to a Local Datalogger.
  2. TCP/IP CRBasic instructions added.
  3. Fixed the CR3XX’s web server so it will accept .OBJ files via HTTPPut.
  4. Fixed an issue that caused the FileControl WebAPI to not compile the program.
  5. Fixed an issue that caused Modbus packets to not get grouped correctly.
  6. Fixed an endian issue when using SetSettings() to set the DNS servers.
  7. Fixed an IPTask issue that kept the IPTask always active. Symptom was SlowSequence scans would not run.
  8. Updated Table allocation when CallTable is in a subroutine.
  9. Updated SDI-12 to remove extra break.
  10. Fixed an out of memory error on compile that caused a watchdog.
  11. Updated IP memory allocation.
  12. Fixed an IP network interface conflict.
  13. Fixed an issue that caused the constant table to assign an incorrect variable type.
  14. Fixed HTTP headers Last-Modified date.
  15. Fixed web service API terminal to allow content with more than one byte.
  16. Fixed web service API terminal to allow binary parameter.
  17. Fixed an issue that caused a watchdog when RealTime() was called in a loop.
  18. Fixed a TLS issue that caused a hard fault if memory could not be allocated.
  19. Updated FTP TLS memory allocation to allocate a minimum of two TLS buffers.
  20. Fixed an issue with SDI12 that blocked SDI12 terminal commands.
  21. Added lithium coin cell status to the status table.
  22. Terminal now requires the user to hit the enter key several times before the terminal will respond.
  23. Fixed a Modbus communication issue by removing the optimizations.
  24. Updated Modbus to allow Modbus over USB.
  25. Added 'Type Long' support to SDI12SensorResponse().
  26. Modified restore defaults to clear the TLS key and certificate.
  27. ModbusSlave() modified to allow multiple Modbus slaves on same comport
  28. Added DHCP state checking with retries.
  29. Fixed a TCP/IP memory buffer issue that caused watchdogs.
  30. Fixed HttpPost() when incorrectly processed as an HTTPPUT().