From 1f0d917cc3528f4c495d0a4adad3d876e178e034 Mon Sep 17 00:00:00 2001 From: wenjy Date: Sat, 13 Jan 2024 18:12:34 +0800 Subject: [PATCH] =?UTF-8?q?change=20-=20=E8=80=81=E5=8F=91=E6=B3=A1?= =?UTF-8?q?=E7=BA=BF=E6=B3=A8=E6=96=99=E8=AE=B0=E5=BD=95=E9=87=87=E9=9B=86?= =?UTF-8?q?=E5=8F=96=E6=B6=88=E6=97=A5=E5=BF=97=E8=AE=B0=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Aucma.Core.OldBoxFoam/Business/CollectionFoamMachine.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Aucma.Core.OldBoxFoam/Business/CollectionFoamMachine.cs b/Aucma.Core.OldBoxFoam/Business/CollectionFoamMachine.cs index 0a51b02a..a8b822a1 100644 --- a/Aucma.Core.OldBoxFoam/Business/CollectionFoamMachine.cs +++ b/Aucma.Core.OldBoxFoam/Business/CollectionFoamMachine.cs @@ -245,7 +245,7 @@ namespace Aucma.Core.OldBoxFoam.Business var closeGunTime = short.Parse(StringChange.bytesToHexStr(info.Skip(30).Take(2).ToArray(), 2), System.Globalization.NumberStyles.HexNumber); string outPutAddress = $"{(gun == "A" ? "VW18" : "VW28")}{(station * 2).ToString().PadLeft(2, '0')}"; - log.Info($"读取{gun}枪{station}工位产量地址:{outPutAddress}"); + //log.Info($"读取{gun}枪{station}工位产量地址:{outPutAddress}"); var outPut = obj.plc.ReadInt16(outPutAddress); byte[] tempInfo = obj.plc.Read("VD600", 50);