|
|
|
@ -99,17 +99,6 @@ public class PileUploadChargeRecord : ASDU
|
|
|
|
|
[Property(360, 8)]
|
|
|
|
|
public byte EndYear { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 充电开始时间 秒-分-时-日-月-年
|
|
|
|
|
/// </summary>
|
|
|
|
|
public string StartTime { get; set; }
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 充电结束时间
|
|
|
|
|
/// </summary>
|
|
|
|
|
public string EndTime { get; set; }
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 1 枪充电前电能表数据
|
|
|
|
|
/// </summary>
|
|
|
|
@ -354,245 +343,537 @@ public class PileUploadChargeRecord : ASDU
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 时段8 标识
|
|
|
|
|
/// </summary>
|
|
|
|
|
[Property(992, 8)]
|
|
|
|
|
[Property(992, 8)] //976
|
|
|
|
|
public byte FlagOfTime8 { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 时段8 开始时间 时
|
|
|
|
|
/// </summary>
|
|
|
|
|
[Property(592 + 56 * 7 + 16, 8)]
|
|
|
|
|
public byte StartTime9 { get; set; }
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 时段8 开始时间 分
|
|
|
|
|
/// </summary>
|
|
|
|
|
[Property(600 + 56 * 7 + 16, 8)]
|
|
|
|
|
public byte StartTimeMinute9 { get; set; }
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 时段8 电量
|
|
|
|
|
/// </summary>
|
|
|
|
|
[Property(608 + 56 * 7 + 16, 32, PropertyReadConstant.Bit, 0.01, 2)]
|
|
|
|
|
public float ChargingPowerOfTime9 { get; set; }
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 时段8 标识
|
|
|
|
|
/// </summary>
|
|
|
|
|
[Property(640 + 56 * 7 + 16, 8)]
|
|
|
|
|
public byte FlagOfTime9 { get; set; }
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 时段8 开始时间 时
|
|
|
|
|
/// </summary>
|
|
|
|
|
[Property(648 + 56 * 7 + 16, 8)]
|
|
|
|
|
public byte StartTime10 { get; set; }
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 时段8 开始时间 分
|
|
|
|
|
/// </summary>
|
|
|
|
|
[Property(656 + 56 * 7 + 16, 8)]
|
|
|
|
|
public byte StartTimeMinute10 { get; set; }
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 时段8 电量
|
|
|
|
|
/// </summary>
|
|
|
|
|
[Property(664 + 56 * 7 + 16, 32, PropertyReadConstant.Bit, 0.01, 2)]
|
|
|
|
|
public float ChargingPowerOfTime10 { get; set; }
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 时段8 标识
|
|
|
|
|
/// </summary>
|
|
|
|
|
[Property(696 + 56 * 7 + 16, 8)]
|
|
|
|
|
public byte FlagOfTime10 { get; set; }
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 时段8 开始时间 时
|
|
|
|
|
/// </summary>
|
|
|
|
|
[Property(704 + 56 * 7 + 16, 8)]
|
|
|
|
|
public byte StartTime11 { get; set; }
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 时段8 开始时间 分
|
|
|
|
|
/// </summary>
|
|
|
|
|
[Property(712 + 56 * 7 + 16, 8)]
|
|
|
|
|
public byte StartTimeMinute11 { get; set; }
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 时段8 电量
|
|
|
|
|
/// </summary>
|
|
|
|
|
[Property(720 + 56 * 7 + 16, 32, PropertyReadConstant.Bit, 0.01, 2)]
|
|
|
|
|
public float ChargingPowerOfTime11 { get; set; }
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 时段8 标识
|
|
|
|
|
/// </summary>
|
|
|
|
|
[Property(752 + 56 * 7 + 16, 8)]
|
|
|
|
|
public byte FlagOfTime11 { get; set; }
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 时段8 开始时间 时
|
|
|
|
|
/// </summary>
|
|
|
|
|
[Property(760 + 56 * 7 + 16, 8)]
|
|
|
|
|
public byte StartTime12 { get; set; }
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 时段8 开始时间 分
|
|
|
|
|
/// </summary>
|
|
|
|
|
[Property(768 + 56 * 7 + 16, 8)]
|
|
|
|
|
public byte StartTimeMinute12 { get; set; }
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 时段8 电量
|
|
|
|
|
/// </summary>
|
|
|
|
|
[Property(776 + 56 * 7 + 16, 32, PropertyReadConstant.Bit, 0.01, 2)]
|
|
|
|
|
public float ChargingPowerOfTime12 { get; set; }
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 时段8 标识
|
|
|
|
|
/// </summary>
|
|
|
|
|
[Property(808 + 56 * 7 + 16, 8)]
|
|
|
|
|
public byte FlagOfTime12 { get; set; }
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 时段8 开始时间 时
|
|
|
|
|
/// </summary>
|
|
|
|
|
[Property(816 + 56 * 7 + 16, 8)]
|
|
|
|
|
public byte StartTime13 { get; set; }
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 时段8 开始时间 分
|
|
|
|
|
/// </summary>
|
|
|
|
|
[Property(824 + 56 * 7 + 16, 8)]
|
|
|
|
|
public byte StartTimeMinute13 { get; set; }
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 时段8 电量
|
|
|
|
|
/// </summary>
|
|
|
|
|
[Property(832 + 56 * 7 + 16, 32, PropertyReadConstant.Bit, 0.01, 2)]
|
|
|
|
|
public float ChargingPowerOfTime13 { get; set; }
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 时段8 标识
|
|
|
|
|
/// </summary>
|
|
|
|
|
[Property(864 + 56 * 7 + 16, 8)]
|
|
|
|
|
public byte FlagOfTime13 { get; set; }
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 时段8 开始时间 时
|
|
|
|
|
/// </summary>
|
|
|
|
|
[Property(872 + 56 * 7 + 16, 8)]
|
|
|
|
|
public byte StartTime14 { get; set; }
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 时段8 开始时间 分
|
|
|
|
|
/// </summary>
|
|
|
|
|
[Property(880 + 56 * 7 + 16, 8)]
|
|
|
|
|
public byte StartTimeMinute14 { get; set; }
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 时段8 电量
|
|
|
|
|
/// </summary>
|
|
|
|
|
[Property(888 + 56 * 7 + 16, 32, PropertyReadConstant.Bit, 0.01, 2)]
|
|
|
|
|
public float ChargingPowerOfTime14 { get; set; }
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 时段8 标识
|
|
|
|
|
/// </summary>
|
|
|
|
|
[Property(920 + 56 * 7 + 16, 8)]
|
|
|
|
|
public byte FlagOfTime14 { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 充电模式 0:站内充电 1:站外充电
|
|
|
|
|
/// </summary>
|
|
|
|
|
[Property(1000, 8)]
|
|
|
|
|
[Property(984 + 336 + 16, 8)]
|
|
|
|
|
public byte ChargeMode { get; set; }
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 启动模式 0: 站控启动 1:本地启动
|
|
|
|
|
/// </summary>
|
|
|
|
|
[Property(1008, 8)]
|
|
|
|
|
[Property(992 + 336 + 16, 8)]
|
|
|
|
|
public byte StartMode { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 充电前直流表值
|
|
|
|
|
/// </summary>
|
|
|
|
|
[Property(1016, 32, PropertyReadConstant.Bit, 0.01, 2)]
|
|
|
|
|
[Property(1000 + 336 + 16, 32, PropertyReadConstant.Bit, 0.01, 2)]
|
|
|
|
|
|
|
|
|
|
public float DcMeterDataBefore { get; set; }
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 充电后直流表值
|
|
|
|
|
/// </summary>
|
|
|
|
|
[Property(1048, 32, PropertyReadConstant.Bit, 0.01, 2)]
|
|
|
|
|
[Property(1032 + 336 + 16, 32, PropertyReadConstant.Bit, 0.01, 2)]
|
|
|
|
|
public float DcMeterDataAfter { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 充电前交流表值
|
|
|
|
|
/// </summary>
|
|
|
|
|
[Property(1080, 32, PropertyReadConstant.Bit, 0.01, 2)]
|
|
|
|
|
[Property(1064 + 336 + 16, 32, PropertyReadConstant.Bit, 0.01, 2)]
|
|
|
|
|
|
|
|
|
|
public float AcMeterDataBefore { get; set; }
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 充电后交流表值
|
|
|
|
|
/// </summary>
|
|
|
|
|
[Property(1112, 32, PropertyReadConstant.Bit, 0.01, 2)]
|
|
|
|
|
[Property(1096 + 336 + 16, 32, PropertyReadConstant.Bit, 0.01, 2)]
|
|
|
|
|
public float AcMeterDataAfter { get; set; }
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 本次充电交流表值
|
|
|
|
|
/// 交流表充电量
|
|
|
|
|
/// </summary>
|
|
|
|
|
[Property(1144, 32, PropertyReadConstant.Bit, 0.01, 2)]
|
|
|
|
|
[Property(1128 + 336 + 16, 32, PropertyReadConstant.Bit, 0.01, 2)]
|
|
|
|
|
public float AcMeterElecCount { get; set; }
|
|
|
|
|
|
|
|
|
|
#region 交流峰谷电
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 时段1 开始时间 时
|
|
|
|
|
/// </summary>
|
|
|
|
|
[Property(1176, 8)]
|
|
|
|
|
[Property(1160 + 336 + 16, 8)]
|
|
|
|
|
public byte AcStartTime1 { get; set; }
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 时段1 开始时间 分
|
|
|
|
|
/// </summary>
|
|
|
|
|
[Property(1184, 8)]
|
|
|
|
|
[Property(1168 + 336 + 16, 8)]
|
|
|
|
|
public byte AcStartTimeMinute1 { get; set; }
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 时段1 电量
|
|
|
|
|
/// </summary>
|
|
|
|
|
[Property(1192, 32, PropertyReadConstant.Bit, 0.01, 2)]
|
|
|
|
|
[Property(1176 + 336 + 16, 32, PropertyReadConstant.Bit, 0.01, 2)]
|
|
|
|
|
public float AcChargingPowerOfTime1 { get; set; }
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 时段1 标识
|
|
|
|
|
/// </summary>
|
|
|
|
|
[Property(1224, 8)]
|
|
|
|
|
[Property(1208 + 336 + 16, 8)]
|
|
|
|
|
public byte AcFlagOfTime1 { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 时段2 开始时间 时
|
|
|
|
|
/// </summary>
|
|
|
|
|
[Property(1232, 8)]
|
|
|
|
|
[Property(1160 + 56 + 336 + 16, 8)]
|
|
|
|
|
public byte AcStartTime2 { get; set; }
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 时段2 开始时间 分
|
|
|
|
|
/// </summary>
|
|
|
|
|
[Property(1240, 8)]
|
|
|
|
|
[Property(1168 + 56 + 336, 8)]
|
|
|
|
|
public byte AcStartTimeMinute2 { get; set; }
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 时段2 电量
|
|
|
|
|
/// </summary>
|
|
|
|
|
[Property(1248, 32, PropertyReadConstant.Bit, 0.01, 2)]
|
|
|
|
|
[Property(1176 + 56 + 336 + 16, 32, PropertyReadConstant.Bit, 0.01, 2)]
|
|
|
|
|
public float AcChargingPowerOfTime2 { get; set; }
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 时段2 标识
|
|
|
|
|
/// </summary>
|
|
|
|
|
[Property(1280, 8)]
|
|
|
|
|
[Property(1208 + 56 + 336 + 16, 8)]
|
|
|
|
|
public byte AcFlagOfTime2 { get; set; }
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 时段3 开始时间 时
|
|
|
|
|
/// </summary>
|
|
|
|
|
[Property(1288, 8)]
|
|
|
|
|
[Property(1160 + 56 * 2 + 336 + 16, 8)]
|
|
|
|
|
public byte AcStartTime3 { get; set; }
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 时段3 开始时间 分
|
|
|
|
|
/// </summary>
|
|
|
|
|
[Property(1296, 8)]
|
|
|
|
|
[Property(1168 + 56 * 2 + 336 + 16, 8)]
|
|
|
|
|
public byte AcStartTimeMinute3 { get; set; }
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 时段3 电量
|
|
|
|
|
/// </summary>
|
|
|
|
|
[Property(1304, 32, PropertyReadConstant.Bit, 0.01, 2)]
|
|
|
|
|
[Property(1176 + 56 * 2 + 336 + 16, 32, PropertyReadConstant.Bit, 0.01, 2)]
|
|
|
|
|
public float AcChargingPowerOfTime3 { get; set; }
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 时段3 标识
|
|
|
|
|
/// </summary>
|
|
|
|
|
[Property(1336, 8)]
|
|
|
|
|
[Property(1208 + 56 * 2 + 336 + 16, 8)]
|
|
|
|
|
public byte AcFlagOfTime3 { get; set; }
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 时段4 开始时间 时
|
|
|
|
|
/// </summary>
|
|
|
|
|
[Property(1344, 8)]
|
|
|
|
|
[Property(1160 + 56 * 3 + 336 + 16, 8)]
|
|
|
|
|
public byte AcStartTime4 { get; set; }
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 时段4 开始时间 分
|
|
|
|
|
/// </summary>
|
|
|
|
|
[Property(1352, 8)]
|
|
|
|
|
[Property(1168 + 56 * 3 + 336 + 16, 8)]
|
|
|
|
|
public byte AcStartTimeMinute4 { get; set; }
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 时段4 电量
|
|
|
|
|
/// </summary>
|
|
|
|
|
[Property(1360, 32, PropertyReadConstant.Bit, 0.01, 2)]
|
|
|
|
|
[Property(1176 + 56 * 3 + 336 + 16, 32, PropertyReadConstant.Bit, 0.01, 2)]
|
|
|
|
|
public float AcChargingPowerOfTime4 { get; set; }
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 时段4 标识
|
|
|
|
|
/// </summary>
|
|
|
|
|
[Property(1392, 8)]
|
|
|
|
|
[Property(1208 + 56 * 3 + 336 + 16, 8)]
|
|
|
|
|
public byte AcFlagOfTime4 { get; set; }
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 时段5 开始时间 时
|
|
|
|
|
/// </summary>
|
|
|
|
|
[Property(1400, 8)]
|
|
|
|
|
[Property(1160 + 56 * 4 + 336 + 16, 8)]
|
|
|
|
|
public byte AcStartTime5 { get; set; }
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 时段5 开始时间 分
|
|
|
|
|
/// </summary>
|
|
|
|
|
[Property(1408, 8)]
|
|
|
|
|
[Property(1168 + 56 * 4 + 336 + 16, 8)]
|
|
|
|
|
public byte AcStartTimeMinute5 { get; set; }
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 时段5 电量
|
|
|
|
|
/// </summary>
|
|
|
|
|
[Property(1416, 32, PropertyReadConstant.Bit, 0.01, 2)]
|
|
|
|
|
[Property(1176 + 56 * 4 + 336 + 16, 32, PropertyReadConstant.Bit, 0.01, 2)]
|
|
|
|
|
public float AcChargingPowerOfTime5 { get; set; }
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 时段5 标识
|
|
|
|
|
/// </summary>
|
|
|
|
|
[Property(1448, 8)]
|
|
|
|
|
[Property(1208 + 56 * 4 + 336 + 16, 8)]
|
|
|
|
|
public byte AcFlagOfTime5 { get; set; }
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 时段6 开始时间 时
|
|
|
|
|
/// </summary>
|
|
|
|
|
[Property(1456, 8)]
|
|
|
|
|
[Property(1160 + 56 * 5 + 336 + 16, 8)]
|
|
|
|
|
public byte AcStartTime6 { get; set; }
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 时段6 开始时间 分
|
|
|
|
|
/// </summary>
|
|
|
|
|
[Property(1464, 8)]
|
|
|
|
|
[Property(1168 + 56 * 5 + 336 + 16, 8)]
|
|
|
|
|
public byte AcStartTimeMinute6 { get; set; }
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 时段6 电量
|
|
|
|
|
/// </summary>
|
|
|
|
|
[Property(1472, 32, PropertyReadConstant.Bit, 0.01, 2)]
|
|
|
|
|
[Property(1176 + 56 * 5 + 336 + 16, 32, PropertyReadConstant.Bit, 0.01, 2)]
|
|
|
|
|
public float AcChargingPowerOfTime6 { get; set; }
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 时段6 标识
|
|
|
|
|
/// </summary>
|
|
|
|
|
[Property(1504, 8)]
|
|
|
|
|
[Property(1208 + 56 * 5 + 336 + 16, 8)]
|
|
|
|
|
public byte AcFlagOfTime6 { get; set; }
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 时段7 开始时间 时
|
|
|
|
|
/// </summary>
|
|
|
|
|
[Property(1512, 8)]
|
|
|
|
|
[Property(1160 + 56 * 6 + 336 + 16, 8)]
|
|
|
|
|
public byte AcStartTime7 { get; set; }
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 时段7 开始时间 分
|
|
|
|
|
/// </summary>
|
|
|
|
|
[Property(1520, 8)]
|
|
|
|
|
[Property(1168 + 56 * 6 + 336 + 16, 8)]
|
|
|
|
|
public byte AcStartTimeMinute7 { get; set; }
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 时段7 电量
|
|
|
|
|
/// </summary>
|
|
|
|
|
[Property(1528, 32, PropertyReadConstant.Bit, 0.01, 2)]
|
|
|
|
|
[Property(1176 + 56 * 6 + 336 + 16, 32, PropertyReadConstant.Bit, 0.01, 2)]
|
|
|
|
|
public float AcChargingPowerOfTime7 { get; set; }
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 时段7 标识
|
|
|
|
|
/// </summary>
|
|
|
|
|
[Property(1560, 8)]
|
|
|
|
|
[Property(1208 + 56 * 6 + 336 + 16, 8)]
|
|
|
|
|
public byte AcFlagOfTime7 { get; set; }
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 时段8 开始时间 时
|
|
|
|
|
/// </summary>
|
|
|
|
|
[Property(1568, 8)]
|
|
|
|
|
[Property(1160 + 56 * 7 + 336 + 16, 8)]
|
|
|
|
|
public byte AcStartTime8 { get; set; }
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 时段8 开始时间 分
|
|
|
|
|
/// </summary>
|
|
|
|
|
[Property(1572, 8)]
|
|
|
|
|
[Property(1168 + 56 * 7 + 336 + 16, 8)]
|
|
|
|
|
public byte AcStartTimeMinute8 { get; set; }
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 时段8 电量
|
|
|
|
|
/// </summary>
|
|
|
|
|
[Property(1580, 32, PropertyReadConstant.Bit, 0.01, 2)]
|
|
|
|
|
[Property(1176 + 56 * 7 + 336 + 16, 32, PropertyReadConstant.Bit, 0.01, 2)]
|
|
|
|
|
public float AcChargingPowerOfTime8 { get; set; }
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 时段8 标识
|
|
|
|
|
/// </summary>
|
|
|
|
|
[Property(1612, 8)]
|
|
|
|
|
[Property(1208 + 56 * 7 + 336 + 16, 8)]
|
|
|
|
|
public byte AcFlagOfTime8 { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 时段8 开始时间 时
|
|
|
|
|
/// </summary>
|
|
|
|
|
[Property(1216 + 56 * 7 + 336 + 16, 8)]
|
|
|
|
|
public byte AcStartTime9 { get; set; }
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 时段8 开始时间 分
|
|
|
|
|
/// </summary>
|
|
|
|
|
[Property(1224 + 56 * 7 + 336 + 16, 8)]
|
|
|
|
|
public byte AcStartTimeMinute9 { get; set; }
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 时段8 电量
|
|
|
|
|
/// </summary>
|
|
|
|
|
[Property(1232 + 56 * 7 + 336 + 16, 32, PropertyReadConstant.Bit, 0.01, 2)]
|
|
|
|
|
public float AcChargingPowerOfTime9 { get; set; }
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 时段8 标识
|
|
|
|
|
/// </summary>
|
|
|
|
|
[Property(1240 + 56 * 7 + 336 + 16, 8)]
|
|
|
|
|
public byte AcFlagOfTime9 { get; set; }
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 时段8 开始时间 时
|
|
|
|
|
/// </summary>
|
|
|
|
|
[Property(1248 + 56 * 7 + 336 + 16, 8)]
|
|
|
|
|
public byte AcStartTime10 { get; set; }
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 时段8 开始时间 分
|
|
|
|
|
/// </summary>
|
|
|
|
|
[Property(1256 + 56 * 7 + 336 + 16, 8)]
|
|
|
|
|
public byte AcStartTimeMinute10 { get; set; }
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 时段8 电量
|
|
|
|
|
/// </summary>
|
|
|
|
|
[Property(1264 + 56 * 7 + 336 + 16, 32, PropertyReadConstant.Bit, 0.01, 2)]
|
|
|
|
|
public float AcChargingPowerOfTime10 { get; set; }
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 时段8 标识
|
|
|
|
|
/// </summary>
|
|
|
|
|
[Property(1272 + 56 * 7 + 336 + 16, 8)]
|
|
|
|
|
public byte AcFlagOfTime10 { get; set; }
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 时段8 开始时间 时
|
|
|
|
|
/// </summary>
|
|
|
|
|
[Property(1280 + 56 * 7 + 336 + 16, 8)]
|
|
|
|
|
public byte AcStartTime11 { get; set; }
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 时段8 开始时间 分
|
|
|
|
|
/// </summary>
|
|
|
|
|
[Property(1288 + 56 * 7 + 336 + 16, 8)]
|
|
|
|
|
public byte AcStartTimeMinute11 { get; set; }
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 时段8 电量
|
|
|
|
|
/// </summary>
|
|
|
|
|
[Property(1296 + 56 * 7 + 336 + 16, 32, PropertyReadConstant.Bit, 0.01, 2)]
|
|
|
|
|
public float AcChargingPowerOfTime11 { get; set; }
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 时段8 标识
|
|
|
|
|
/// </summary>
|
|
|
|
|
[Property(1304 + 56 * 7 + 336 + 16, 8)]
|
|
|
|
|
public byte AcFlagOfTime11 { get; set; }
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 时段8 开始时间 时
|
|
|
|
|
/// </summary>
|
|
|
|
|
[Property(1312 + 56 * 7 + 336 + 16, 8)]
|
|
|
|
|
public byte AcStartTime12 { get; set; }
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 时段8 开始时间 分
|
|
|
|
|
/// </summary>
|
|
|
|
|
[Property(1320 + 56 * 7 + 336 + 16, 8)]
|
|
|
|
|
public byte AcStartTimeMinute12 { get; set; }
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 时段8 电量
|
|
|
|
|
/// </summary>
|
|
|
|
|
[Property(1328 + 56 * 7 + 336 + 16, 32, PropertyReadConstant.Bit, 0.01, 2)]
|
|
|
|
|
public float AcChargingPowerOfTime12 { get; set; }
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 时段8 标识
|
|
|
|
|
/// </summary>
|
|
|
|
|
[Property(1336 + 56 * 7 + 336 + 16, 8)]
|
|
|
|
|
public byte AcFlagOfTime12 { get; set; }
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 时段8 开始时间 时
|
|
|
|
|
/// </summary>
|
|
|
|
|
[Property(1344 + 56 * 7 + 336 + 16, 8)]
|
|
|
|
|
public byte AcStartTime13 { get; set; }
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 时段8 开始时间 分
|
|
|
|
|
/// </summary>
|
|
|
|
|
[Property(1352 + 56 * 7 + 336 + 16, 8)]
|
|
|
|
|
public byte AcStartTimeMinute13 { get; set; }
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 时段8 电量
|
|
|
|
|
/// </summary>
|
|
|
|
|
[Property(1360 + 56 * 7 + 336 + 16, 32, PropertyReadConstant.Bit, 0.01, 2)]
|
|
|
|
|
public float AcChargingPowerOfTime13 { get; set; }
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 时段8 标识
|
|
|
|
|
/// </summary>
|
|
|
|
|
[Property(1368 + 56 * 7 + 336 + 16, 8)]
|
|
|
|
|
public byte AcFlagOfTime13 { get; set; }
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 时段8 开始时间 时
|
|
|
|
|
/// </summary>
|
|
|
|
|
[Property(1376 + 56 * 7 + 336 + 16, 8)]
|
|
|
|
|
public byte AcStartTime14 { get; set; }
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 时段8 开始时间 分
|
|
|
|
|
/// </summary>
|
|
|
|
|
[Property(1384 + 56 * 7 + 336 + 16, 8)]
|
|
|
|
|
public byte AcStartTimeMinute14 { get; set; }
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 时段8 电量
|
|
|
|
|
/// </summary>
|
|
|
|
|
[Property(1392 + 56 * 7 + 336 + 16, 32, PropertyReadConstant.Bit, 0.01, 2)]
|
|
|
|
|
public float AcChargingPowerOfTime14 { get; set; }
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 时段8 标识
|
|
|
|
|
/// </summary>
|
|
|
|
|
[Property(1400 + 56 * 7 + 336 + 16, 8)] //2144
|
|
|
|
|
public byte AcFlagOfTime14 { get; set; }
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
}
|