|
@@ -566,7 +566,7 @@ char AlarmStatusCode[128][6]=
|
|
|
"012276", // PSU Three Phase Input Inadequate
|
|
|
"012277", // PSU Three Phase Onput Imbalance
|
|
|
"012278", // PSU Ffc Side ShutDown
|
|
|
- "012279", //Reserved
|
|
|
+ "012279", // NO PSU Resource
|
|
|
"012280", // Self test Failed due to communication of Relayboard failure
|
|
|
"012281", // Self test Failed due to communication of Fanboard failure
|
|
|
"012282", // Self test Failed due to communication of Primary failure
|
|
@@ -673,7 +673,7 @@ struct AlarmCodeData
|
|
|
unsigned char PsuThreePhaseInputInadequate :1; //bit 4
|
|
|
unsigned char PsuThreePhaseOnputImbalance :1; //bit 5
|
|
|
unsigned char PsuFfcSideShutDown :1; //bit 6
|
|
|
- unsigned char :1;
|
|
|
+ unsigned char PsuNoResource:1;
|
|
|
//AlarmVal[10]
|
|
|
unsigned char RelayboardStestFail :1; //bit 0
|
|
|
unsigned char FanboardStestFail :1; //bit 1
|