Thanks for chiming in @SammysHP! ![]()
By “reducing current at the end”, you mean using the “DISCHARGE REDUCE” setting, so that when the charger reaches “TARGET VOLTAGE”, it then enters constant voltage charging and therefore starts reducing current to keep the battery at that voltage, until the current being supplied goes down to the “DISCHARGE REDUCE” value, correct?
What I’ve been doing with NiMH batteries is to set “DISCHARGE REDUCE” to exactly the same value as “DISCHARGE CURRENT”, therefore effectively disabling the constant voltage charging phase at the end. This is aligned with the recommendation indicated in the “NiMH Eneloop AA” tab of the excellent MC3000_Program_Guide_v1.0 by @SYZYGY and with what I determined to be consensus in multiple forums/subreddits conversations.
Do you suggest I set it to something else instead in order to enable the constant voltage charging phase at the end? If yes, to how much?
BTW, in case it’s important or you’re just curious, here’s the complete program configuration I’m now using for the current C>D cycle testing:
{[...]'battery_type': 'ni-mh/cd', 'task': 'cycle', 'cycle_mode': 'cd', 'cycle_counts': '10',
'capacity': '2400', 'current_pre': '50', 'current_charge': '750', 'voltage_target': '1650',
'deltapeak': '3', 'voltage_pre': '1000', 'time_pre_cut': '180', 'time_charge': '460',
'voltage_discharge_cut': '1000', 'current_discharge': '750', 'current_discharge_reduce': '750',
'time_cut': '540', 'charge_resting': '15', 'discharge_resting': '15', [...]}
Please feel free to suggest any changes.
TIA!
