From 6d221df494398da0876939d2947e627d2602ae62 Mon Sep 17 00:00:00 2001 From: anerx <512464164@qq.com> Date: Mon, 14 Apr 2025 16:11:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0BUG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Seyounth.Hyosung.Core/Plc/HyosungPlcService.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Seyounth.Hyosung.Core/Plc/HyosungPlcService.cs b/Seyounth.Hyosung.Core/Plc/HyosungPlcService.cs index 5e8beb9..60473d5 100644 --- a/Seyounth.Hyosung.Core/Plc/HyosungPlcService.cs +++ b/Seyounth.Hyosung.Core/Plc/HyosungPlcService.cs @@ -152,9 +152,8 @@ public class HyosungPlcService(ILogger logger) : IHyosungPlcS await _writer.WriteShortsAsync(13050, [1, 1, 1, 2]); else { + await _writer.WriteShortsAsync(13050, [1, 1, 1, 1]); await _writer.WriteShortsAsync(13056, 2); - //todo:此处是写副标签的,后续测试无问题则需要修改此处 - await _writer.WriteShortsAsync(13052, 1); } }