From 96f2053a1a93193dc5f4eb064aaf455b2d692f0c Mon Sep 17 00:00:00 2001 From: wxw <Administrator@DESKTOP-5BIMHQ3> Date: 星期五, 20 六月 2025 13:31:57 +0800 Subject: [PATCH] 优化入库流程 --- Admin.NET/WCS.Application/PLC/PLCCommon.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Admin.NET/WCS.Application/PLC/PLCCommon.cs b/Admin.NET/WCS.Application/PLC/PLCCommon.cs index b6f1a9a..f79e8c4 100644 --- a/Admin.NET/WCS.Application/PLC/PLCCommon.cs +++ b/Admin.NET/WCS.Application/PLC/PLCCommon.cs @@ -29,7 +29,7 @@ } // 鍚勫眰杈撻�佺嚎璺烘満鏀捐揣宸ヤ綅闆嗗悎 - var conveyList1 = new List<string>() { "152", "153", "160", "094","019","037","054" }; + var conveyList1 = new List<string>() { "152", "153", "155", "160", "094", "019", "037", "054", "078" }; var conveyList4 = new List<string>() { "266", "265"}; PlcTaskInfo taskInfo = new PlcTaskInfo(); @@ -242,7 +242,7 @@ { string strIp = ""; startStation = startStation.PadLeft(3, '0'); - var conveyList1 = new List<string>() { "093", "094", "155", "160", "063", "072", "050", "045", "048", "052", "056", "055", "032", "027", "030", "034", "039", "038", "015", "010", "017", "021", "020", "003", "004", "097", "099", "105", "107", "113", "115", "123", "125", "131", "133", "139", "141", "152", "153", "019", "037", "054" }; + var conveyList1 = new List<string>() { "078","093", "094", "155", "160", "063", "072", "050", "045", "048", "052", "056", "055", "032", "027", "030", "034", "039", "038", "015", "010", "017", "021", "020", "003", "004", "097", "099", "105", "107", "113", "115", "123", "125", "131", "133", "139", "141", "152", "153", "019", "037", "054" }; var conveyList4 = new List<string>() { "265", "266", "250", "253", "277" }; if (conveyList1.Contains(startStation)) { -- Gitblit v1.8.0