From c6377a07e3eb0973156bb4fce581032713e1ded7 Mon Sep 17 00:00:00 2001 From: wxw <Administrator@DESKTOP-5BIMHQ3> Date: 星期日, 13 四月 2025 09:48:34 +0800 Subject: [PATCH] 增加循环写入PLC值方法;增加155出库口;增加152、153入口 --- Admin.NET/WCS.Application/PLC/PLCCommon.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Admin.NET/WCS.Application/PLC/PLCCommon.cs b/Admin.NET/WCS.Application/PLC/PLCCommon.cs index 30162ee..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","078" }; + 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(); -- Gitblit v1.8.0