CEB Hydraulic Pressure Switch: Difference between revisions
(Created page with "I am using this sensor: http://ecatalog.gemssensors.com/ecatalog/pressure-switches/en/209667 It took me quite a while to find, but is working great and is significantly chea...") |
No edit summary |
||
Line 6: | Line 6: | ||
[[Image:cebpswitch.png]] | [[Image:cebpswitch.png]] | ||
=Links= | |||
*Paul's Suggestion - continuous pressure switch - [http://www.digikey.ca/product-detail/en/M7139-05KPN-500000/223-1138-ND/3945787] |
Revision as of 20:25, 3 August 2013
I am using this sensor:
http://ecatalog.gemssensors.com/ecatalog/pressure-switches/en/209667
It took me quite a while to find, but is working great and is significantly cheaper than anything else comparable I found. I connected one end to ground, and the other to an arduino input pin with internal pull-up resistor enabled. a HIGH signal on the pin indicates low pressure and a LOW signal on the pin indicates pressure over the set threshold. There is a screw to adjust what pressure you want it to switch at. In the code, I have it set so that if the pressure switch detects high pressure during any of the automatic steps, it moves on to the next step. I also have something in there where if the auto cycle completes to rapidly, it stops running. This is for when the the switch is constantly detecting high pressure and it should probably stop what it is doing.
Links
- Paul's Suggestion - continuous pressure switch - [1]