CAM Machine
kenhilke
Posts: 4
Hi,
I'm looking for information on creating a cam machine, motor or servo controller
for two or three axis. X,Y,Z axis control and how to have the controller do circles.
Thanks
Ken Hilke
I'm looking for information on creating a cam machine, motor or servo controller
for two or three axis. X,Y,Z axis control and how to have the controller do circles.
Thanks
Ken Hilke
Comments
Based on the type of stamp, you should post in the proper forum
I'm going to assume (dangerous, I know!) that you are new to the stamps....
The best thing I can tell you is to take babysteps!·
It will certainly help with troubleshooting your setup down the line (and odds are, you will have to do SOME troubleshooting! )
I would suggest downloading the "What's A Microcontroller" instruction set off of Parallax's site.
It will take you a while to go through that....but it'll give you the foundation to lean more towards what you want in the end.
http://www.parallax.com/html_pages/downloads/siccurriculum/documentation_sic_curriculum.asp
this is the link to the page where you can find some of the "text's" that Parallax offers for free!· You can find the 'What's a Microcontroller' stuff there!
I've been jumping through my links, cuz I KNOW that some ppl have done this with milling machines....google it!· But you'll be better going thru the WAM text first!
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
·
Steve
http://members.rogers.com/steve.brady
http://www.geocities.com/paulsopenstage
"Inside each and every one of us is our one, true authentic swing. Something we was born with. Something that's ours and ours alone. Something that can't be learned... something that's got to be remembered."
See my earlier post of today.
If all you need to do is circles, you can pre-compute the motion and you might succeed. If more complex motion is required, forget it as you'll need a staggering amount of compute power to calculate traversing varying paths in real-time.
However, independent X Y Z motion is very do-able, but that's not a CAM machine.
Peter