I am very close to buying one of these......scary close.
I can CAD (2D, 3D, NURBS) all day....and use it for pretty much all of my knife designing.
I would love to be able to put it into a PCNC...
Like the others...I'm unsure as to what's involved...full on CNC machines scare me...
Nathan - would you mind guiding me through what I would need to do in order to make use of the Tormach pictured above? (given that I already own/use CAD)
Daniel, that isn't a simple question.
Jesus... Where to start...
To me, to fully take advantage of CNC you need a foundation of three things:
1: 3D CAD, to create the geometry you're going to machine. Ideally your CAD skills are strong enough that you're getting the design you want, and not just what you can eek out of the computer.
2: Machining skills. You have to be able to fixture a part and machine it. You don't need to be some zen machining master, but you need to know the basics. There are books out there with speed and feed tables and charts, so this bit isn't too bad.
3: CAM. This is probably the skill you'll need to develop. This is where you take the first two skills and make G-code. This is probably the easiest to learn because for basic needs the programs are straight forward. You're not making injection molds or programming for high volume production. If you can drive CAD, you can learn this.
So, to answer your question:
1: Set up the mill. Set it on the ground, level it, and run 220 power to it. Fill the sump with coolant, the oiler with way lube, break in the spindle.
2: Obtain a CAM system and learn it. This is probably the simplest part of the three part foundation above, but it is the area where you're starting at zero, so figure on about 80 hours before you're very proficient. Hopefully you don't crash your spindle or cut up your table and vice while you learn. Small cutters break before you damage much, so I'd stick to little cutters while you're learning.
3: Set up a post processor. This is usually bundled with the CAM. This takes the machine motions developed in CAM and converts it to G-code specific to your machine. Mach 3 speaks Fanuc Gcode, and there is almost always a default Fanuc post in CAM. Mine needed no tweaks at all to generate good code. This is where an understanding of CNC G-code is important. You need to know the basics of CNC programming so you know what all the code means. It is pretty basic stuff and there are books. You'll need to know the stuff, but not be a master of it.
4: Set up communications with the mill. Being a PC based controller this is simple. You could use a CAT5 cable setup for direct communication between two computer's network cards. Jump drives, floppy disks, a network hub etc. Industrial machines often use RS232. Setting these up requires a little program on a PC and a special cable. The cable is $20, some of the programs are free. You set the communication parameters to match those in the machine, which is normally documented with the machine. You won't need to worry about this because you're using a PC control. Not a big deal regardless.
5: Get a beer fridge. Because you're not turning the cranks anymore, but you want to sit mesmerized by the machine motion, you'll probably want something to drink. And a comfy chair. Perhaps some tunes...
Since you've never seen CAM before I'll describe it:
You create your 3D design in CAD. Hopefully it is good CAD like Pro/E or SolidWorks. Rhino works. FormZ does not.
You export your geometry into your CAM program (as a STEP, Parasolid, or IGES) and define how it is orientated. You define the 0,0,0 point (the coordinate system) on the design.
You define the machining sequences. Perhaps you'll start with a rough bulk material removal with a volume milling sequence. Define a volume (perhaps as simple as making a box around your workpiece) specify a cutter (perhaps a 1/2" square end), rough stock allowance, your speeds and feeds and depth of cut and step over and other machining parameters. The program creates a cutter location simulation and shows you the tool motions it came up with. Then perhaps you'll put a finish cut on some contoured surfaces. Specify a cutter (perhaps a 3/8" ball end) and you'll do a surface mill by specifying the surfaces you want to finish and the machining parameters such as speeds and feeds, accuracy (allowable deviation between programmed motion and surface geometry, I often use .0001"). Perhaps you'll put a finish cut on some profiles with a square end finishing cutter. Perhaps you'll drill some holes by selecting the holes, defining the start and end surfaces and a drill bit and the machining parameters such as peck depth. You may thread a hole with a thread mill. You may bore a hole. One could write a book about all this and I'm getting a little long winded here so I'll stop here.
There are a lot of CAM systems out there. I've only used a few. Many can be bundled in a CAD program, such as a plug in for Rhino. You'll have to find one that does what you need.
Once you have a program and have sent it to your mill and you've got your work piece fixtured and the machine zeroed on the work piece and your cutters zeroed out, you press the green button...
Sorry if I've missed something. This isn't a brief subject I'm afraid.
Nathan