Fixed web server so that the number of records requested are returned or displayed, including those residing only on the CRD drive.
Fixed http when displaying string variables that have a '%' embedded in them.
固定操作系统上传通过程序发送,以便在取消上传时释放内存。
Fixed the BMP server task that hangs on occasion during operating system uploads.
Changed terminal W mode so that when a comport has been set up for PPP, we don't let any characters enter the terminal. This also includes those times when the logger's CRBasic programming has closed PPP on the comport.
增强PPPClose()通过发送命令“+ + +d AT+CGATT=0” to get the modem to go offline if the hang up process is previously unsuccessful.
Enhanced modem dialing so that when there is a failure the commands “+++ ATH” or “AT+CGATT=0” is sent along with pulsing the hardware (DTR or ME) off then back on.
通过去除5秒延迟来改变pppclose()。
Fixed PPPClose() so that it does not inadvertently close the CSIOIP session with the NL240.
Fixed DNP3 so that FIR bit is not set in single fragment responses.
Enhanced DNP3 so that object requests containing supported and unsupported objects are properly parsed and handled. Previously, when an unsupported object was encountered during parsing the transaction would fail.
Improved DNP3 to allow a read request to contain a mixture of class and non-class objects.
改进DNP3以支持对象50,变化1。
固定DNP3 OVER IP以处理不正确的起始字节或CRC。
Changed disable processing parameter of data table output instructions to allow a syntax of ArrayName(Index)(). For example, “Minimum (5,DataArray,IEEE4,DataArray(1)()=NAN,False)”.
Fixed the compiler to flag an error for illegal assignments via +=, -=, etc.
Fixed Select Case so that "Case NAN" works correctly when the test expression is NAN.
Fixed FTPClient() to timeout correctly when an attempt to make a non-passive (Active) FTP data port connection for data transfer failed. Prior to this fix, FTPClient() would never timeout.