From b977364facab9c6bf1b92f9815100b15a30443ff Mon Sep 17 00:00:00 2001
From: ZengTao <2773468879@qq.com>
Date: 星期三, 08 五月 2024 17:00:07 +0800
Subject: [PATCH] 修改plc连接报警条件

---
 springboot-vue3/src/main/resources/config.properties |   82 +++++++++++++++++++++++++++++++++++++++-
 1 files changed, 79 insertions(+), 3 deletions(-)

diff --git a/springboot-vue3/src/main/resources/config.properties b/springboot-vue3/src/main/resources/config.properties
index 1037320..244c343 100644
--- a/springboot-vue3/src/main/resources/config.properties
+++ b/springboot-vue3/src/main/resources/config.properties
@@ -100,7 +100,9 @@
 #鎵爜鏋�
 Parameter2.scanner=DB103.256,DB103.270
 #鎬ュ仠
-Parameter2.stop=DB101.10.4
+Parameter2.stop=DB101.10.4,DB101.11.2,DB101.11.3
+
+Parameter2.timeout=DB100.194
 #褰撳墠鏍煎瓙
 Parameter2.Currentcell=DB103.32,DB103.34,DB103.36,DB103.40
 
@@ -153,7 +155,7 @@
 #addresses.add("DB100.36");
 #addresses.add("DB100.38");
 #addresses.add("DB100.40");
-Auto.addresses=DB100.0,DB100.2,DB100.4,DB100.6,DB100.26,DB100.28,DB100.30,DB100.32,DB100.36,DB100.38,DB100.40
+Auto.addresses=DB100.2,DB100.4,DB100.6,DB100.28,DB100.30,DB100.32,DB100.36,DB100.38,DB100.40
 
 #List<String> waddresses1 = new ArrayList<>();
 #waddresses1.add("DB100.0");
@@ -169,4 +171,78 @@
 #waddresses1.add("DB100.38");
 #waddresses1.add("DB100.40");
 
-Auto.shusong=DB100.0,DB100.2,DB100.4,DB100.6,DB100.26,DB100.28,DB100.30,DB100.32,DB100.34,DB100.36,DB100.38,DB100.40
\ No newline at end of file
+Auto.shusong=DB100.2,DB100.4,DB100.6,DB100.28,DB100.30,DB100.32,DB100.36,DB100.38,DB100.40
+
+
+#-----PlcPositioning1-------------------------
+PlcPositioning1.address=DB100.42
+
+#----------------PlcManualonePosition-----
+
+PlcManualonePosition.addresses=DB100.108,DB100.20,DB103.32
+
+PlcManualonePosition.addresses2=DB100.110,DB100.176,DB103.34
+
+PlcManualonePosition.addresses3=DB100.112,DB100.24,DB103.36
+
+PlcManualonePosition.addresses4=DB100.114,DB100.178,DB103.40
+
+
+#鏁呴殰
+PlcManualonePosition.fault=DB104.1.2,DB104.1.3,DB104.1.6,DB104.1.7
+
+#鏈洖闆�
+PlcManualonePosition.Notzero=DB104.9.4,DB104.9.5,DB104.9.4,DB104.9.5
+
+#鏁呴殰2
+PlcManualonePosition.fault2=DB103.252,DB103.254
+
+#澶嶄綅
+PlcManualonePosition.Reset=DB101.4.0,DB101.4.3,DB101.4.4,DB101.4.6
+#鍥為浂
+PlcManualonePosition.Zero=DB101.4.5,DB101.4.7
+
+
+
+
+
+
+#----------------------------PlcInteractionState
+#杩涚墖
+PlcInteractionState.MESImporttask=DB105.0,DB105.2,DB105.4,DB105.6,DB105.8,DB105.20-33
+
+PlcInteractionState.PLCImporttask=DB106.8,DB106.4,DB106.6,DB106.24,DB106.26-39,DB103.44-57,DB103.58-71
+#鍑虹墖浠诲姟
+PlcInteractionState.MESProductiontask=DB105.10,DB105.12,DB105.14,DB105.16,DB105.18,DB105.34-47
+
+PlcInteractionState.PLCProductiontask=DB106.20,DB106.16,DB106.18,DB103.156-169,DB106.64
+
+#浠诲姟淇℃伅
+PlcInteractionState.MEStaskinformation=DB105.48,DB105.50,DB105.48,DB105.50,DB106.42,DB106.48
+
+#浠诲姟淇℃伅2
+PlcInteractionState.MEStaskinformation2=DB106.52,DB106.58,DB103.128-141,DB103.142-155,DB103.156-169,DB103.184-197,DB103.212-225
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+

--
Gitblit v1.8.0