|
@@ -1532,7 +1532,7 @@ char AlarmStatusCode[160][6]=
|
|
|
"012340", // reserved
|
|
|
"012341", // reserved
|
|
|
"012342", // reserved
|
|
|
- "012343", // reserved
|
|
|
+ "012343", // Tilt sensor self-test failed
|
|
|
"012344", // AC: Meter IC communication timeout
|
|
|
"012345", // AC: Pilot negative error
|
|
|
"012346", // Psu Communication error with CSU
|
|
@@ -1711,7 +1711,8 @@ struct AlarmCodeData
|
|
|
unsigned char PsuPhaseOvp:1; //bit 5
|
|
|
unsigned char :2; //reserved bit 6 ~ bit 7
|
|
|
//AlarmVal[17]
|
|
|
- unsigned char :8; //reserved bit 0 ~ bit 7
|
|
|
+ unsigned char :7; //reserved bit 0 ~ bit 6
|
|
|
+ unsigned char TiltSensorStestFail:1; //reserved bit 7
|
|
|
//AlarmVal[18]
|
|
|
unsigned char MeterIcCommTimeout:1; //bit 0
|
|
|
unsigned char PilotNegativeError:1; //bit 1
|