P8X32A 4 axis CNC controller (G-Code)
scotta
Posts: 168
Google video of a 4 axis CNC controller based on the Parallax P8X32A.
It is driven by G-code from Windows or Linux.
Two axis system shown:
video.google.com/videoplay?docid=3676939654724547603
It is driven by G-code from Windows or Linux.
Two axis system shown:
video.google.com/videoplay?docid=3676939654724547603
Comments
What's the strange noise?
Graham
What piece of equipment did you whip the 2-axes from, it looks like it would make one half of a nice hot-wire cutter?
Graham
The machine itself is very quiet.
X axis is a single 1/2 inch THK rail from an old pick and place machine,
the y axis is a printer. (Your Mother Was A Hamster And Your Father
Smelled Of Elderberry! - Monty Python)
I would love to cut foam propeller blanks, then wrap them with carbon
thread passing through an epoxy tank.
Filament winding is something I'm interested in, I've got a thing for carbon fibre [noparse];)[/noparse]
Graham
· Did you do the programmng ? I am very impressed. I have a long way to go learning
the language before I could tackle a project like that.
Great job with a great chip.
Jim
Can you tell what the 2 axis machine is plotting from the video [noparse]:)[/noparse]
It's all assembler, except for the spin wrapper. It started out as a wood burner
control back in December (the month my first chip showed up). Its my
first project in assembler.
I would recommend prototyping in Spin, it saves a lot of time.
Here is the breakdown on cog usage:
'1-spin
'2-serial
'3-encoder
'4-pid
'5-pwm
'6-profiler
'7-lcd
'8-unused
Great looking project.
Can you please let me know the make encoder counts per sec you can handle with your system.
I have been toying with the idea for a hobby milling machine, but have always been a bit worried of running out of top end speed.· Does the one prop chip handle all 4 axis?
Regards
Andrew
audible.
At 60 inches a minute the motors are only turning a few revs/second.
With 900 line encoders (3600 ppr), the encoder routine will not miss
counts.
Milling aluminum at 60 inches a minute takes a pretty stiff machine.
Scott
Graham