瀏覽代碼

更新 'EVSE/Projects/define.h'

1. 新增 4 members to ChargingInfoData struct : Index, Type, type_index, EvBatterytargetCurrent
8059 5 年之前
父節點
當前提交
cd4600edd4
共有 1 個文件被更改,包括 5 次插入1 次删除
  1. 5 1
      EVSE/Projects/define.h

+ 5 - 1
EVSE/Projects/define.h

@@ -145,6 +145,9 @@ struct SysConfigData
 
 struct ChargingInfoData 
 {
+    unsigned char 		Index;
+	unsigned char 		Type;	// 0 : Chademo, 1 : CCS, 2: GB
+	unsigned char 		type_index;
 	unsigned char		SystemStatus;				//0: Booting, 1: idle, 2: authorizing, 3: preparing, 4: charging, 5: terminating, 6: alarm, 7: fault		
 	float				MaximumChargingVoltage;	//0~6553.5 volt
 	float				AvailableChargingCurrent;	//0~6553.5 amp		
@@ -156,7 +159,8 @@ struct ChargingInfoData
 	int				PresentChargedDuration;	// second		
 	int				RemainChargingDuration;	// second		
 	float				EvBatteryMaxVoltage;		// 0~6553.5 volt				
-	float				EvBatterytargetVoltage;		// 0~6553.5 volt				
+	float				EvBatterytargetVoltage;		// 0~6553.5 volt
+   	float 			EvBatterytargetCurrent; //102.3	0~200(A) (unit:1A)
 	int				EvBatterySoc;				// 0~100%		
 	unsigned char 		ConnectorPlugIn;			//0: unplug, 1: Plug-in	
 	float 			PilotVoltage;