Friendly wager: controlling high pressure hydraulics with Arduino

For Adafruit customers who seek help with microcontrollers

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
superUnknown
 
Posts: 9
Joined: Mon Jun 10, 2013 11:06 am

Friendly wager: controlling high pressure hydraulics with Arduino

Post by superUnknown »

I was challenged that Arduinos couldn't reliably control industrial valves and that I would end up using a $500 PLC...I'm using a $2 MCU to settle this.

I used the Arduino to breadboard a little circuit to control my hydraulic rock crusher. I wanted to use an ATtiny in a home etched PCB. After struggling for a bit with the bootloader, I found out that Texas Instruments MSP430 MCUs come from the factory with the bootloader pre-installed!!! Less frustration, more CRUSHING? YAY!

Image

The control itself is quite simple: the MCU monitors a pressure switch as well as forward/reverse selector; then if the pressure switch closes it de-energizes the forward hydraulic solenoid and briefly energizes the reverse hydraulic solenoid. It's an automatic crusher anti-jam!

Image

Works like a charm!
You can see it working on my blog:
hydraulic crusher

User avatar
zener
 
Posts: 4567
Joined: Sat Feb 21, 2009 2:38 am

Re: Friendly wager: controlling high pressure hydraulics with Arduino

Post by zener »

Whoever made that bet doesn't know much about Arduinos or electro hydraulics. I hope you got some money out of that. But if not then at least you got glory!

superUnknown
 
Posts: 9
Joined: Mon Jun 10, 2013 11:06 am

Re: Friendly wager: controlling high pressure hydraulics with Arduino

Post by superUnknown »

Yep, I'm the proud owner of a yet to be delivered 6 pack of Moosehead beer!

Locked
Please be positive and constructive with your questions and comments.

Return to “Microcontrollers”