|
@@ -5998,6 +5998,10 @@ int main(void)
|
|
|
refreshStartTimer(&startChargingTime[gun_index]);
|
|
|
setChargerMode(gun_index, SYS_MODE_CHARGING);
|
|
|
}
|
|
|
+ else if(ShmCharger->gun_info[gun_index].primaryMcuState.socket_e.isSocketEPinOn == ON)
|
|
|
+ {
|
|
|
+ setRequest(gun_index, ON);
|
|
|
+ }
|
|
|
|
|
|
// Unplug charging gun to Idle mode
|
|
|
if((ShmSysConfigAndInfo->SysInfo.AcChargingData[gun_index].PilotState == CP_STATE_A) && (ShmCharger->gun_info[gun_index].isGunPlugged == YES))
|