Granite 10 OS 2.00
Updated: 19-01-2021

  1. (Major) This OS release has many improvements to overall system stability over release 1.0.
  2. (New Feature) The terminal 'F' command now displays predefined constants as well as setting names.
  3. (New Feature) The CPIStatus table now displays CDM OS versions.
  4. (New Feature) Modbus is now supported.
  5. (New Feature) AVW200() is now supported.
  6. (New feature) Quadrature() is now supported.
  7. (New Feature) External GPS devices can be connected to COMC1 through COMC7.
  8. (New Feature) GetDataRecord(), AcceptData(), SendData(), and GetVariables() are now supported.
  9. (New Feature) Structures are now supported with StructureType/EndStructureType.
  10. (New Feature) PortBridge() now supports the SDM-SIO1A and the SDM-SIO4A.
  11. (Major) Settings of Type String are updated correctly when using SetSetting(). For example, SetSetting(“IPAddressEth”,”192.168.1.1”). In OS version 1.0, string settings were only updated when the fist character of the string was changed, or after factory defaults were applied.
  12. (Major) The CommsMode option is set correctly when SerialOpen() is placed between BeginProg and Scan. In Granite 9/10 OS version 1.0, the CommsMode state would alternate between RS485 and Not Configured on subsequent program restarts.
  13. (Major) The streaming options in HTTPPost() are supported.
  14. (Major) Before creating a WIFI host network, the data logger now checks for an existing network with the same SSID. If a network with the same SSID as the data logger already exists, the data logger will not create a host network.
  15. (Major) (Granite 10) Fixed CAN not working on ports 2-4.
  16. (Minor) PortBridge() was updated to prevent a memory leak that could occur if a TCP connection handle was specified for one of the bridge ports, but the TCP connection was not successful.
  17. (Minor) Flag an error if string operand to *,\,/,mod operators.
  18. (Minor) Files with a wild card name are uploaded correctly by LoggerNet scheduled file collection.
  19. (Minor) WaitDigTrig() flags a compile error if it is declared inside a loop within a Scan.
  20. (Minor) A variable of Type Double can now be aliased.
  21. (Minor) The compiler was updated to allow spaces in Alias() array declarations.
  22. (Minor) The compiler was updated to generate an error when quotes are used to declare an Alias. Example: Alias V = “newName” (error), Alias V = newname (correct).
  23. (Minor) The size of an array index is set to the expected value when an expression uses constants of Type Long. For example: Const A as Long = 1, Const B as Long = 2, myArray(A+B).
  24. (Minor) Replace() performs boundary checks correctly on strings larger than 24 bytes.
  25. (Minor) Encryption() with option 0 returns the correct length of the original input.
  26. (Minor) SFTP key authentication is supported.
  27. (Minor) TOA5 format options in TableFile() display "NAN" instead of null for floating point numbers.
  28. (Minor) Settings are retained when updating the datalogger OS using a web.obj.gz file.
  29. (Minor) PWM() allows the Period parameter to be a variable of Type Float.
  30. (Minor) Double-precision now uses a maximum resolution of 15 digits instead of 14.
  31. (Minor) Resolved a clock issue that could set an erroneous Station Date/Time on program startup.
  32. (Minor) The Granite 10 now pass all the SDI-12 Verifier tests.
  33. (Minor) Added terminal watch for CAN ports.
  34. (Minor) RS-485 half-duplex operation now correctly handles transmit and preparing the interface for reception.
  35. (Minor) Improved SDM module support.
  36. (Minor) Improved micro-SD card insertion detection.
  37. (Minor) Improved CDM module support.
  38. (Minor) Improved detection of Ethernet cable removal.