liurunyu
2023-12-01 c40d049233f2706dd23aadf327dbf86ba0008a12
pipIrr-platform/pipIrr-mw/pipIrr-mwTest-server/src/main/java/com/dy/testServer/console/Command.java
@@ -65,7 +65,9 @@
      prtWrt.println("  每个mwTest分配的RtuAddr数:" + ServerProperties.rtuAddrPerMwTest);
      prtWrt.println("  通信中间件IP:" + ServerProperties.tcpServerIp);
      prtWrt.println("  通信中间件端口:" + ServerProperties.tcpServerPort);
      prtWrt.println("  mwTest发送数据间隔(秒):" + ServerProperties.sendInterval);
      prtWrt.println("  mwTest每RtuAddr号发送数据次数:" + ServerProperties.sendTimes);
      prtWrt.println("  mwTest每一轮次发送数据,其中包括心跳发送次数:" + ServerProperties.heartbeatTimes);
      prtWrt.println("本服务RMI Server配置");
      String ip = null ;
      try {
@@ -106,6 +108,9 @@
               if(sta.count != null){
                  prtWrt.println("    已经上报数据:" + sta.count + "条");
               }
               if(sta.overCount != null){
                  prtWrt.println("    已经完成上报数据:" + sta.overCount + "台RTU");
               }
               if(sta.over != null && sta.over){
                  prtWrt.println("    上报数据已经完成,共用时:" + sta.seconds + "秒");
               }