| Automating a Briggs an Strat battery charger
Things are starting to fall together on a project I have been wanting to try for a long time.
And that's to have a home brewed engine gen set start and stop its self depending on
battery state of charge.
The stopping part is easy you use a dump load circuit like Hugh has in his plans and on his web site.
In stead of turning on a load you use the relay as an engine kill switch.
The starting part is a bit harder I will be using a SL99 PLC from http://www.splatco.com
After looking at different programming soft ware there's was the easiest for me to get my head rapped around. No doubt some ware there is something easier and cheaper but I haven't found it yet
But now that I have bought one I will probable find two or three the way my luck runs : )
I will be using a ½ HP PM motor as the starter and generator a quick and dirty test showed it would start
the Briggs easily .
Here is my program for the PLC For the folks who this type of programming is old hat please don't laugh. : ) I am use to programming in ladder and am still learning the ropes .
Every thing works ok in the simulator all I need to do is work on how to confirm that the engine is running for input two. The program allows for three start attempts then sounds an alarm an waits for a reset.
Here is were I am at for now so many projects so much fun so little time : )
Old F
* GEN START 04
a1 waiton 0 * low battery voltage start gen
on 8 start relay closes
pause 4 * for 4 s
off 8
goifinon 2,a4 * engine running
goifinoff 2,a2
a2 on 8 *start relay closes
pause 4 * for 4 s
off 8
goifinon 2,a4 * engine running
goifinoff 2,a3
a3 on 8 *start relay closes
pause 4 * for 4 s
off 8
goifinon 2,a4 * engine running
goifinoff 2,a5
a4 waiton 3 * battery full charge stop engine
on 9
pause 15
off 9
goto A1
a5 on 7 engine fail alarm
waiton 10 * fail alarm reset *
off 7
goto a1 |
|
|
Total Views
|
|
66 Scoop users have viewed this posting.
|
|