From 8dab1bc23de4987cb7a145c606c7af7be14332df Mon Sep 17 00:00:00 2001 From: 杨张扬 <634643841@qq.com> Date: 星期二, 15 七月 2025 17:58:30 +0800 Subject: [PATCH] 双钱-新增PDA线边空托到原材料产线上线口 --- 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