From 6b2ec7bd05459ddb4ea99df00267dbfda49cbdc7 Mon Sep 17 00:00:00 2001 From: wxw <Administrator@DESKTOP-5BIMHQ3> Date: 星期日, 03 八月 2025 14:11:12 +0800 Subject: [PATCH] 设备控制增加电量显示 --- Admin.NET/WCS.Application/PLC/PLCService.cs | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Admin.NET/WCS.Application/PLC/PLCService.cs b/Admin.NET/WCS.Application/PLC/PLCService.cs index 8b2011d..ccbe536 100644 --- a/Admin.NET/WCS.Application/PLC/PLCService.cs +++ b/Admin.NET/WCS.Application/PLC/PLCService.cs @@ -41,10 +41,10 @@ AGV(mod); // AGV璋冨害 break; case PLCTypeEnum.ShuttleCar: //绌挎杞� - if (mod.PlcIdIP == "10.26.254.28") - { - break; - } + //if (mod.PlcIdIP == "10.26.254.28") + //{ + // break; + //} ShuttleCar(mod); break; case PLCTypeEnum.RobotPalletizer: -- Gitblit v1.8.0