| | |
| | | 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 { |
| | |
| | | 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 + "秒"); |
| | | } |