How does one go about machining a pre existing component rather than just a flat sheet of metal?
Just imagine you are working on a 2D plane
To give an example: - say I bought a cheap plastic injection moulded wheel from my local DIY store with a round hole in the centre with plenty of plastic around the edge of it. Now lets say I wanted to machine a hex into the centre so I could drive the wheel from a motor/gearbox with a corresponding shape on the output shaft. I've got the wheel and stuck it in the vice of my machine, and I've got gcode for the hex shape. Now how on earth do I tell mach 3 how to machine my hex in the right place so that the centre of the hex is in the centre of the wheel ?
Well if you put a plastic wheel in a vice you are gonna break it.
It's a lot easier with Cad/Cam, but expensive.
So i have a part with a hole in it that i want to turn into a hex shape.
I draw the hex in cad with the centre of the hex at X0 Y0
I fix the wheel so that i can machine the hex
I then find the centre of the wheel
I then set the machine to X0 Y0
Now the when i machine the hex it is in the centre of the wheel matching the cad drawing
As a second example, immagine i have a machined a simple shape from a thick piece of steel and I then want to drill holes through the piece at 90 degrees. So I remove the part and flip it round so what was the side is now on the top. I've loaded up my new gcode program but again, how do I ensure it starts cutting the holes in the right place ?
This is something I really need to understand as much of the work I want to do will involve machining things on multiple sides and/or machining onto pre made parts.
Well to make things simple you have a square with a hole in the centre it is 150mm square x 25mm thick
See above procedure to make the square
Then on the side the same principle applies you will make another cad file to match what you want to do
You just set the machine DRO's to match the cad drawing positioning
Now there are wizards for making Gcode in Mach but it is gonna be much harder to make complicated stuff that way but cheap.
With the expense of Cad/Cam comes built in simulation this allows you to fine tune your machining with minimal breakages.
If you had a collision with a stepper based system it is more forgiving so not too much damage, but not the case with a more powerful servo system
Phil