From 4ff4d4d25ec27109e30c3fce981db9c71ee35d81 Mon Sep 17 00:00:00 2001 From: liuwf Date: Thu, 29 Aug 2024 11:27:49 +0800 Subject: [PATCH] =?UTF-8?q?change-=E5=B0=8F=E5=8C=85=E5=87=BA=E5=8F=A3?= =?UTF-8?q?=E5=AF=B9=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Khd.Core.Wcs/MainCentralControl.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Khd.Core.Wcs/MainCentralControl.cs b/src/Khd.Core.Wcs/MainCentralControl.cs index 7f9d73f..35e0f4e 100644 --- a/src/Khd.Core.Wcs/MainCentralControl.cs +++ b/src/Khd.Core.Wcs/MainCentralControl.cs @@ -62,7 +62,7 @@ namespace Khd.Core.Wcs StaticData.PlcDic.TryAdd(plcConfig.Code, plc); } } - + //创建定时器 SystemTimer systemTimer = new SystemTimer(_host); systemTimer.Start(); @@ -79,7 +79,7 @@ namespace Khd.Core.Wcs SecondFloorPoint secondFloorPoint = new(_host, 2); secondFloorPoint.StartPoint(); - //二层AGV + ////二层AGV SecondFloorAGV secondFloorAGV = new(_host, 2); secondFloorAGV.StartPoint();