pipIrr-platform/pipIrr-mw/pipIrr-mw-rtu/src/main/resources/config(test²âÊÔ).xml
@@ -24,22 +24,22 @@
    sendDingDingAlarmMsInterval: æœ‰æŠ¥è­¦å‘生时,向钉钉发送消息的间隔时长(分钟)
     -->
   <base
      orgTag="test"
      isLowPower="false"
      onlyDealRtus=""
      onlyOneProtocol="false"
      downComandMaxResendTimes="1"
      commandSendInterval="2"
      cachWaitResultTimeout="120"
      offLineCachTimeout="86400"
      lastUpDataTimeLive="500"
      dbDataIdSuffix="0"
      cacheUpDownDataWarnCount="100000"
      cacheUpDownDataMaxCount="110000"
      disconnectedByNoUpDataMinutes="3"
      workReportDealOneByTimes="5"
      intakeAlarmLossMinValue="1.0"
      sendDingDingAlarmMsInterval="60"
         orgTag="test"
         isLowPower="false"
         onlyDealRtus=""
         onlyOneProtocol="false"
         downComandMaxResendTimes="1"
         commandSendInterval="3"
         cachWaitResultTimeout="120"
         offLineCachTimeout="86400"
         lastUpDataTimeLive="500"
         dbDataIdSuffix="0"
         cacheUpDownDataWarnCount="100000"
         cacheUpDownDataMaxCount="110000"
         disconnectedByNoUpDataMinutes="3"
         workReportDealOneByTimes="5"
         intakeAlarmLossMinValue="1.0"
         sendDingDingAlarmMsInterval="60"
   />
   <!--
@@ -49,24 +49,26 @@
    synchroRtuClockTimepieces:当RTU与服务器时钟相差一定毫秒(配置文件是秒钟)后,进行校时
     -->
   <protocol
      centerAddr="1"
      synchroRtuClock="true"
      synchroRtuClockTimepieces="300000"
         centerAddr="1"
         synchroRtuClock="true"
         synchroRtuClockTimepieces="300000"
   />
   <!-- 2024-10-08 æ­¤é…ç½®æš‚时未应用
     è½¯ä»¶å‡çº§ -->
   <updateRtuSoft enable="true">
      <soft1 enable="true" oldVersionName="meter_v2_0,meter_v1_0" >
         <newVersion newVersionName="meter_v3_0" file="rtuSoft/meter_v3_0.txt"></newVersion>
      </soft1>
      <!--
        <soft2 enable="false" oldVersionName="rtu_v1_0,rtu_v2_0,rtu_v3_0" >
            <newVersion newVersionName="rtu_v4_0" file="rtuSoft/rtu_v4_0.txt"></newVersion>
        </soft2>
         -->
   </updateRtuSoft>
   <!-- RTU è½¯ä»¶å‡çº§
   enable: æ¨¡å—是否启动
   noOneRtuUpgradeMaxDuration:升级任务设置后,无一设备升级最大时长(秒),超过这个时长,认为升级任务完成,取值范围是5分钟~60分钟
   failTryTimes:升级失败后(针对的是在线进行了升级下发命令),重新偿试升级次数,当设置为0时表示不重新偿试升级
   ugMaxRtuAtOnce:为了缓解通信中间件的压力,同时支持升级的RTU台数,当设置为0时表示不受限制
   rtuOffLineWaitDuration: rtu离线,等待其升级的时长(秒),超过这个时间,设置其升级失败,且设置升级任务完成
   notifyStateInterval: å‡çº§çŠ¶æ€é€šçŸ¥é—´éš”ï¼ˆç§’ï¼‰
   -->
   <upgrade enable="true"
          noOneRtuUpgradeMaxDuration="1200"
          failTryTimes="2"
          ugMaxRtuAtOnce="5000"
          rtuOffLineWaitDuration="1800"
          notifyStateInterval="2"
   />
   <!--
    æ”¯æŒæ¨¡å—
@@ -83,15 +85,15 @@
    enableThreadPool:是否启用线程池
     -->
   <support
      short_maxThread="6"
      short_minThread="6"
      short_freeTimeout="60"
      short_busyTimeout="5"
      long_maxThread="6"
      long_minThread="6"
      long_freeTimeout="60"
      long_busyTimeout="-1"
      enableThreadPool="true"
         short_maxThread="6"
         short_minThread="6"
         short_freeTimeout="60"
         short_busyTimeout="5"
         long_maxThread="6"
         long_minThread="6"
         long_freeTimeout="60"
         long_busyTimeout="-1"
         enableThreadPool="true"
   />
   <!--
@@ -103,11 +105,11 @@
    saveDbInterval:Rtu状态存数据库间隔(分钟)
     -->
   <resource
      rtuLogDir="rtuLogs/"
      rtuLogFileMaxSize="100000"
      rtuLogFileMaxCount="2"
      monitorInterval="2"
      saveDbInterval="10"
         rtuLogDir="rtuLogs/"
         rtuLogFileMaxSize="100000"
         rtuLogFileMaxCount="2"
         monitorInterval="2"
         saveDbInterval="10"
   />
@@ -122,16 +124,14 @@
   />
   <!--
    sleepBigBusy:主线程大忙时每次执行间隔时长(毫秒)
    sleepSmallBusy:主线程小忙时每次执行间隔时长(毫秒)
    coreInterval:主线程每次执行间隔时长(毫秒)
    queueWarnSize: ç¼“存队列节点数警告数量
    queueMaxSize: ç¼“存队列节点数最大数量
     -->
   <core
      sleepBigBusy="100"
      sleepSmallBusy="500"
      queueWarnSize="100000"
      queueMaxSize="300000"
         coreInterval="100"
         queueWarnSize="100000"
         queueMaxSize="300000"
   />
   <!--