From 7fb9d8f51979ae9df697a434e1a8c80533695904 Mon Sep 17 00:00:00 2001 From: DESKTOP-9BNTV8O <DESKTOP-9BNTV8O@163.com> Date: 星期三, 12 三月 2025 16:54:47 +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..30162ee 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", "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