浏览代码

2020-06-11 / Alston Lin

Actions
1. Add led failed check items in self-test

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

+ 4 - 4
EVSE/Projects/define.h

@@ -796,7 +796,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
@@ -917,9 +917,9 @@ 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 AcSystemInputOVP:1;									//bit 6
-			unsigned char AcSystemInputUVP:1;									//bit 7
+			unsigned char LedboardStestFail:1;					//bit 5
+			unsigned char AcSystemInputOVP:1;					//bit 6
+			unsigned char AcSystemInputUVP:1;					//bit 7
 			//AlarmVal[12]
 			unsigned char ChademoGroundWarning :1;					//bit 0
 			unsigned char CcsGroundfaultWarning :1;					//bit 1