CR1000X OS 3.00
Aktualisiert: 31-01-2019

  1. (New Feature) Added support for Campbell Scientific external CELL2xx modem.
  2. (New Feature) Added "Trusted Hosts" setting that allows the user to specify up to 4 trusted IP addresses or IP address ranges. An IP address outside of the trusted host list will not be allowed to connect.
  3. (New Feature) Added TCPActiveConnections() which can be used to monitor information about TCP connections on a specified port.
  4. (New Feature) Matrix() now allows the third parameter (B) to equal 0 for the Transpose and Invert options (options 4 and 5) that do not use the B parameter.
  5. (New Feature) The Const declaration can now be an array of bytes signaled by a comma separated list of bytes enclosed by {}; For example: Const A = {1,2,3,4,5,6,7,0,9,10}, SerialOutBlock(ComRS232,A,10).
  6. (New Feature) MoveBytes() now has an optional parameter(Transfer) to handle endian byte swapping.
  7. (New Feature) GPS() now allows the result variable array to be of type Double. This supports GPS units with higher-precision latitude and longitude.
  8. (New Feature) IPNetPower() now supports the CELL2xx external modem (interface 5).
  9. (New Feature) UDPDataGram() is now able to receive from multiple clients.
  10. (New Feature) IPRoute() now has the ability to set the default network. To set the default network, the IPAddr parameter must be set to empty quotes (“”).
  11. (New Feature) Maximum number of ESS subsurface sensors increased from 10 to 20.
  12. (Major) The MaxNumBytes (bytes allocated to buffering) now calculates memory for Dim variables correctly. Prior to this change, Dim variables allocated six times more memory than needed (same as Public variables). Large programs with many Dim variables may have generated OUT OF MEMORY errors in the compile results.
  13. (Major) The datalogger no longer causes anomalies on VX1 when performing background calibrations tasks.
  14. (Minor) ScanTime now updates correctly when a single scan is missed due to a low12V condition.
  15. (Minor) EmailRelay() now allows attachment names to be a constant or a variable.
  16. (Minor) ModBusSlave() function 6 now sets a single register correctly.
  17. (Minor) SDI12Recorder() now sends the command after the break as expected. The symptom of this error was excessive retries in the SDI-12 communication log.
  18. (Minor) SerialOpen() format options now correctly set the parity bit for ComME.
  19. (Minor) SerialOpen() does not alter the ComPort configuration that was set by Device Configuration Utility unless the optional CommsMode parameter is used.
  20. (Minor) The optional PCAP interface now filters as expected.
  21. (Minor) Duplicate measurement instructions are now allowed in stacked scans. An example of stacked scans is a program that contains a pre-scan with a set number of scan counts. Once the pre-scan count is reached, the program will execute the main scan.
  22. (Minor) A function referenced without parentheses now behaves like a variable that holds the last value returned by the function.
  23. (Minor) CPI now works correctly with slow sequences in sequential mode. This resolves an issue that caused skipped scans and CDM frame errors with programs that have multiple scans and slow sequences.
  24. (Minor) Table auto-allocation now works correctly in the case that both a slow (e.g., 1 day) table and a fast (e.g., 20 mS) table are both auto-allocated. The problem was the calculated fill time was less than the output interval of the slow table and this resulted in running out of memory.
  25. (Minor) CPI Status now reports unused modules correctly, instead of reporting ‘Wait Config’.
  26. (Minor) SW12() no longer forces sequential mode if the PipeLineMode() instruction is used.
  27. (Minor) The read pointer in internal memory for CardOut() is now established correctly on program start up after a power cycle. The issue only occurred for data tables that were sized to 20 records or smaller and contained a CardOut() instruction. In this case, if power was lost during program run time data on the card could be corrupted.
  28. (Minor) The skipped-scan counter now includes scans skipped due to insufficient power to the datalogger.
  29. (Minor) OmniSatData(), OmniSatRandomSetup(), OmniSatStatus(), OmniSatSTSetup() now work with the OmniSat-3.
  30. (Minor) Web API File control option 9 now works with a file name containing WEB.obj.gz.