From 2619f9ba60e098da66cadd48a8f91909c659e554 Mon Sep 17 00:00:00 2001 From: "GukSang.Jin" Date: Mon, 18 May 2026 14:23:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Models/PlcConfiguration.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Models/PlcConfiguration.cs b/Models/PlcConfiguration.cs index ab53c52..b080257 100644 --- a/Models/PlcConfiguration.cs +++ b/Models/PlcConfiguration.cs @@ -19,6 +19,9 @@ public ushort HardnessBack { get; set; } public ushort HardnessShishilizhi { get; set; } + // 兼容旧代码:硬度完成线圈与溶出或硬度实时值寄存器地址 + public ushort HardnessCompleteCoil { get; set; } + public ushort HardnessPoSun { get; set; } // 脆碎度 public ushort FriabilityStartCoil { get; set; } public ushort WeightBefore { get; set; } // 天平重量寄存器(可选)