|
@@ -551,12 +551,11 @@ struct SysConfigData
|
|
|
/************PowerCabinet************/
|
|
|
WiringInfoData WiringInfo;
|
|
|
|
|
|
- unsigned char OcppReceiptrURL[512]; // Charging receipt display URL
|
|
|
- unsigned char isAuthrizeByEVCCID; // is Authorize by EVCCID (CCS)
|
|
|
- unsigned char MaintainServerURL[512]; // ws: non-secure OCPP 1.6-J, wss: secure OCPP 1.6-J"
|
|
|
- unsigned char MaintainServerSecurityProfile; // Maintain server security profile 0~3
|
|
|
- unsigned char MaintainServerSecurityPassword[41]; // Maintain server AuthorizationKey for security profile
|
|
|
-
|
|
|
+ unsigned char OcppReceiptrURL[512]; // Charging receipt display URL
|
|
|
+ unsigned char isAuthrizeByEVCCID; // is Authorize by EVCCID (CCS)
|
|
|
+ unsigned char MaintainServerURL[512]; // ws: non-secure OCPP 1.6-J, wss: secure OCPP 1.6-J"
|
|
|
+ unsigned char MaintainServerSecurityProfile; // Maintain server security profile 0~3
|
|
|
+ unsigned char MaintainServerSecurityPassword[41]; // Maintain server AuthorizationKey for security profile
|
|
|
};
|
|
|
|
|
|
struct ChargingInfoData
|
|
@@ -583,7 +582,7 @@ struct ChargingInfoData
|
|
|
float PresentChargingCurrent; // unit: 1A
|
|
|
float PresentChargingPower; //0~6553.5 kW
|
|
|
float PresentChargedEnergy; //0~6553.5 kWh
|
|
|
- float presentChargedEnergyPeriod[24]; // Session present charged energy at each period
|
|
|
+ float presentChargedEnergyPeriod[24]; // Session present charged energy at each period
|
|
|
int PresentChargedDuration; // second
|
|
|
int RemainChargingDuration; // second
|
|
|
float EvBatteryMaxVoltage; // 0~6553.5 volt
|
|
@@ -948,7 +947,7 @@ struct SysInfoData
|
|
|
unsigned char InternetConn; //0: disconnected, 1: connected
|
|
|
/**************Backend***************/
|
|
|
unsigned char OcppConnStatus; //0: disconnected, 1: connected
|
|
|
- unsigned char MaintainServerConnStatus; //0: disconnected, 1: connected
|
|
|
+ unsigned char MaintainServerConnStatus; //0: disconnected, 1: connected
|
|
|
char OrderCharging;
|
|
|
float MaxChargingProfilePower; // unit: 1W
|
|
|
/**************Alston***************/
|
|
@@ -1303,7 +1302,7 @@ char AlarmStatusCode[160][6]=
|
|
|
"012324", // Connector 1 detects abnormal voltage on the output line
|
|
|
"012325", // Connector 2 detects abnormal voltage on the output line
|
|
|
"012326", // System task is lost
|
|
|
- "012327", // reserved
|
|
|
+ "012327", // DC input ovp
|
|
|
"012328", // reserved
|
|
|
"012329", // reserved
|
|
|
"012330", // reserved
|
|
@@ -1488,7 +1487,7 @@ struct AlarmCodeData
|
|
|
unsigned char AbnormalVoltageOnOutputLine_1:1; //bit 4
|
|
|
unsigned char AbnormalVoltageOnOutputLine_2:1; //bit 5
|
|
|
unsigned char SystemTaskLost:1; //bit 6
|
|
|
- unsigned char Reserved:1; //bit 7
|
|
|
+ unsigned char DcInputOVP:1; //bit 7
|
|
|
//AlarmVal[16]
|
|
|
unsigned char :8; //reserved bit 0 ~ bit 7
|
|
|
//AlarmVal[17]
|