From ef0cd89bc8c2811ccb5d6877853564324384fd69 Mon Sep 17 00:00:00 2001 From: cjs <2216046164@qq.com> Date: 星期一, 28 七月 2025 17:45:00 +0800 Subject: [PATCH] 111 --- ams/Hanhe.iWCS.JingmenGEMTwoProtocol/PLCControl.cs | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ams/Hanhe.iWCS.JingmenGEMTwoProtocol/PLCControl.cs b/ams/Hanhe.iWCS.JingmenGEMTwoProtocol/PLCControl.cs index 6fa8241..e9f0197 100644 --- a/ams/Hanhe.iWCS.JingmenGEMTwoProtocol/PLCControl.cs +++ b/ams/Hanhe.iWCS.JingmenGEMTwoProtocol/PLCControl.cs @@ -601,10 +601,10 @@ var plc = Settings.GetPlcInfo().Where(a => a.ip == ip).FirstOrDefault(); //ASM鍐欏叆閫氶亾0灏忚溅鍔ㄤ綔锛�-鍙栨枡 int[] num = new int[2] { 1, 1 }; - //if(type == "PDA鎵撳寘涓嬬嚎") - //{ - // num[0] = 4; - //} + if(type == "PDA鎵撳寘涓嬬嚎") + { + num[0] = 4; + } var writeRes0 = OITcpHelper.RegisterWriteOutPutMulti(new OITcpHelper.RegisterWriteOutPutModelMulti { host = ip, -- Gitblit v1.9.1