liurunyu
10 天以前 02d965a2ff0cb5d415cedceacd2ae90c7ec1ac39
pipIrr-platform/pipIrr-mw/pipIrr-mw-rtu/src/main/resources/config.xml
@@ -25,7 +25,7 @@
    sendDingDingAlarmMsInterval: 有报警发生时,向钉钉发送消息的间隔时长(分钟)
     -->
   <base
         orgTag="ym"
         orgTag="${base.orgTag}"
         isLowPower="false"
         onlyDealRtus=""
         onlyOneProtocol="false"
@@ -38,8 +38,8 @@
         dbDataIdSuffix="0"
         cacheUpDownDataWarnCount="100000"
         cacheUpDownDataMaxCount="110000"
         disconnectedByNoUpDataMinutes="3"
         workReportDealOneByTimes="5"
         disconnectedByNoUpDataMinutes="${base.upData.min.interval}"
         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 软件升级
@@ -151,7 +159,7 @@
    idle: 发呆时长(秒)
     -->
   <tcp enable="true"
       port="60000"
       port="${tcp.port}"
       processors="3"
       idle="10"
   />