This post really highlights nurd-dom.
For some background, about 11 years ago we built our house. We included soft-close cabinets for all the drawers -- the kitchen, all the bathrooms and the utility room. At the time, the cabinet vendor we chose was including soft-close drawers at no additional cost, so of course we got them.
Ten years in, one of the two soft-close mechanisms in our most-often used kitchen drawer failed. It was the silverware drawer. The nifty latch mechanism that catches and releases the drawer at the right point broke. It was just plastic and apparently not really up to the job. That failure turned out to be pretty minor since the remaining soft-close device was still doing a good job. However, about a week ago it also failed. The latch thingie didn't break but it wasn't holding, probably due to wear. It made a very annoying "sproing" sound every time the drawer was opened, when the latch let go.
Being a DIY kind of person I removed the drawer and examined the mechanism and figured out that it couldn't be repaired, so I just took the broken soft-close mechanism off the drawer slider. Because the drawer no longer stayed closed I made a simple magnetic-latch using a counter-sunk ring magnet screwed to the back of the drawer and a wood block topped by a piece of steel, screwed to the back of the base unit. It works to keep the drawer closed but it's really easy to close the drawer too hard so it bangs into the base unit, and in some cases has bounced back out. I looked at some off-the-shelf soft-close replacements but the only ones compatible with the rest of our drawer hardware were exactly the same design as the one that had failed. I didn't have good feeling about that so decided to look elsewhere.
I started thinking about some kind of damper to slow that final approach so the drawer behaves more nicely when it's closed. One my goals was to make something that is much more reliable than the original version, so I looked at a type of pneumatic damper to complement the (presumably pretty reliable) magnetic latch.
The basic idea I came up with was to make a piston and cylinder with a one-way valve so the piston could be easily withdrawn but the valve would close when the piston was being pushed back into the cylinder. Air leakage around the piston would be slow enough to produce some back-pressure and slow the cabinet's entry at the end of its travel. A rod attached to the piston would extend out so the back of the drawer would push against it and the piston. To pull the piston out, the end of the rod would have a small magnet. The magnet would be attracted to another steel plate, this time mounted on the back of the drawer. Sounds a little complicated, but the idea was to use simple physical phenomena rather than a complicated and fragile mechanical latch mechanism to do the job.
I was pretty sure the damper would work, but the problem then came back around to the magnetic latch. When the drawer pushes against the piston mechanism the force will initially be fairly high, so the latch needed to be able to exert enough force over about an inch's worth of distance to slowly pull the drawer in against the damper's resistance. The force between a magnet and a flat plate, my basic magnetic latch design, has an extremely nonlinear relationship with regard to the distance between them. It starts out very low and stays that way until the magnet is very close to the plate. I wanted to extend the attractive force, to make my system work better -- or, perhaps, to enable it to work at all.
The thought I had was to make a different kind of steel piece to attract the magnet. The idea was to make an iron cylinder with a Vee-shaped interior, where the magnet would travel inside to the bottom. The iron would start out being fairly close to the magnet so the initial pull-in force would be sigificant, but to ensure that the magnet would continue to travel inside the cylinder its interior would be machined to have a V-shaped profile, becoming smaller as the magnet went inside it. This way the magnetic force would act to continue to pull the magnet into the cylinder.
That geometry looked to be pretty difficult to get right -- it could take a lot of experiments to figure out what would and wouldn't work very well. So I turned to software, in the form of a magnetic-field simulator called FEMM. It solves magnetic field problems using a technique called finite element analysis, and one of its features is that it can calculate the force between a magnet and an arbitrarily-shaped iron pole piece. Perfect....except that I wanted to easily change things like the angle of the V profile, the dimensions of the magnet and other features that I thought might make it all work better. For simple problems you can create shapes by using your mouse, but that isn't very easy to use when creating precisely-shaped features. Fortunately, FEMM also can be operated using a basic-like scripting language (called LUA), enabling me to create all the geometry with a program, then run the simulation and display the results, so I could easily change the physical design using a text editor and quickly evaluate the result. For an example of the program's output, I offer this screen shot:
No comments:
Post a Comment