4-axis digitizer
toolmanMike
Posts: 5
I'm interested in building a 4-axis digitizer using rotary encoders. My experience is limited to the Boe-Bot which I'm still assembling. Would anyone care to point me in the right direction?
Thanks,
Mike
Thanks,
Mike
Comments
Not trying to be smart, just trying to understand.
Bean.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
"SX-Video Display Module" Available Now.
www.sxvm.com
"A problem well defined, is a problem·half solved."
·
when I worked on the R&D side of a prosthetic facility we had a CNC digitizer
like this with the rotational base considered the 4th axis.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Beau Schwabe - Mask Designer III
National Semiconductor Corporation
Latest Company News
(Communication Interface Division)
500 Pinnacle Court, Suite 525
Mail Stop GA1
Norcross,GA 30071
Thanks,
Mike
Bean.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
"SX-Video Display Module" Available Now.
www.sxvm.com
"A problem well defined, is a problem·half solved."
·
Mike
You're right. The 4th axis is rotational. In case "digitizer" is an unfamiliar term to some, it's the reverse of a robot arm: Instead of telling the arm where to move, I want the arm to tell me where it is. The power to move the arm is supplied by the operator. He simply places the probe where he wants to register a point and pulls the trigger...and it displays on the monitor.
Mike
You would have to set up a 3d plane, set all the encoders to zero at the "reference position", and calculate the movement of each axis together against that point. Clear as mud, right?
Now, whether a stamp can handle this, it might be possible, maybe enough ram locations to use a matrix calculation. And as long as the encoders are in a fixed position ( not moving ), the stamp could take in the data no problem. Hopefully this will start you on your way, i am trying to find some of my old notes from prior schooling that has some more detailed info about this.
kelvin
Post Edited (kelvin james) : 3/30/2005 6:10:13 PM GMT
I'm not quite sure if indirect reference is being made here to what's known as a "tilt controller" or not, but if so, you may find some interesting and free information here in the SparkFun "KidBot-RC" Section:
http://www.sparkfun.com/shop/index.php?shop=1&cart=211815&cat=81&
Additionally, SparkFun also offers the Applied Digital ADXL202 accelerometer in a miniature breakout board format for easy integration:
http://www.sparkfun.com/shop/index.php?shop=1&cart=211815&cat=71&
There is a Basic Stamp example program for the ADXL202 there as well.
Regards,
Bruce Bates
My plan is for 3-axis to move in the vertical plane and 1-axis (the waist) to move in the horizontal plane. I don't think the math will be overwhelming with that simple movement. If it's not clear, I intend for the math to be done on the desktop and have the PIC forwarding the encoder data through the serial connection.
My little bit of research leads me to believe that the problem will be for the PIC to keep up with 4-encoders moving at once. I saw where something called a "decoder chip" was refered to in solving this problem. Also, there was a comment about using a USB chip.
Mike