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