wuzeyu
2023-11-30 ee6e575076ba17c1fc8f4ba33253b7ea0fba45f8
pipIrr-platform/pipIrr-mw/pipIrr-mwTest-server/src/main/resources/Config.xml
New file
@@ -0,0 +1,35 @@
<?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:发送数据次数
       -->
      <base
         rtuAddrStart="5323280000"
         rtuAddrEnd="5323289999"
         rtuAddrPerMwTest="1"
         tcpServerIp="127.0.0.1"
         tcpServerPort="60000"
         sendInterval="2"
         heartbeatTimes="3"
         sendTimes="1"
      />
      <!--
      port:rmi服务端口号
      context:rmi服务上下文
       -->
      <rmi enable="true"
         port="12345"
         context="mwTestSv"
      />
</config>