CR1000X OS 2.00
Updated: 27-06-2018

  1. (New Feature) Added SDI-12 Version 1.4 support to SDI12Recorder() and SDI12SensorSetUp().
  2. (New Feature) Added the Quadrature() instruction
  3. (New Feature) Added PCAP Settings in the advanced section to allow the creation of a PCAP file.
  4. (New Feature) Added Settings.NTPServer. This setting keeps the datalogger clock synced with the specified server. This setting will be polled once per day. It will also be polled if something has changed the datalogger clock by more the 1.5 seconds. This setting is in the settings editor advanced section.
  5. (New Feature) Added Settings.TCPMSS. This setting can be used to set the maximum TCP segment length. Valid range is between 300-1460 bytes. Some modems require smaller TCP Packets. This setting is in the settings editor network services section.
  6. (New Feature) Added optional parameter to the PingIP() instruction to specify IP version.
  7. (New Feature) Added an optional parameter to the PPPOpen() instruction to select the IP version.
  8. (New Feature) Added Terminal Mode 'F' command to display datalogger setting names.
  9. (New Feature) Added "press ESC ESC ESC ESC to close" when opening the Terminal Serial Talk Through mode.
  10. (New Feature) Added a warning in the Status.CompileResult when a conflicting PakBus TCP route is found. This happens when there are two PakBus nodes with the same PakBus address on a network. While the conflict exists, PakBus polling will occur every 2 minutes instead of every 200 mSec to avoid unnecessary memory usage.
  11. (New Feature) Added TTL (Time to Live) when monitoring DNS communication traffic.
  12. (New Feature) Added Exclusive Option to the IPRoute() instruction.
  13. (New Feature) Added the ability to load an operating system stored on a card via the CR1000KD File Directory (E.g., CR1000KD/File/Load OS From Card).
  14. (Minor) The GPS() instruction now accepts values prefaced with + or -.
  15. (Minor) The ETsz() instruction now outputs the correct units.
  16. (Minor) The SerialOpen() instruction now reflects the CommsMode setting back to Device Configuration Utility.
  17. (Minor) Improved the advanced settings section in the CR1000KD.
  18. (Minor) Fixed SetSetting("EthernetPower",0); 0 = always on, 2 = one minute, 10 = disabled.
  19. (Minor) The function parameter in the TimerInput() instruction now resolves the erroneous compiler error that states "There are too may function digits specified, maximum is 14."
  20. (Major) Settings.PPPDial now always keeps the RS232 port awake when the setting equals "PPP." The RS232 port would go into sleep mode disabling communications between the datalogger and the cell modem. This was present with datalogger and Raven XT combinations. Datalogger and RV50 combinations were not affected.
  21. (Major) The ClockSet() instruction now avoids skipped records when the clock adjustments are less than one second.
  22. (Major) The memory error that occurred when two PakBus/TCP Client connections were pointing to each other no longer occurs.
  23. (Minor) You can now store to a one-byte string (String * 1).
  24. (Minor) Minion Pair configuration now allows SDI12 communication and PWM() on the same minion pair.
  25. (Minor) The SDI12Recoder() instruction now detects if an error occurred while waiting for the ttt seconds timeout before getting data with the D command.
  26. (Major) The Disable Lithium Battery setting is now cleared on powerup.
  27. (Minor) The HttpGet() and HttpPost() instructions now replace a space character in the URL with a %20.
  28. (Minor) Parameters defined as Double are now correctly passed to functions that are not declared as type Double.
  29. (Minor) Function declarations now output the Return value when no parameters have been defined.
  30. (Minor) Fixed data type IEEE8 in the Sample() instruction for variable types as Double.
  31. (Minor) The CPI Sync now works with a 1kHz program scan rate.
  32. (Minor) XML output of data types now displays data type UINT4 as unsigned Int instead of Float.
  33. (Minor) Sample() instruction now correctly executes when sampling from a Float into a Double.
  34. (Major) If the Main Scan does not contain a measurement instruction, the SlowSequence will still run.
  35. (Minor) A Pointer can now be sent into an Array when the index is not constant. For P(i)(), at run time i was used as the pointer rather than P.
  36. (Minor) Fixed an erroneous compile error when the index of an array is an expression with the first number equal to 0 (e.g., X(0+1), X(0+i)). Note that variable array indexes always start at 1, so if the expression used for the index returns 0, a runtime variable out of bounds warning is generated.
  37. (Minor) You can now use pointers in ArrayLenVar parameter in the ArrayLength() instruction.
  38. (Minor) You can now use pointers in TypeVar parameter in the TypeOf() instruction.
  39. (Minor) You can now update datalogger data table information using web sockets.
  40. (Major) Fixed the EmailRelay() instruction stream all tables option.
  41. (Minor) The Subject parameter in the EmailRelay() instruction now allows the subject to be Constant.
  42. (Minor) The EmailRelay() instruction now ignores 'space' or 'tab' characters in the address string. The comma ',' character is the delineator for multiple address.
  43. (Minor) The EmailRelay() instruction now returns the correct error code when there are connection failures.
  44. (Minor) The timeout parameter in the EmailRelay() is the value specified (not twice the value, as in previous operating systems).
  45. (Major) Sequential Mode background calibration now performs as expected.
  46. (Major) When the measpex parameter in the BrFull() instruction does not equal the reps parameter; the data is no longer shifted into the wrong destination array elements.
  47. (Major) PPP now discards packets with a bad Checksum when a modem is attempting to establish the PPP session.
  48. (Minor) The Delay() instruction will no longer accept delay values less than 0.
  49. (Minor) The ClockSet() instruction will now allow "/" in the date if the parameter is of type String.
  50. (Minor) The SNMPVariable() instruction now allows new OIDs to be inserted before the ESSVariable space.
  51. (Minor) The public declarations for the EssVariables() instruction now require a ten-element array for indexed OIDs.
  52. (Minor) The SPIOpen() and I2COpen() instructions now configure the hardware at runtime.
  53. (Minor) The reset parameter in the MaxRun() and MinRun() instructions now behave like AvgRun().
  54. (Minor) String variables can now be referenced as (N,1) or (1). This avoids a variable out of bounds error at run time.
  55. (Minor) Constant declarations now allow a Const to be equal value in the settings table. Example Const A = Settings.SerialNumber.
  56. (Minor) The Timer() instruction now uses the system time instead of the clock so the timer is independent of the clock being adjusted.
  57. (Minor) The SDI12Recorder() instruction now accepts type Double for the destination variable.
  58. (Minor) The SDI12Recorder() instruction timeout now ignores noise spikes while waiting for the sensor to be ready.
  59. (Minor) Channel configuration no longer allows the TimerInput() and PulseCount() instructions on same minion.
  60. (Minor) The CDM_VW300Config() instruction now allows using the pre-defined constant CDM_VW300 or CDM_VW305 in type parameter (as well as 0 or 1, as in previous operating systems).
  61. (Minor) The CPIStatus table now displays up to 50 CPI modules.
  62. (Minor) The PakBus verify interval advertised in the 'Hello Exchange' is now equal to the verify interval setting rather than the setting / 2.5.
  63. (Minor) DNS will now attempt to first resolve IPv6 then IPv4.
  64. (Minor) The default DNS server is now listed last. The specified DNS address is listed first.
  65. (Minor) TimeUntilTransmit is no longer allowed outside a Scan/NextScan.
  66. (Major) SWVX now works outside of the main scan when setting VX1 to 5 V.
  67. (Minor) Settings.PPPInterface now disables auto baud functionality. A specific baud rate must be set.