From 276ce2ba5e91523f3c202cce0b0a8bae43630a5e Mon Sep 17 00:00:00 2001
From: liurunyu <lry9898@163.com>
Date: 星期二, 03 六月 2025 10:37:21 +0800
Subject: [PATCH] 表阀一体协议与测控一体阀协议进行兼容时,阀门状态位判断未做兼容修改,本次进行修改并进行必要注释。
---
pipIrr-platform/pipIrr-mw/pipIrr-mwTest-client/src/main/java/com/dy/testClient/ServerProperties.java | 27 +++++++++++++++++++++++++++
1 files changed, 27 insertions(+), 0 deletions(-)
diff --git a/pipIrr-platform/pipIrr-mw/pipIrr-mwTest-client/src/main/java/com/dy/testClient/ServerProperties.java b/pipIrr-platform/pipIrr-mw/pipIrr-mwTest-client/src/main/java/com/dy/testClient/ServerProperties.java
new file mode 100644
index 0000000..5aa4fdb
--- /dev/null
+++ b/pipIrr-platform/pipIrr-mw/pipIrr-mwTest-client/src/main/java/com/dy/testClient/ServerProperties.java
@@ -0,0 +1,27 @@
+package com.dy.testClient;
+
+public class ServerProperties {
+
+ //RTU寮�濮嬪湴鍧�
+ public static Long rtuAddrStart = 0L ;
+ //RTU鎴鍦板潃
+ public static Long rtuAddrEnd = 0L ;
+ //鏈嶅姟绔疘P
+ public static String tcpServerIp = "" ;
+ //鏈嶅姟绔笂涓嬫枃
+ public static Integer tcpServerPort = 0 ;
+ //鍙戦�佹暟鎹暟鎹棿闅�
+ public static Integer sendInterval = 0 ;//绉�
+ //姣忎竴杞鍙戦�佹暟鎹紝鍏朵腑鍖呮嫭蹇冭烦鏁版嵁鐨勬鏁�
+ public static Integer heartbeatTimes = 3 ;
+ //鍙戦�佹暟鎹鏁�
+ public static Integer sendTimes = 0 ;
+ //鍙戦�佸畬鏁版嵁鍚庯紝鏄惁鍏抽棴TCP杩炴帴锛�1鏄紝0鍚�
+ public static Integer sendOverThenCloseConnect = 0 ;
+
+
+ public static boolean startTcpConnectWork = false ;
+
+ //mwTestServer
+ public static boolean startRtuReportWork = false ;
+}
--
Gitblit v1.8.0