From 511939126a02eed5487aae0e4aed123740458da5 Mon Sep 17 00:00:00 2001 From: lxw Date: Wed, 5 Jun 2024 13:48:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9plc=E5=87=BA=E5=8F=A3?= =?UTF-8?q?=E9=9B=B7=E8=BE=BE=E5=B1=8F=E8=94=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Service/Execute/Step/SwapDoneState.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Service/Execute/Step/SwapDoneState.cs b/Service/Execute/Step/SwapDoneState.cs index 425c7b7..9269943 100644 --- a/Service/Execute/Step/SwapDoneState.cs +++ b/Service/Execute/Step/SwapDoneState.cs @@ -116,7 +116,7 @@ public class SwapDoneState : IState return Invoker.Invoke("wait exist radar", 1000, 5, machine.IsCanceled, () => machine.RadarOutFlag, () => { - if (!PlcApi.ExitRadar()) + if (PlcApi.ExitRadar()) { _log.Info("exist radar false");