CR1000X(e) OS 8.3.0
Updated: 28-07-2025

  1. (New Feature) Added a Basic JSON format to data streaming operations.

    • MQTTPublishTable() Output format 3 = BASICJSON
    • TableFile(), FTPClient(), HTTPPost(), HTTPPut() and, EmailRelay() Output format 36 = BASICJSON
  2. (New Feature) Added a new setting FTPClientActivePort. This setting specifies the starting port the datalogger may use in Active FTP mode. It defines the lower bound of a block of 1000 consecutive TCP ports, which will be used for FTP data connections initiated by the datalogger. Each new data connection will use the next available port within this range.

    • Default value: 48000
    • Allowed range: 8000 to 48000
  3. (New Feature) Added TableFieldNames() to the CRBasic Instruction list. Retrieves the name of a data table or one of its fields by index, enabling dynamic (at run time) identification of a DataTable and field names.
  4. (New Feature) Added TableName.BytesPerRecord to return number of bytes in a DataTable record.
  5. (Major) Refined the Operating System download process over MQTT.
  6. (Major) Fixed an issue where heavy PPP traffic could overwhelm the system, causing the datalogger to drop outgoing packets. This sometimes led to missed LCP echo packets and unexpected connection closures, even when the link appeared healthy. Although the TCP layer would perform retries to prevent data loss, these retries significantly reduced data transfer rates.
  7. (Major) Fixed watchdog resets caused by memory corruption due to TCP task queue buildup over slow data links, most commonly observed when RTMC projects were published on the datalogger.
  8. (Minor) Fixed an issue where Implicit FTPS Active Mode incorrectly used reserved ports for data connections, leading to server rejections.
  9. (Minor) A compile error is now triggered if FieldNames() contains a dot (.), and a warning is issued for other operator symbols; non-CRBasic-compliant field names will be deprecated and disallowed in a future update.
  10. (Minor) The PakBus/TCP port (default 6785) is now restricted to PakBus traffic only; previously, if Telnet was enabled, the datalogger terminal could also be accessed on this port in addition to the standard Telnet port 23.
  11. (Minor) When viewing the password settings via the CR1000KD, the value will now be displayed as '...' for security purposes.
  12. (Minor) Modified GOES behavior for the TX325 to allow tables to be concatenated in a transmission.
  13. (Minor) Improved handling of PPP flag bytes to ensure correct packet boundaries after a transmission error
  14. (Minor) Lowered the TCP keepalive interval for FTPClient() command connections to prevent firewalls from closing them during long transfers. On slow links, the command connection can sit idle while data is still transferring, triggering idle timeouts.
  15. (Minor) Temporarily provide access to MQTT v1 for units with a configured UID.
  16. (Minor) Updated datalogger HTTP client to correctly handle absolute URLs in Location and Content-Location headers during redirection.