@Vissie,
I just don't get the same results I do with flooded LABs as I do with gel-cells.
With flooded LABs I can get all batteries to gain charge, albeit very slowly. Like 0.01V per battery per hour. I'm using Trojan SCS225 130Ah marine deep cycles.
The gel-cells don't seem to take the charge, but lose charge with the same settings.
@All, the best results I have had is with this code. Bear in mind I'm using a PICAXE 40X2, which runs at 8Mhz, so you have to halve the timing. E.G. "pause 1000" = 0.5 seconds. Also the 40X2 uses channels, I'm using channel "B".
main:
high B.0, B.2
pause 200
low B.0, B.2
pause 800
high B.1, B.3
pause 200
low B.1, B.3
pause 800
goto main
B.0 - Q1
B.2 - Q10
B.1 - Q2
B.3 - Q9
John K.
I just don't get the same results I do with flooded LABs as I do with gel-cells.
With flooded LABs I can get all batteries to gain charge, albeit very slowly. Like 0.01V per battery per hour. I'm using Trojan SCS225 130Ah marine deep cycles.
The gel-cells don't seem to take the charge, but lose charge with the same settings.
@All, the best results I have had is with this code. Bear in mind I'm using a PICAXE 40X2, which runs at 8Mhz, so you have to halve the timing. E.G. "pause 1000" = 0.5 seconds. Also the 40X2 uses channels, I'm using channel "B".
main:
high B.0, B.2
pause 200
low B.0, B.2
pause 800
high B.1, B.3
pause 200
low B.1, B.3
pause 800
goto main
B.0 - Q1
B.2 - Q10
B.1 - Q2
B.3 - Q9
John K.
Comment