pipIrr-platform/pipIrr-mw/pipIrr-mw-rtu/src/main/resources/config(spɳÅÌ).xml
@@ -24,22 +24,22 @@
    sendDingDingAlarmMsInterval: æœ‰æŠ¥è­¦å‘生时,向钉钉发送消息的间隔时长(分钟)
     -->
   <base
      orgTag="sp"
      isLowPower="false"
      onlyDealRtus=""
      onlyOneProtocol="false"
      downComandMaxResendTimes="1"
      commandSendInterval="10"
      cachWaitResultTimeout="120"
      offLineCachTimeout="86400"
      lastUpDataTimeLive="500"
      dbDataIdSuffix="0"
      cacheUpDownDataWarnCount="100000"
      cacheUpDownDataMaxCount="110000"
      disconnectedByNoUpDataMinutes="3"
      workReportDealOneByTimes="5"
      intakeAlarmLossMinValue="1.0"
      sendDingDingAlarmMsInterval="60"
         orgTag="sp"
         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,19 +49,21 @@
    synchroRtuClockTimepieces:当RTU与服务器时钟相差一定毫秒(配置文件是秒钟)后,进行校时
     -->
   <protocol
      centerAddr="1"
      synchroRtuClock="true"
      synchroRtuClockTimepieces="300000"
         centerAddr="1"
         synchroRtuClock="true"
         synchroRtuClockTimepieces="300000"
   />
   <!-- RTU è½¯ä»¶å‡çº§
   enable: æ¨¡å—是否启动
   noOneRtuUpgradeMaxDuration:升级任务设置后,无一设备升级最大时长(秒),超过这个时长,认为升级任务完成,取值范围是5分钟~60分钟
   failTryTimes:升级失败后(针对的是在线进行了升级下发命令),重新偿试升级次数,当设置为0时表示不重新偿试升级
   ugMaxRtuAtOnce:为了缓解通信中间件的压力,同时支持升级的RTU台数,当设置为0时表示不受限制
   rtuOffLineWaitDuration: rtu离线,等待其升级的时长(秒),超过这个时间,设置其升级失败,且设置升级任务完成
   notifyStateInterval: å‡çº§çŠ¶æ€é€šçŸ¥é—´éš”ï¼ˆç§’ï¼‰
   -->
   <upgrade enable="true"
          noOneRtuUpgradeMaxDuration="600"
          failTryTimes="1"
          ugMaxRtuAtOnce="1000"
          rtuOffLineWaitDuration="1200"
@@ -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"
   />
@@ -128,10 +130,10 @@
    queueMaxSize: ç¼“存队列节点数最大数量
     -->
   <core
      sleepBigBusy="100"
      sleepSmallBusy="500"
      queueWarnSize="100000"
      queueMaxSize="300000"
         sleepBigBusy="100"
         sleepSmallBusy="500"
         queueWarnSize="100000"
         queueMaxSize="300000"
   />
   <!--