Sounds like a simple way to get things going with what you have in the parts bin :-)
Although I wonder if you couldn't just drive it all with relays, cheaper than the motor controller, if you don't need PWM...
Printable View
Sounds like a simple way to get things going with what you have in the parts bin :-)
Although I wonder if you couldn't just drive it all with relays, cheaper than the motor controller, if you don't need PWM...
jwatte, while the 80A relays are cheap, the solid state relays needed for the arduino to control them are not, andQuote:
Although I wonder if you couldn't just drive it all with relays, cheaper than the motor controller,
I don't have a lot of them in my parts bin. because I have the sabertooth already that is the cheapest way to go.
there's also the gearing issue, the lifting chain sprockets are #50 13 teeth @3" dia., they are on a 1" shaft with
a drive sprocket #40 30 teeth @5" dia. , then the motor has #40 9 teeth @1.5" dia.
the motors are 1000W 180rpm.
I'm going to need the speed controller to get the right lifting and dumping speeds right.
I was thinking of using this SPST 300A 24Vdc relay for the Drive enable relay.
It was listed as continuous duty, but still gets very hot after prolonged use.
and it draws .5amps
Attachment 7359
this is the new remote controller enclosure(I think)
Attachment 7360
How hot is hot? What is the maximum running current of the entire drive system?
tician, too hot to touch, that was with no load.Quote:
How hot is hot?
Just relay connected to 24vdc battery over night.
two of these in series should give me a warm&fuzzy for a Drive enable relay(s).
Attachment 7361
two of them should draw .400 Amps (coil listed as 60 ohm)
baby steps.
which sucks because we got 6" of snow on way.
Attachment 7362
Two 60 Ohm coils in series would be 120 Ohm. 24V / 120 Ohm == 0.2A and ~4.8W of power (most of it as heat once the relay has been closed). 2.4W in a small plastic package might not be much of an improvement compared to 12W in a heavy metal enclosure that is supposed to be bolted to a metal chassis (heat sink).
Cost saving tip: You can drive the coils of the 80A relays with a simple MOSFET from the Arduino!
The BS170 turns on at about 2V gate voltage, and is good up to 500 mA coil current depending on specific package/cooling. You could also use a much higher rated MOSFET with logic level gate, like AOTF2618L or whatever.
Anyway, if you need speed control, then relays are out anyway. Just thought I'd mention this easy way to do it, in case this threads shows up on Google sometime.
Attachment 7366
tician, my bad. I'm going to be running the load output contacts in series.Quote:
Two 60 Ohm coils in series would be 120 Ohm.
that way if the contacts stick on one of relays the other can still drop the drive voltage
in case of emergency.
my drive power fuse is 100A. the relay is rated as 120A, too close for a warm&fuzzy feeling
but, two in series could.