提交 5dd57d55 作者: wysheng

根据小桔反馈增加上报信息

上级 e12903e0
......@@ -282,6 +282,7 @@ typedef enum
eChgStop_PillarReady_NoVolt= 100,
eChgStop_Conf_BatVoltLessPillarMinVolt = 101,
eChgStop_PillarReady_UniContactor,
eChgStop_BatVoltOverBatMax,
}EnumChgStopType;
......@@ -353,7 +354,12 @@ typedef union
u32 PutBack : 1;
u32 OutShort : 1;
u32 UniContactor1: 1;//据动,误动
u32 UniContactor2: 1;//粘连
u32 ACContactor1 : 1;//据动,误动
u32 ACContactor2 : 1;//粘连
u32 Contactor1 : 1;//据动,误动
u32 Contactor2 : 1;//粘连
}Value;
}UnionPillarError;
......@@ -367,6 +373,15 @@ typedef union
u32 IsolateError : 1;
u32 VoltOutError : 1;
u32 CurrtOutError : 1;
u32 TempError : 1; //桩内温度错误
u32 TempWarn : 1; //桩内温度告警
u32 GunTempError : 1; //枪/充电接口温度错误
u32 GunTempWarn : 1; //枪/充电接口温度告警
u32 DrainError :1; //泄放回路故障
u32 DCMoudleOnTimeOut :1; //充电模块开机超时
u32 Bcp : 1;//BCP 报文数据项异常
u32 Bsm : 1;//动力蓄电池状态信息(BSM)超时
}Value;
}UnionChgError;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论