This commit is contained in:
@@ -30,8 +30,8 @@ public class PlcRegisterAddresses
|
||||
// 计算结果寄存器(浮点数)
|
||||
public ushort ThermalConductivity { get; set; } = 40001;
|
||||
public ushort ThermalDiffusivity { get; set; } = 40003;
|
||||
public ushort StartCommand { get; set; } = 40010;
|
||||
public ushort ResetCommand { get; set; } = 40011;
|
||||
public ushort StartCommand { get; set; } = 4;
|
||||
public ushort ResetCommand { get; set; } = 4;
|
||||
|
||||
// 线圈地址(注意:Modbus 线圈地址通常从 0 开始,但用户给出的 M1300 等可能是实际地址)
|
||||
public ushort PressureCalibrationCoil { get; set; } = 1300;
|
||||
|
||||
Reference in New Issue
Block a user