|
@@ -574,7 +574,7 @@ char AlarmStatusCode[128][6]=
|
|
|
"012284", // Self test Failed due to communication of CCSboard failure
|
|
|
"012285", // Self test Failed due to AC Contact failure
|
|
|
"012286", // Self test Failed due to communication of PSU failure
|
|
|
- "012287", //Reserved
|
|
|
+ "012287", // Self test Failed due to Model name is none match
|
|
|
};
|
|
|
struct AlarmCodeData
|
|
|
{
|
|
@@ -682,7 +682,7 @@ struct AlarmCodeData
|
|
|
unsigned char CCSboardStestFail :1; //bit 4
|
|
|
unsigned char AcContactStestFail :1; //bit 5
|
|
|
unsigned char PsuModuleStestFail :1; //bit 6
|
|
|
- unsigned char :1; //bit 7 //bit 7
|
|
|
+ unsigned char ModelNameNoneMatchStestFail:1; //bit 7
|
|
|
}bits;
|
|
|
}AlarmEvents;
|
|
|
};
|