Browse Source

2020-05-17 / Alston Lin

Actions
1. Add DividChargingCurrent item for convert maximum charging to average charging
2. Add an item to distinguish error of the same connector type

Files
1. As follow commit history
Alston 4 năm trước cách đây
mục cha
commit
22d2b1189a
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      EVSE/Projects/define.h

+ 4 - 0
EVSE/Projects/define.h

@@ -377,6 +377,7 @@ struct ChargingInfoData
 	float MaximumChargingVoltage;	//0~6553.5 volt
 	float AvailableChargingCurrent;	//0~6553.5 amp
 	float AvailableChargingPower;	//0~6553.5 kW
+	float DividChargingCurrent;		//0~6553.5 amp
 	float DeratingChargingCurrent;  //0~6553.5 amp
 	float DeratingChargingPower;	//0~6553.5 kW
 	float FuseChargingVoltage;		//0~6553.5 volt
@@ -427,6 +428,9 @@ struct ChargingInfoData
 	float 				RealMaxVoltage;
 	float				RealMaxCurrent;
 	float 				RealMaxPower;
+	unsigned char 		ConnectorWarningCode[7];
+	unsigned char 		ConnectorAlarmCode[7];
+	unsigned char 		EvConnAlarmCode[7];
 };
 
 struct SysInfoData