zhubaomin
2025-03-25 427d87e5572d72d0e3aaa4364e4f53569222e321
pipIrr-platform/pipIrr-mw/pipIrr-mw-rtu/src/main/resources/config.xml
@@ -25,7 +25,7 @@
    sendDingDingAlarmMsInterval: 有报警发生时,向钉钉发送消息的间隔时长(分钟)
     -->
   <base
         orgTag="ym"
         orgTag="mq"
         isLowPower="false"
         onlyDealRtus=""
         onlyOneProtocol="false"
@@ -39,7 +39,7 @@
         cacheUpDownDataWarnCount="100000"
         cacheUpDownDataMaxCount="110000"
         disconnectedByNoUpDataMinutes="3"
         workReportDealOneByTimes="5"
         workReportDealOneByTimes="1"
         intakeAlarmLossMinValue="1.0"
         sendDingDingAlarmMsInterval="60"
   />
@@ -54,6 +54,14 @@
         centerAddr="1"
         synchroRtuClock="true"
         synchroRtuClockTimepieces="300000"
   />
   <!-- RTU 消息中心
   enable: 模块是否启动
   notifyInterval: 消息通知间隔(秒)
   -->
   <msCenter enable="true"
           notifyInterval="5"
   />
   <!-- RTU 软件升级
@@ -118,7 +126,7 @@
   <resource
         rtuLogDir="rtuLogs/"
         rtuLogFileMaxSize="1000000"
         rtuLogFileMaxCount="2"
         rtuLogFileMaxCount="3"
         monitorInterval="2"
         saveDbInterval="10"
   />
@@ -151,7 +159,7 @@
    idle: 发呆时长(秒)
     -->
   <tcp enable="true"
       port="60000"
       port="60100"
       processors="3"
       idle="10"
   />