CNC Software

The fall-out of the DOT-COM bust has brought CNC to the hobbiest. Couple the availablity of low/no cost CNC control software, low-cost integrated circuitry, and the tons of high-end hardware now found on eBay: and for the first time in history, CNC is attainable to the hobby market.

We prefer EMC2 on Linux and Ubuntu, but there are others available for those who are shy.

KCAM works great in Windows 98. Mach3 has a HUGE support group and bypasses some of the timing issues of the Windows environment. TurboCNC is a great piece of software, if you don't want to visualize your tool paths in realtime and are comfortable in DOS.

EMC2 is completely Open Source, free to use, and probably the most reliable, flexible, robust system out there. The AXIS Graphical User Interface is second to none (IMHO).

The experts out there may disagree, but if you had to be an expert to do this... you probably woudn't be here right now, would you?

 

So, what software is involved in CNC? There are primarily three parts:

CNC Software FlowYour CAD (Computer Aided Design) software (wikipedia) is where you design your parts to be routed, lathed, milled, or cut.

CAM (Computer Aided Manufacturing) software (wikipedia) converts your CAD drawings into G-code, which is the programming language that the CNC control software understands.

The CNC control software then reads the G-code and turns it into motion to drive your machine. This is usually done by reading and writing pins on the parallel port, but there are some motor controllers which can operate from serial or USB, as well.

Our stepper motor driver kits make use the parallel port signals. The breakout board splits these signals so that the step, direction, and enable lines for each axis are routed to each motor driver board.

There are other more specialized g-code generating tools used for specific purposes, such as generating PCB isolation routing, generating a pattern of holes, or roughing out a pocket. Some people choose to write the g-code by hand, as well.

Another type of CNC control software is available for specialized CNC hot-wire foam cutting machines.

CAD Software:

GraphiteOne CAD - FREE
Vizion (ArtCam)

SolidWorks
RhinoCAD
SolidEdge
AutoCAD
CadKey
TurboCAD
Alibre

CAM Software:

Vizion (ArtCam)
VirtualGibbs
MasterCAM
BOBCAD-CAM
RAM
MeshCAM
VisualMill
Dolphin
TurboCADCAM
DeskCNC
SheetCAM
OneCNC
VCarve
SprutCam
CamBam

CNC Control Software (Machining/Milling/Lathe):

EMC - Linux
AXIS - GUI for EMC2
KCAM - Windows 98
TurboCNC - DOS
Mach2/3 - Windows 2000/XP
DeskCNC - Windows
CNCZeus - DOS
Master5 - Windows 95/98
DesKAM - Windows/DOS
CNCPro - DOS (recently opened sourced)

CNC Foam Cutting Software:

FoamWorks
JediCut
GMFC

CNC Utilities:

SimpleCNC
Machinists Tool Box
Ace Converter - DXF to G-code converter
CNC Toolkit
ImageToGcode
SimpleCNC
NCPlot - G-code Viewer and Backplotter

Electronics CAD:

EagleCAD - PCB schematic and board layout program with free trial version

PCB-GCODE - a free g-code output for Eagle

Eagle3D - Render 3D images from EagleCad & POVRAY

Useful Stuff:

IPM = (Frequency * 60) / (TPI * Steps Per Revolution * Microsteps)


Configuring software steps per unit:

This variable stores how many steps to take to move the X axis 1 inch. You will need to set this as accurately as possible if you want your machine to be accurate. There are two ways to set it:

  1. Move and Measure - slap a pen or marker on as a toolhead and draw a 1000 step line. Measure it and divide 1000 by the length in inches.
  2. Calculate Step Size - this one is the preferred way of doing things. Its rather easy to calculate step size based on your drive mechanism.

For threaded rod type drive systems:

Find your TPI (threads per inch). for example, 1/4"-20 threaded rod means that there are 20 threads per inch (aka 20 turns = 1 inch.) Simply take that number and multiply it by the steps in a revolution. With a 400 step motor (200 steps per revolution at half step), it would be 8000 steps per inch.

For belt/pulley systems:

  1. Find the circumference of your drive pulley. (remember circumference = 2*pi*r) (say: 2.75")
  2. Calculate step size (ie: circumference / steps per revolution) (say: 2.75" / 400 = 0.00625")
  3. Divide 1 inch by step size (1" / 0.00625" = 160 steps/inch)

 

 

Conversion Utility

Check out www.kellyware.com for KCam & The MaxStepper!

KellyWare -> MaxStepper

From the MaxStepper Manual: MaxStepper is a PC-controlled serial step and direction pulse generator that provides exceptionally smooth operation at a reasonable price. It interfaces a PC running Microsoft Windows and a set of four stepper motor drivers, and uses a microcontroller to convert serial commands to pulses. MaxStepper can control auxiliary devices such as relays, and has inputs for monitoring devices or auxiliary switches.

 


Page created in 0.0886 seconds