586,076 active members*
3,874 visitors online*
Register for free
Login
Results 1 to 5 of 5
  1. #1
    Join Date
    Jan 2007
    Posts
    15

    Unhappy Noob Query : Regarding CNC software and its hardware

    Hi,

    Im a final yr engg student in India. I have taken up a project which involves Fabricating a 3axis CNC machine (basically for routing on wood).

    I am completely unaware of the options available to do the software job.
    I mean what all software will be needed in the first place ?

    If i wish to convert a 2D drawing into G code.... what do i need ?
    I know a lil bit of AutoLisp, C++ ...can i do the coding myself
    Is there any tutorial or something i can see to start off the coding in the right diection?

    Another thing that is troubling me is that after i have the NC code for a drawing ready do i need one of those big CNC controllers ( Fanuc etc) to execute the code? ( i dont think i can buy one of those )

    Are there any other options to carry out the CNC machining using something simpler ??

    If I havent made something clear pls feel free to put in ur queries
    Thx

  2. #2
    Join Date
    Jul 2006
    Posts
    24
    I'm still a relative NOOB, but I've studied everything that's free (I think), so I can probably answer most of your questions. If I do it backwards:

    The machine will "typically" have three stepper motors driving the X, Y, and Z axis.

    Driving the steppers is the machine controller. Typically connected to the parallel port - though there are exceptions.

    The machine controller is driven by software which interprets the Gcode.

    The Gcode is the result of software that converts from one of various formats: .dxf, .jpg, .bmp, etc... This is where you'll really need to do some homework.

    If you know CAD, you probably know DXF files come from AutoCAD. I'm using simple line drawings that my Mrs. creates in Corel and outputs as DXF-12. From there, I run the file through a converter to create the Gcode. Then I run the code on a simulator to check for potential problems. Lastly, I move the file to the PC that runs my router, and run it on a Gcode interpreter.

    I'm using and can recommend these freebies:

    Machine controllers (Also look at Mach 2):
    EZCNC http://www.accesswave.ca/~blandry/ezcnc/abimp.html
    DeskNCrt http://www.deskam.com/

    Simulators (Also look at back plotters):
    CNCSimulator http://www.cncsimulator.com/
    AutoEditNC http://www.betatechnical.com/autonc.htm

    Gcode converters:
    Ace Converter http://www.dakeng.com/ace.html

    And of course, for some very reasonable prices, there are packages that combine some/all of these functions. Mach 3 is very popular on this site.

    I just haven't bought anything because I'm still refining my first router, completing my second, thinking about my third, making sawdust, and wasting wood!

    An informative link:
    http://www.cadcamcadcam.com/hobby/cr..._CNC_parts.htm

    Anyway, I hope this was, at least, some help.

    Steve in NM

  3. #3
    Join Date
    Mar 2003
    Posts
    35538
    Since you know Autolisp, I'll assume you use AutoCAD. Here's a VBAmacro that will write the g-code from AutoCAD. http://tinyurl.com/35uart

    To run the machine, look at TurboCNC, www.dakeng.com or mach3, www.artofcnc.ca
    Gerry

    UCCNC 2017 Screenset
    http://www.thecncwoodworker.com/2017.html

    Mach3 2010 Screenset
    http://www.thecncwoodworker.com/2010.html

    JointCAM - CNC Dovetails & Box Joints
    http://www.g-forcecnc.com/jointcam.html

    (Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management)

  4. #4
    Join Date
    Jan 2007
    Posts
    15
    thanx guys for ur response....

    I have already seen one or more softies mentioned here and am now looking for a 3 axis controller board circuit which can work with the software...

    Any suggestions..

    Thx a ton for the valuable input n time

  5. #5
    Join Date
    Jul 2006
    Posts
    24
    First, study up on the differences between bi-polar and uni-polar motors. The choice, at least to me, seems to be personal. I believe bi-polars are supposed to be more efficient, and tend to cost a little more, negating the difference – IMHO.

    For me, the high end would be Gecko G201 drives @ $200 per axis:
    http://www.geckodrive.com/product.cfm?pid=9

    Then there are what would seem to be Chinese knock-offs for roughly half that amount:
    http://www.kelinginc.net/KLDriver.html

    A more economical choice here at $155 for three axis:
    http://www.xylotex.com/3axBoard.htm

    If you want to assemble it yourself, at $80 for three axis:
    http://www.hobbycnc.com/hcncpro.php

    If you want REALLY cheap, at $16 per axis:
    http://store.qkits.com/moreinfo.cfm/QK179

    These things, at under $20 per axis, have something of a cult following:
    http://www.piclist.com/techref/io/st...step/index.htm

    Note that Keling, Xylotex, HobbyCNC, and others offer “packages” that’ll save you few bucks, and possibly a few headaches. Also note that, depending on the route you choose, you may or may not need to build or buy a parallel port breakout board.

    Hope this is helpful.

    Steve in NM

Similar Threads

  1. Lady needs Hardware/Software Advice :)
    By virtualoha in forum Uncategorised CAM Discussion
    Replies: 9
    Last Post: 09-03-2008, 02:46 AM
  2. hardware/software for new machine
    By captahab in forum CNC Wire Foam Cutter Machines
    Replies: 16
    Last Post: 03-19-2007, 01:41 PM
  3. CNC tube profiler software/hardware
    By IronDesign in forum CNC (Mill / Lathe) Control Software (NC)
    Replies: 5
    Last Post: 02-17-2007, 03:38 PM
  4. Question About CNC And Software/Hardware
    By tarasan in forum DNC Problems and Solutions
    Replies: 4
    Last Post: 08-29-2006, 02:23 AM
  5. Software Query
    By Otacustes in forum Uncategorised CAM Discussion
    Replies: 0
    Last Post: 07-09-2006, 05:36 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •