|
@@ -439,7 +439,8 @@ struct ChargingInfoData
|
|
|
float PresentChargingVoltageL2; //0~6553.5 volt
|
|
|
float PresentChargingVoltageL3; //0~6553.5 volt
|
|
|
float PresentChargingCurrentL2; //0~6553.5 amp
|
|
|
- float PresentChargingCurrentL3; //0~6553.5 amp
|
|
|
+ float PresentChargingCurrentL3; //0~6553.5 amp
|
|
|
+ char RemoteStartFlag;
|
|
|
};
|
|
|
|
|
|
struct SysInfoData
|
|
@@ -800,7 +801,7 @@ char AlarmStatusCode[128][6]=
|
|
|
"012290", // GBT output UVP
|
|
|
"012291", // Self test Failed due to communication of GBTboard failure
|
|
|
"012292", // Self test Failed due to communication of AC failure
|
|
|
- "012293", // Reserved
|
|
|
+ "012293", // Self test Failed due to communication of Ledboard failure
|
|
|
"012294", // Ac input OVP
|
|
|
"012295", // Ac input UVP
|
|
|
"012296", // CHAdeMO groundfault detection - warning
|
|
@@ -925,7 +926,7 @@ struct AlarmCodeData
|
|
|
unsigned char GbtOutputUVPFail :1; //bit 2
|
|
|
unsigned char GbtboardStestFail :1; //bit 3
|
|
|
unsigned char AcConnectorStestFail:1; //bit 4
|
|
|
- unsigned char :1; //bit 5
|
|
|
+ unsigned char LedboardStestFail:1; //bit 5
|
|
|
unsigned char AcSystemInputOVP:1; //bit 6
|
|
|
unsigned char AcSystemInputUVP:1; //bit 7
|
|
|
//AlarmVal[12]
|