CR1000X OS 7.0
Updated: 16-11-2023

  1. (New Feature) Added a find file option to the "NewFileVar" parameter of NewFile(). See the CRBasic help for details.
  2. (New Feature) Added result codes to CPIFileSend(). See the CRBasic help for details.
  3. (New Feature) Added MQTTPublish() to the CRBasic instruction set.
  4. (New Feature) Added SDMSIO2R() to the available CRBasic instructions. This controls the relays on the SDM-SIO2R device.
  5. (New Feature) The .csipasswd file must be updated with Device Configuration Utility. The data logger will no longer accept .csipasswd files sent with web API commands or from the RTMC Web Publisher. Clients using the RTMC Web Publisher to publish directly to a datalogger must now configure the .csipasswd with Device Configuration Utility.
  6. (New Feature) ClockSet() now supports a structure as the source parameter.
  7. (New Feature) Added an optional parameter to BrHalf4W() to return the voltage of V1.
  8. (New Feature) Added an optional parameter to CDM_BrHalf4W() to return the voltage of V1. Volt100 Series must also be running an OS built after 9/1/22.
  9. (New Feature) Added an optional parameter to BrFull6W() to return the voltage of V1.
  10. (New Feature) Added an optional parameter to CDM_BrFull6W() to return the voltage of V1. Volt100 Series must also be running an OS built after 9/1/22.
  11. (New Feature) Added #undef to allow reuse of constants at compile time.
  12. (New Feature) Added IncludeSection() to the available CRBasic instructions.
  13. (New Feature) Added optional parameters to AvgRun() which allow its use in a function or subroutine.
  14. (New Feature) Added optional parameters to MaxRun() which allow its use in a function or subroutine.
  15. (New Feature) Added optional parameters to MinRun() which allow its use in a function or subroutine.
  16. (New Feature) Added StdDevRun() to the CRBasic instruction set.
  17. (New Feature) Improved Status.ProgSignature to account for changes to Include files when calculating the unique signature value.
  18. (New Feature) The WatchdogTimer() instruction can now output the remaining time until the expiration of the last programmed interval.
  19. (New Feature) Added a "MQTT Auto-Publish Data" setting to the MQTT settings.
  20. (New Feature) Added the ability to send a web.obj.gz file that contains a CRBasic program, and several Include files to a selected drive (CPU, USR, CRD). For example, cpu.web.obj.gz. This allows a data logger to easily extract a main CRBasic program and multiple include files from one web.obj.gz file.
  21. (New Feature) Added SortSpaIndexed() to the CRBasic instruction set.
  22. (Minor) Fixed the output array of WindVector() when repetitions are used, ensuring coherence between the data and labels.
  23. (Minor) Fixed the transmit time offset when Line SHEF format is used in GOESTable().
  24. (Minor) ModbusClient() will wait to receive a response through its sequence mailbox, rather than utilizing polling.
  25. (Minor) Fixed 'Dim' declared structures no longer appear as 'Public'.
  26. (Minor) Fixed a timeout issue when the Logger is the FTP server and large files are being moved over a slow communication link.
  27. (Minor) To handle NAN inputs, the SIN, COS, and TAN functions now return NAN.
  28. (Minor) Fixed an intermittent Modbus data gap when an SDM-SIO1A/SIO4A port is used.
  29. (Minor) Fixed the issue with the control ports state when using the "stop program and retain data" option. The control ports now return to the default state. This means PWM will stop driving and output ports are changed to inputs.
  30. (Minor) PWM() now checks for a 0 or 1 in the duty cycle parameter.
  31. (Minor) Fixed a rare intermittent data spike in measurements, which was observed in a single known application, by addressing the presence of fast measurements that consumed nearly the entire scan duration.
  32. (Minor) DNS changed to try IPV4 first before IPV6.
  33. (Minor) If the MQTT State is in the “Connection retry wait” mode the retry event will take place at a set interval of 6015820mS (~100 minutes) or when MQTTConnect() is called in a CRBasic program.
  34. (Minor) Fixed the extra records returned by the HTTP response to the data query API commands.
  35. (Minor) Optimized the reconnection process for PakBusTCP Clients when connection drops occur in resource-intensive applications.
  36. (Minor) Fixed a MQTT memory leak that occurred when a connection to a broker failed.
  37. (Minor) When the SerilInChk() is executed all the buffered data in the comport minion will be processed.
  38. (Minor) When a framing error is detected on the CPI bus the measurements returned from the CDM device will be NAN.
  39. (Minor) Fixed using a Const in StationName().
  40. (Minor) Fixed a compiler issue for measurements without excitation and repetitions. Surpassing the available channels will result in a compile error.