Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×

Comment I built a model Maglev. (Score 4, Interesting) 535

Throughout high school, I was forced to do Science Fair projects. I picked MagLev's. I did experiments, wound my own coils, did a bunch of different tests and moved my project along in different phases during freshman to junior years. Senior year I was able to get a mini grant and order from Scientific American for some rare earth magnets. It was not as automated as I liked, but I had built stepping logic and used my own coils to at least show things are possible. If you've been to Epcot there is a demo which was very close to what I built in my senior year. I can't say they were equivalent. I was very depressed once I saw it, but then again I was only 15, and it was Disney, they had all the toys.

Fast forward to college. Senior project and after taking all the courses in logic, programming, processors, etc I then found out what I could use to make my toy work. So, I spoke to my advisor, he loved the idea. I spent that summer winding coils with 26 gauge wire. I made a length of track two feet long and I it used 48 coils. I used sewing machine bobbins as the sizing. I cut a 3/4" pvc pipe so that I could slide in each coil and get to the leads. This gave me four sections of track, each with 12 coils. The coils were wired in series so that we had a pattern ABCABCABCABC. The logic I built would pulse the A group at 12v, the B group at 9v and the C group at 6v. This created a "wave" that would "push" the train in the desired direction. To go the other direction, all you had to do was flip a DPDT relay and switch A with C.

The brains were provided by a Parallax Stamp 2. This thing was great. I could have multiple inputs and outputs to make everything work. I used som buffers to make sure I didnt kill the chip with draw and I used logic to drive transistors that tripped 12v relays for the juice. When working, the train could go one direction or the other, depending on how the coils were energized. Since the track was only 24" long, I used optical led sets to detect where the car was. These inputs were fed into the stamp. Based on direction and track section the car was on, the group of 12 coils were the car left was turned off, and the section the train was about to enter was turned on. Of course, there were always two sections on so if the train was in section 2 going to section 3, then the stamp knew to switch off 1 and turn on 3, leaving 2 running. The car was pulsed slow, so it had time. Was not as smooth as I liked.

Had to use a huge power supply, 12v 30a, tho I think it only used between 8 and 10. I still have it on a shelf behind me. Maybe one day I'll dust it off and see how I can improve on it. It blew away everyone else's project. Once I started the car rolling, it would happily go back and forth all day long. It was stable (temperature wise) and if you ignored the clacking relays, it was fun to watch.

It is not the coolest thing I've ever worked on or designed, but in terms of what I put into it and the fact it was my brainchild, I'm totally thrilled with it to this day.

Slashdot Top Deals

One possible reason that things aren't going according to plan is that there never was a plan in the first place.

Working...