From 79b8968d8e292e9ecf4b668c70ee55c1ce2de609 Mon Sep 17 00:00:00 2001 From: zby <2494737567@qq.com> Date: Sat, 19 Oct 2024 08:25:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8B=E5=8F=91=E4=BB=BB=E5=8A=A1=E4=B8=8D?= =?UTF-8?q?=E6=89=A7=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Service/Execute/Step/DoSwappingState.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Service/Execute/Step/DoSwappingState.cs b/Service/Execute/Step/DoSwappingState.cs index 1f451ea..6dbba65 100644 --- a/Service/Execute/Step/DoSwappingState.cs +++ b/Service/Execute/Step/DoSwappingState.cs @@ -132,7 +132,7 @@ public class DoSwappingState : IState { if (ClientMgr.PlcClient.IsTaskFree()) { - ClientMgr.PlcClient.ExChangeTaskNo(1); + // ClientMgr.PlcClient.ExChangeTaskNo(1); var startSwapping = PlcApi.StartSwapping(machine.SwapOrderBatteryInfo.InBinInfo.No, machine.SwapOrderBatteryInfo.UpBinInfo.No);