using HybirdFrameworkDriver.ModbusTcpMaster; namespace Service.Plc.Msg { public class PlcFault { public ModbusProperty ErrorCode01 { get; set; } = new(40701,length :2, value: 0); // 错误码 public ModbusProperty ErrorCode02 { get; set; } = new(40703,length :2, value: 0); // 错误码 public ModbusProperty ErrorCode03 { get; set; } = new(40705,length :2, value: 0); // 错误码 public ModbusProperty ErrorCode04 { get; set; } = new(40707,length :2, value: 0); // 错误码 public ModbusProperty ErrorCode05 { get; set; } = new(40709, length: 2, value: 0); // 错误码 public ModbusProperty ErrorCode06 { get; set; } = new(40711, length: 2, value: 0); // 错误码 public ModbusProperty ErrorCode07 { get; set; } = new(40713, length: 2, value: 0); // 错误码 public ModbusProperty ErrorCode08 { get; set; } = new(40715, length: 2, value: 0); // 错误码 public ModbusProperty ErrorCode09 { get; set; } = new(40717, length: 2, value: 0); // 错误码 public ModbusProperty ErrorCode10 { get; set; } = new(40719, length: 2, value: 0); // 错误码 public ModbusProperty ErrorCode11 { get; set; } = new(40721, length: 2, value: 0); // 错误码 public ModbusProperty ErrorCode12 { get; set; } = new(40723, length: 2, value: 0); // 错误码 public ModbusProperty ErrorCode13 { get; set; } = new(40725, length: 2, value: 0); // 错误码 public ModbusProperty ErrorCode14 { get; set; } = new(40727, length: 2, value: 0); // 错误码 public ModbusProperty ErrorCode15 { get; set; } = new(40729, length: 2, value: 0); // 错误码 public ModbusProperty ErrorCode16 { get; set; } = new(40731, length: 2, value: 0); // 错误码 } }