Hi Guys
I am looking to build an "Emergency Brake System" for an Elevator (Dumb Waiter, not for people).
The Elevator has a second separate counterweight cable that I want to use as the emergency brake should the main drive motor/cable fail.
The plan
The Counterweight Cable will run over a 440mm diameter Sheave/Pulley that in normal operations rotates freely on an a axle with 10" Electric Trailer Wheel Brake Drum. The Brake operates at 0-12V DC and pulls about 4 Amps maximum.
I want to set the Arduino Uno up to measure the elevator down speed using a HC-020K Dual Speed Measurement Sensor Module. This would be set up on the above Sheave/Pulley.
With some code, this would give me a RPM of the pulley
Depending on the speed, I would like the arduino to put out a varying PWM signal
The PWM signal would go to an IBT2 (BT57960) H-Bridge to produce varying voltages to drive an electric brake drum.
For Example:
If the normal speed of the elevator is .05m/Sec the IBT2 would put out 0V
If the speed increased to .06m/Sec the IBT2 would put out 2V
If the speed increased to .08m/Sec the IBT2 would put out 3V
Etc, Etc
This would continue up to the full 12V (100% Brake Applied) if needed.
The theory is that the elevator would return to ground at a safe speed controlled by the Electric Brake.
I need your help (The Community) with the project.
Please keep you replies in simple language as I am very new to arduino programming.
This is what I am trying to achieve:
If RPM is < N (normal) - BV (brake voltage) is zero
If RPM is > N - BV = 1 Volt
If RPM is still > N - BV = 2
If RPM is still > N - BV = 3
Etc
Etc
Can I achieve this with the electrical components (HC-020K Dual Speed Measurement Sensor Module and the IBT2 (BT57960) H-Bridge) described above?
Could I get some help developing the codes required to make it work?
What is the mass of the elevator when fully loaded?
Is this is a secondary safety feature as I believe elevators are required to have an automatic brake that prevents disaster if the cable fails?
The usual scheme is to have spring-loaded dogs to open up and grab the frame when the cable breaks and the car is free to fall. Simple, foolproof and very effective.
My advice is to run away from it as fast as you can, your liability can be horrible if it fails. To my knowledge none of the Arduinos or any of its components are rated for safety applications.
LEt's see if we can get you started down the correct path to build your project. The obvious first step has NOTHING to do with Arduino or electricity, but will requires some thought and fabricating work on your part. The first step is to actually mount your HC-020K and associated disk so you can begin your program development.
Please post a picture when completed.
Thanks Paul, I plan to build on small scale first. Will have a small motor running at variable speed with the Arduino measuring RPM on a digital display. My knowledge level should get me that far.
After that it gets tricky . Awaiting parts to start that first stage.