From efe2312dd5c2bc89b44701423c50c7a8a04cc3b2 Mon Sep 17 00:00:00 2001 From: liuwf Date: Wed, 21 Feb 2024 17:22:24 +0800 Subject: [PATCH] =?UTF-8?q?change-=20=E5=8E=BB=E9=99=A4=E4=B8=8B=E5=8F=91p?= =?UTF-8?q?lc=E5=87=BA=E5=BA=93=E6=95=B0=E9=87=8F=E7=82=B9=E4=BD=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Aucma.Scada.Business/OutStoreTaskHandle.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Aucma.Scada.Business/OutStoreTaskHandle.cs b/Aucma.Scada.Business/OutStoreTaskHandle.cs index 3ca75f45..5c6df950 100644 --- a/Aucma.Scada.Business/OutStoreTaskHandle.cs +++ b/Aucma.Scada.Business/OutStoreTaskHandle.cs @@ -122,8 +122,8 @@ namespace Aucma.Scada.Business logHelper.Info("箱壳出库应答字为1,货道号:" + plcConfig.out_shell_spaceCode + ";写" + short.Parse(taskInfo.spaceCode.Substring(5, 1))); //写入货道号 _plc.writeInt32ByAddress(plcConfig.out_shell_spaceCode, short.Parse(taskInfo.spaceCode.Substring(5, 1))); - //写入出库数量 - _plc.writeInt32ByAddress(plcConfig.out_shell_amount, taskInfo.planAmount); + //写入出库数量 + // _plc.writeInt32ByAddress(plcConfig.out_shell_amount, taskInfo.planAmount); //写入完成后读取应答字进行复位 ReadShellAnswer_OutStore(taskInfo);