浏览代码

2020-02-07 / Alston Lin

Actions
1. to check psu resouce count error item

Files
1. As follow commit history
Alston 5 年之前
父节点
当前提交
6761729283
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      EVSE/Projects/define.h

+ 2 - 2
EVSE/Projects/define.h

@@ -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