(新功能)添加support for Campbell Scientific external CELL2xx modem.
(新功能)添加"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.
(新功能)添加TCPActiveConnections()which can be used to monitor information about TCP connections on a specified port.
(新功能)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.
(新功能)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).
(新功能)MoveBytes()now has an optional parameter(Transfer) to handle endian byte swapping.
(新功能)全球定位系统(GPS) ()now allows the result variable array to be of type Double. This supports GPS units with higher-precision latitude and longitude.
(新功能)IPNetPower()现在的年代upports the CELL2xx external modem (interface 5).
(新功能)UDPDataGram()is now able to receive from multiple clients.
(新功能)IPRoute()now has the ability to set the default network. To set the default network, the IPAddr parameter must be set to empty quotes (“”).
(新功能)Maximum number of ESS subsurface sensors increased from 10 to 20.
(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.
(小)ScanTime now updates correctly when a single scan is missed due to a low12V condition.
(小)EmailRelay()now allows attachment names to be a constant or a variable.
(小)Storage to extended memory on CR6 dataloggers (serial number 7502 or greater) now works correctly when less than a sector is auto-allocated to internal RAM.
(小)ModBusSlave()功能6现在正确设置一个寄存器。
(小)SDI12RECORDER()现在的年代ends the command after the break as expected. The symptom of this error was excessive retries in the SDI-12 communication log.
(小)SerialOpen()format options now correctly set the parity bit for ComME.
(小)The optional PCAP interface now filters as expected.
(小)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.
(小)A function referenced without parentheses now behaves like a variable that holds the last value returned by the function.
(小)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.
(小)CPI Status now reports unused modules correctly, instead of reporting ‘Wait Config’.
(小)SW12()no longer forces sequential mode if thePipeLineMode()instruction is used.
(小)The read pointer in internal memory forCardOut()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 aCardOut()instruction. In this case, if power was lost during program run time data on the card could be corrupted.
(小)The skipped-scan counter now includes scans skipped due to insufficient power to the datalogger.
(小)OmniSatData(),OmniSatRandomSetup(),OmniSatStatus(),OmnisatStsetup()now work with the OmniSat-3.