computer-moved levers and fake digital info (long)

Interested in Robotics? Here's the place to be.
Post Reply
mmancuso
Posts: 2
Joined: Tue Feb 03, 2004 1:01 am
Location: Boston, MA
Contact:

computer-moved levers and fake digital info (long)

Post by mmancuso »

Hello all--
I'm an artist/sculptor/teacher learning the basics of robotics and computer-controlled thingys in order to one day make sculptures that move. I have been reading books ("Practical Electronics for Inventors" by Paul Sherz, and "Robot Builder's Bonanza" by Gordon McComb) and think I have just enough understanding to start asking wildly premature questions.<p>(This email is basically asking two question in the same forms: Which electronic components might be used to do such-and-such things? Later, I'll worry about *how*.)<p>1. Is governing a bunch of levers something that an old IBM/PC (pre-1994?) can do through its printer port? Will each lever need its own motor? Electromagnets (called solenoids?) seem involved in elaborate machines. Is this an option for a tight budget and an old computer?<p>[Explanation: I'd like to control any combination of several dozens of mechanical levers (though usually fewer than a dozen simultaneously) on a machine that is a very simple pipe organ. There's no need here to get into organbuilding, but briefly, the keys on an all-mechanical pipe organ are actually levers that connect the organist mechanically with the valve that allows air to flow through that particular pipe, which equals a lotta noise. The travel of the key/lever is in the 1-2 cm range. Organs that are not completely manual have electronically assisted switches that govern the instrument's functions. The functions are basically linear movement stuff: opening valves, sliding a wooden piece a few inches back and forth, and so on. Contemporary organs will also often have the brains to be programmed: "When I flip this master lever, please flip levers 2,3,7,11, and 27." Companies that build this stuff seem all to have dedicated proprietary circuitry and software that is complicated and absurdly out of my reach financially. I'm looking for basic systems that might approximate the same thing. I'm not an organist, but a sculptor who views the organ as a cool kinetic sculpture that makes noise.]<p>2. Can I paint black marks (vertical thin stripes) on a white surface that can be read by a sensor as information? Is this the job of an IR sensor that detects light reflectance? I've read about line-tracking 'bots but my application seems different. If I wanted to use those marks to be encoded instructions for a lever machine (like the one above) and move the levers in real time as info is being read, how should I start thinking about electronics components? For example is there a limit to how quickly the information can sweep past the sensor?<p>[Explanation: I'm fascinated by how information is stored mechanically or digitally, as in audio CD technology and also by the paper punch methods once used to encode info for computers and still used for musical instruments. Note that this is not a project about using existing technology ("Why don't you just burn a CD?"), but re-interpreting the processes as part of a "kinetic sculpture" or "robot" or "weirdo musical instrument". I'd like to have a way of encoding information "digitally" as 1s and 0s --black lines or white background-- to send information to a system of levers in a project like the one above. So far what I understand is that on CDs, the data are bumps that encode binary info in a microscopic spiral, read by software to deal with error correction, compensation for the increased speed of the CD surface as the laser reads bumps closer to the edge, and stuff I still don't understand about processing. In MY simplified version, I'm thinking of a tall white cylinder (PVC pipe or a smooth ceramic surface) with opaque black paint. Off the top of my head I'd say I have to spin the cylinder at a constant rate, mount a sensor on a frame that tracks properly along the surface, and the software to figure out what it all means. As for printing the black marks, the only idea I have is to coat the surface in photosensitive emulsion (with black paint in it) and rig up a tiny UV light to expose (and make permanent) the correct intervals and shapes, which is obviously done by computer. After the unexposed emulsion is washed off, the remaining exposed marks that are now a permanent part of the surface are what the sensor detects as 1s.<p>That's it! If anyone would like to comment on ANY aspect of this creative process, please do so. If you've made it to the end of this email, I apologize if I have come across as a newbie with ideas bigger than his head. I appreciate any input.
Thanks,
Marc
hlreed
Posts: 349
Joined: Wed Jan 09, 2002 1:01 am
Location: Richmond, TX
Contact:

Re: computer-moved levers and fake digital info (long)

Post by hlreed »

You are following a long history. In the 1700's it was all gears and levers. The music box is the remainder of the doll mechanism of that time.
There are principles involved and the physics must be obeyed, but you can start anywhere.
To move anything you need a motor controller, a motor and a gearbox. To run this you need a microcontroller.
To sense anything you must have a sensor, an analog to digital mechanism and the same microcontroller to read the sensor.<p>Servo magazine is trying to be the Byte of the personal robot. Most of the articles now are about art and will give you some suppliers.<p>You will get some action on this, since there are other artists here.
http://www.servo.com<p>[ February 04, 2004: Message edited by: Harold ]</p>
Harold L. Reed
Microbes got brains
bigbadbill411
Posts: 7
Joined: Sat Jan 31, 2004 1:01 am
Location: New Jersey
Contact:

Re: computer-moved levers and fake digital info (long)

Post by bigbadbill411 »

Hey there,
I might have some items for you. I say might. They are stored in an old barn, may be desrtoyed, and its a possibility that they have been tossed. With that said..<p>I my have between one and 3 hundred electric organ valves. They are from the Ocean Grove Auditorium's huge organ. I grabbed em from the trash during a renovation. They are pretty old, but if your willing to work on the old leather, the actuators might be one thing your looking for.<p>I drive your way once or twice a year, an I'd give em to ya. If your rich you can pay me.<p>Bill
bwts
Posts: 229
Joined: Tue Jun 11, 2002 1:01 am
Location: britain
Contact:

Re: computer-moved levers and fake digital info (long)

Post by bwts »

Hi mmancuso
Yes U could use an old PC do do this U will still have to learn how to progranm tho (or get a programmer to do it 4 u)!! If U R going to do this then I would go down the microcontroller route (believe it or not I think its easier) and highly recommend PIC chips from Microchip they take up less space than a pc and cost less although I appreciate that start up costs may B an issue. I bought a PIC PCB + glues on my own components cheepest option. I have also used old BBC computers to control motors but again theyre bulky but easy 2 use.<p>As for reading info how about using an optical encoder an example of which I think ull find in that robots bonaza book u mentioned in stead of a disk u could use a drum and have the drum track verically as well as spinnig horizontally and also u could have it any size u wished, all u would need is a light source inside the drum and wherever there is a hole u can read a 1 with a light sensitive transistor more u could have 2 1's or 3 1's or however many u want by making the hole longer!!<p>Is any of this helping?<p>B)<p>[ February 05, 2004: Message edited by: Mr Bwtz ]</p>
"Nothing is true, all is permitted" - Hassan i Sabbah
mmancuso
Posts: 2
Joined: Tue Feb 03, 2004 1:01 am
Location: Boston, MA
Contact:

Re: computer-moved levers and fake digital info (long)

Post by mmancuso »

Thanks to all who replied with such helpful information. I'll follow up as I get deeper into the emails, research.<p>Cheers,
Marc
Lin Farquhar
Posts: 30
Joined: Sun Oct 19, 2003 1:01 am
Location: Western Australia
Contact:

Re: computer-moved levers and fake digital info (long)

Post by Lin Farquhar »

Marc, you are speaking my language. I have an old XT (yes with 5 1/4" floppy drive) doing the sorta stuff of which you speak. Too long to go into here, but if you'd like to leave a personal message, I'll get back to you with as many details as you like.
Post Reply

Who is online

Users browsing this forum: No registered users and 11 guests