Administrator
2022-03-31 5eb78ca9805457be5d18664dab17ed9897995426
注释打印
4个文件已修改
17 ■■■■■ 已修改文件
BattFBS9600_ForFG/config.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
BattFBS9600_ForFG/src/com/dev/fg/FBS9600_SocketClient2.java 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
BattFBS9600_ForFG/src/com/version_inf/version_inf.txt 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
BattFBS9600_ForFG/src/main/main_FBS9600_FG.java 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
BattFBS9600_ForFG/config.xml
@@ -2,7 +2,7 @@
<root>
  <mysql_ramdb_recreate_en>false</mysql_ramdb_recreate_en>
  <mysql_server_ip>192.168.10.79</mysql_server_ip>
  <mysql_server_ip>192.168.10.221</mysql_server_ip>
  <!--SOURCE_BATTDATA_TYPE_FBSDEV = 0-->
  <!--SOURCE_BATTDATA_TYPE_SQLSERVER = 1-->
  <!--SOURCE_BATTDATA_TYPE_C_INTERFACE = 2-->
BattFBS9600_ForFG/src/com/dev/fg/FBS9600_SocketClient2.java
@@ -441,7 +441,7 @@
                tmpbf.get(cipher_tx_t);
                //=====================================================================//
                Date d1 = new Date();
                System.err.println("发送数据:"+ComFn.bytesToHexString(cipher_tx_t, cipher_tx_t.length));
                //System.err.println("发送数据:"+ComFn.bytesToHexString(cipher_tx_t, cipher_tx_t.length));
                int rx_read_time_out = 0; 
                out.write(cipher_tx_t);
                out.flush();
@@ -489,7 +489,7 @@
                byte[] cipher_buf = new byte[bytebuffer_for_socket_RX.limit()];
                byte[] plain_buf = new byte[bytebuffer_for_socket_RX.limit()];
                bytebuffer_for_socket_RX.get(cipher_buf);
                System.out.println("接收数据:"+ComFn.bytesToHexString(cipher_buf,cipher_buf.length));
                //System.out.println("接收数据:"+ComFn.bytesToHexString(cipher_buf,cipher_buf.length));
                if((cipher_buf.length > 8) && (true == getDataFromCommBuf(cipher_buf))) {
                    rx_errcount_for_live_of_thread = 0;
                    res_t = true;
@@ -531,8 +531,8 @@
                    isSuccess = true;
                }
            }
            System.out.println(tmp_buf);
            System.out.println(bf.limit());
            //System.out.println(tmp_buf);
            //System.out.println(bf.limit());
            if(FBS9600_ComBase.CMD_SysInfo_Addr == tmp_buf.getTrans()) {
                System.err.println(bf.limit());
                
BattFBS9600_ForFG/src/com/version_inf/version_inf.txt
@@ -1,5 +1,8 @@
FBS9600 福光总部显示屏通信程序   ModBus Tcp协议
    
V1.103 edit at date 2022-02-24
    1.修改最新版本
V1.102 edit at date 2022-02-24
    1.新增远程启动内阻测试,停止内阻测试命令    
    
BattFBS9600_ForFG/src/main/main_FBS9600_FG.java
@@ -25,7 +25,7 @@
    public static final boolean is_app_for_bpm7100_only = false;
    public static final boolean is_app_for_FBS9100S_only = true;
    public static final boolean app_debug = false;
    public static final double m_VersionNum = 1.101D;
    public static final double m_VersionNum = 1.103D;
    public static final String m_Version = "Welcome To Use main_FBS9600_FG V" + m_VersionNum + " RC_20180324";
    public static final int DEF_MysqlServerFBS9100S_Port = 3360;
    public static final int DEF_MysqlServer_Port = 5306;
@@ -79,7 +79,7 @@
        Socket_Server_IDCE8200_Port = 8210;
        Socket_Server_Mobile_Port = 2026;
        FTP_Server_Port = 2116;
        logger.info(ver);
        logger.info("Server Started At DateTime: " + Com.getDateTimeFormat(new Date(), "yyyy-MM-dd HH:mm:ss"));
        m_AppConfig = new AppConfig();