zhubaomin
2025-04-17 1e3eeec2d3a470d066d21900586b912dfef58c91
pipIrr-platform/pipIrr-mw/pipIrr-mwTest-server/src/main/resources/Config.xml
New file
@@ -0,0 +1,37 @@
<?xml version="1.0" encoding="UTF-8"?>
<config>
      <server name="mwTest测试控制端" showStartInfo="true" company="http://www.dyjs.com"/>
      <!--
      基本配置
      rtuAddrStart: 模拟客户的RtuAddr起始号
      rtuAddrEnd: 模拟客户的RtuAddr截止号
      rtuAddrsPerMwTest: 每个mwTest分配的RtuAddr数
      tcpServerIp: 通信中间件IP
      tcpServerPort: 通信中间件端口
      sendInterval:发送数据间隔 秒
      heartbeatTimes:每一轮次发送数据,其中包括心跳发送次数
      sendTimes:发送数据次数
      sendOverThenCloseConnect:发送完数据后,是否关闭TCP连接,1是,0否
       -->
      <base
         rtuAddrStart="5323280000"
         rtuAddrEnd="5323289999"
         rtuAddrPerMwTest="1"
         tcpServerIp="127.0.0.1"
         tcpServerPort="60000"
         sendInterval="2"
         heartbeatTimes="3"
         sendTimes="1"
         sendOverThenCloseConnect="0"
      />
      <!--
      port:rmi服务端口号
      context:rmi服务上下文
       -->
      <rmi enable="true"
         port="12345"
         context="mwTestSv"
      />
</config>