From c321182cdcbc7d6489d969810f0610e48ac2b5ed Mon Sep 17 00:00:00 2001
From: 杨张扬 <634643841@qq.com>
Date: 星期三, 23 七月 2025 17:40:22 +0800
Subject: [PATCH] 双钱-需求变更:增加了两个搬送流程,增加了两个库区,主要是修改对空托上线脱皮机的逻辑

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

diff --git a/config/config.json b/config/config.json
index b8e6c1e..f135d4d 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", "线边空托区编码13", "原材料产线空托区编码14", "原材料产线附近空托库区15", "空托货架库区16" ],
   "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