From 38f7aa5340b760d639263959aa59f87c512e75fa Mon Sep 17 00:00:00 2001
From: 杨张扬 <634643841@qq.com>
Date: 星期六, 19 七月 2025 19:18:28 +0800
Subject: [PATCH] 双钱-点对点、满托出库上线、暂时取消RFID读卡器校验 双钱:取消任务收到4取货完成后,不会再次解锁重置起点

---
 config/config.json |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/config/config.json b/config/config.json
index b8e6c1e..9d81c1b 100644
--- a/config/config.json
+++ b/config/config.json
@@ -4,7 +4,7 @@
   "SqlServer": "Data Source=127.0.0.1;Initial Catalog=DoubleCoinTest;User ID=sa;Password=123456;",
   "TCPServerIP": "127.0.0.1",
   "TCPServerPort": 8085,
-  "Areas": [ "SQKQ1", "SQKQ2", "SQKQ3", "SQKQ4", "SQKQ5", "SQKQ6", "SQKQ7", "SQKQ8", "SQKQ9", "SQKQ10", "SQKQ11", "SQKQ12", "SQKQ13" ],
+  "Areas": [ "SQKQ0", "SQKQ1", "SQKQ2", "SQKQ3", "SQKQ4", "SQKQ5", "SQKQ6", "SQKQ7", "SQKQ8", "SQKQ9", "SQKQ10", "SQKQ11", "SQKQ12", "线边空托区编码", "原材料产线空托区编码" ],
   "S7TestMoni": true,
   "IsOpenScanCode": true,
   "ProductionLine": [
@@ -14,7 +14,8 @@
       "ProductionLine_Rack": 0,
       "ProductionLine_Slot": 1,
       "PointIn": "SQKQ1-1",
-      "PointOut": "SQKQ1-2"
+      "PointOut": "SQKQ1-2",
+      "Sorting": 0
     }
   ],
   "AgvScanDevice": [

--
Gitblit v1.9.1