|
|
using System;
|
|
|
using System.Collections.Generic;
|
|
|
using System.Linq;
|
|
|
using System.Text;
|
|
|
using System.Threading.Tasks;
|
|
|
|
|
|
namespace BatCharging.Model
|
|
|
{
|
|
|
public class CMD110
|
|
|
{
|
|
|
/// <summary>
|
|
|
/// 预留
|
|
|
/// </summary>
|
|
|
public UInt16 value01 { get; set; }
|
|
|
/// <summary>
|
|
|
/// 预留
|
|
|
/// </summary>
|
|
|
public UInt16 value02 { get; set; }
|
|
|
/// <summary>
|
|
|
/// 充电桩编码 32
|
|
|
/// </summary>
|
|
|
public string value03 { get;set; }
|
|
|
/// <summary>
|
|
|
/// 充电枪号
|
|
|
/// </summary>
|
|
|
public byte value04 { get; set; }
|
|
|
/// <summary>
|
|
|
/// 充电失败原因 0成功
|
|
|
/// </summary>
|
|
|
public UInt32 value05 { get; set; }
|
|
|
/// <summary>
|
|
|
/// 发送此报文原因
|
|
|
/// </summary>
|
|
|
public UInt16 value06 { get; set; }
|
|
|
/// <summary>
|
|
|
/// 预留
|
|
|
/// </summary>
|
|
|
public UInt16 value07 { get; set; }
|
|
|
/// <summary>
|
|
|
/// 预留
|
|
|
/// </summary>
|
|
|
public UInt32 value08 { get; set; }
|
|
|
/// <summary>
|
|
|
/// BRM-BMS 通讯协议版本号 3
|
|
|
/// </summary>
|
|
|
public string value09 {get;set; }
|
|
|
/// <summary>
|
|
|
/// BRM-电池类型
|
|
|
/// <para>0x01-铅酸电池,</para>
|
|
|
/// <para>0x02-镍氢电池,</para>
|
|
|
/// <para>0x03-磷酸铁锂电池,</para>
|
|
|
/// <para>0x04-锰酸锂电池,</para>
|
|
|
/// <para>0x05-钴酸锂电池,</para>
|
|
|
/// <para>0x06- 三元次料电池,</para>
|
|
|
/// <para>0x07-聚合物锂离子电池,</para>
|
|
|
/// <para>0x08-钛酸锂电池,</para>
|
|
|
/// <para>0xff-其他电池</para>
|
|
|
/// </summary>
|
|
|
public byte value10 { get; set; }
|
|
|
/// <summary>
|
|
|
/// BRM-整车动力蓄电池系统额定容量/Ah
|
|
|
/// </summary>
|
|
|
public UInt32 value11 { get; set; }
|
|
|
/// <summary>
|
|
|
/// BRM-整车动力蓄电池系统额定总电压/V
|
|
|
/// </summary>
|
|
|
public UInt32 value12 { get; set; }
|
|
|
/// <summary>
|
|
|
/// BRM-电池生产厂商
|
|
|
/// </summary>
|
|
|
public UInt32 value13 { get; set; }
|
|
|
/// <summary>
|
|
|
/// BRM-电池组序号
|
|
|
/// </summary>
|
|
|
public UInt32 value14 { get; set; }
|
|
|
/// <summary>
|
|
|
/// BRM-电池组生厂日期:年
|
|
|
/// 如 0x07 0xdf 表示 2015
|
|
|
/// </summary>
|
|
|
public UInt16 value15 { get; set; }
|
|
|
/// <summary>
|
|
|
/// BRM-电池组生厂日期:月
|
|
|
/// </summary>
|
|
|
public byte value16 { get; set; }
|
|
|
/// <summary>
|
|
|
/// BRM-电池组生厂日期:日
|
|
|
/// </summary>
|
|
|
public byte value17 { get; set; }
|
|
|
/// <summary>
|
|
|
/// BRM-电池组充电次数
|
|
|
/// </summary>
|
|
|
public UInt32 value18 { get; set; }
|
|
|
/// <summary>
|
|
|
/// BRM-电池组产权标识
|
|
|
/// <para>0X01-表示租赁</para>
|
|
|
/// <para>0x01 表示车自有</para>
|
|
|
/// </summary>
|
|
|
public byte value19 { get; set; }
|
|
|
/// <summary>
|
|
|
/// 预留
|
|
|
/// </summary>
|
|
|
public byte value20 { get; set; }
|
|
|
/// <summary>
|
|
|
/// BRM-车辆识别码 vin 17
|
|
|
/// </summary>
|
|
|
public string value21 { get; set; }
|
|
|
/// <summary>
|
|
|
/// BRM-BMS 软件版本号
|
|
|
///
|
|
|
/// Byte1 表示版本流水号:
|
|
|
/// 0x01~0xfe;
|
|
|
/// byte2 表示日:0x01 表示 1日;
|
|
|
/// byte3:0x01 表示 1 月;
|
|
|
/// byte4 和 byte5 表示年:0x07
|
|
|
/// 0xdf 表示 2015 年;
|
|
|
/// Byte6和byte7、byte8预留,
|
|
|
/// 填 0xffffff
|
|
|
/// </summary>
|
|
|
public string value22 { get; set; }
|
|
|
/// <summary>
|
|
|
/// BCP-单体动力蓄电池最高允许充电电压
|
|
|
/// </summary>
|
|
|
public float value23 { get; set; }
|
|
|
/// <summary>
|
|
|
/// BCP-最高允许充电电流
|
|
|
/// </summary>
|
|
|
public float value24 { get; set; }
|
|
|
/// <summary>
|
|
|
/// BCP-动力蓄电池标称总能量
|
|
|
/// </summary>
|
|
|
public float value25 { get; set; }
|
|
|
/// <summary>
|
|
|
/// BCP-最高允许充电总电压
|
|
|
/// </summary>
|
|
|
public float value26 { get; set; }
|
|
|
/// <summary>
|
|
|
/// BCP-最高允许温度
|
|
|
/// </summary>
|
|
|
public byte value27 { get; set; }
|
|
|
/// <summary>
|
|
|
/// BCP-整车动力蓄电池荷电状态
|
|
|
/// </summary>
|
|
|
public float value28 { get; set; }
|
|
|
/// <summary>
|
|
|
/// BCP-整车动力蓄电池当前电池电压
|
|
|
/// </summary>
|
|
|
public float value29 { get; set; }
|
|
|
/// <summary>
|
|
|
/// 充电流水号 32
|
|
|
/// </summary>
|
|
|
public string value30 { get; set; }
|
|
|
}
|
|
|
}
|