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();