|
@@ -5683,7 +5683,13 @@ void proccessEndOfChargingForPtbMeter(uint8_t gun_index)
|
|
|
setPtbMeterPermission(gun_index, PERMISSION_END_CHARGING);
|
|
|
|
|
|
if((getDiffSecNow(startTime[gun_index][TMR_IDX_PTB_METER_MESSAGE]) >= 6) && (getDiffSecNow(startTime[gun_index][TMR_IDX_PTB_METER_MESSAGE]) <= 9))
|
|
|
+ {
|
|
|
ShmCharger->gun_info[gun_index].isGetPtbMeterMessage = ON;
|
|
|
+
|
|
|
+ // After 6 seconds Relay off & PWM off (specifcation)
|
|
|
+ setRelay(gun_index, OFF);
|
|
|
+ setRequest(gun_index, OFF);
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
|