This commit is contained in:
GukSang.Jin
2026-05-18 14:23:00 +08:00
parent 2394fe5c84
commit 2619f9ba60

View File

@@ -19,6 +19,9 @@
public ushort HardnessBack { get; set; } public ushort HardnessBack { get; set; }
public ushort HardnessShishilizhi { get; set; } public ushort HardnessShishilizhi { get; set; }
// 兼容旧代码:硬度完成线圈与溶出或硬度实时值寄存器地址
public ushort HardnessCompleteCoil { get; set; }
public ushort HardnessPoSun { get; set; }
// 脆碎度 // 脆碎度
public ushort FriabilityStartCoil { get; set; } public ushort FriabilityStartCoil { get; set; }
public ushort WeightBefore { get; set; } // 天平重量寄存器(可选) public ushort WeightBefore { get; set; } // 天平重量寄存器(可选)