Page 1 of 2 12 LastLast
Results 1 to 12 of 24

Thread: Which programs do you use ?

  1. #1
    Registered bunalmis's Avatar
    Join Date
    Jul 2003
    Location
    Turkey
    Posts
    246
    Downloads
    0
    Uploads
    0

    Which programs do you use ?

    Hello,

    I am happy because I found this discussion group.

    I build my mini router and i wrote all software.

    My machine has 3 axis but I can use 2.5 axis. (Z axis works on-off)

    Does your programs use G-M codes ?

    I must write own G code interpreter for my control electronics,
    but this is need long time. How you solved this problem ?

    Which program do you use for CAD. How do you use by your machine ?


    Bulent UNALMIS


  2. #2
    Gold Member chuckknigh's Avatar
    Join Date
    Apr 2003
    Location
    United States
    Posts
    598
    Downloads
    0
    Uploads
    0
    TurboCNC.

    It's a $20 shareware (free download, and not crippled) CNC control package. It's DOS based, and is HIGHLY configurable through a turbocnc.ini file. Not terribly unfriendly, either.

    There are also a lot of other choices, some of which advertise on the top of the forum pages...FreeMill, I think, is another, and Mach1 is good, and EMC is one that runs under LINUX but will control anything at all.

    Just look around...you'll find all sorts of options.

    -- Chuck Knight


  3. #3
    Registered balsaman's Avatar
    Join Date
    Mar 2003
    Location
    Canada
    Posts
    2,139
    Downloads
    0
    Uploads
    0
    If your machine uses stepper motors, and your electronics uses step and direction inputs, you can use TurboCNC www.dakeng.com

    Yes, the machines use G and M codes.

    You can use AceConverter to convert DXF files to G codes. www.yeagerautomation.com

    Eric
    I wish it wouldn't crash.


  4. #4
    Registered wjbzone's Avatar
    Join Date
    Apr 2003
    Location
    United States
    Posts
    396
    Downloads
    0
    Uploads
    0
    Welcome to cnczone

    Sounds like a lot of work to write your own controler software. Beyond what I would want to try.

    I use turbocnc (from dakeng.com) and have looked at Mach1. They both use G-M codes.

    I am using my machine for cutting wood - I like programming 3d shapes. I use autocad / tahlcam for generating the G-code.


    Bill.


  • #5
    Moderator HuFlungDung's Avatar
    Join Date
    Mar 2003
    Location
    Canada
    Posts
    4,826
    Downloads
    0
    Uploads
    0
    Welcome, Bunalmis

    I've been reading your other postings, and it seems like you are quite an experienced technician. We look forward to your input. I hope reading and writing English is easy for you
    First you get good, then you get fast. Then grouchiness sets in.

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


  • #6
    Registered bunalmis's Avatar
    Join Date
    Jul 2003
    Location
    Turkey
    Posts
    246
    Downloads
    0
    Uploads
    0
    Thanks for your answers.

    My control electronics has not direction and clock input.

    Control electronics receive commands from the PC (RS232) and has only two command. (Move from current position to new x,y,z coordinate, and set the spindle speed command).

    Control processor is doing lineer interpolation and calculate the stepper motor coils currents calculations.

    Therefore I must write the own G-M code interpreter or I must find ready source.

    CNC system may be slow If I use the PC instead of the control processor (My idea). Am I true ?

    Bulent UNALMIS
    Last edited by bunalmis; 07-21-2003 at 04:54 AM.


  • #7
    Registered balsaman's Avatar
    Join Date
    Mar 2003
    Location
    Canada
    Posts
    2,139
    Downloads
    0
    Uploads
    0
    I use the PC for control. My machine has a resolution of .00013888 inches per pulse from the parallel port and it moves 150" per minute (18,000 hz). Even at that rate the speed limit is mechanical, as the PC is capable of ~27,000 hz. (pentium 166).

    Step and Direction inputs from the PC parallel port is the most common method of controlling steppers, (and servo's) and all the easily available software supports it, as do all the driver boards.

    Eric
    I wish it wouldn't crash.


  • #8
    Gnu
    Gnu is offline
    Registered Gnu's Avatar
    Join Date
    Jun 2003
    Location
    Sweden
    Posts
    26
    Downloads
    0
    Uploads
    0
    how do you know were on the parallel port you connect to the driverboards??

    //Gnu from sweden
    Building machines since 2005


  • #9
    Registered balsaman's Avatar
    Join Date
    Mar 2003
    Location
    Canada
    Posts
    2,139
    Downloads
    0
    Uploads
    0
    The parallel port is numbered pins 1-25. Some are inputs, some are outputs. If you buy a driverboard it's all done for you, and the software just needs to be setup for your driver. With gecko drives it's a little more trouble, but not much. You just need to figure out what you want to do what, and hook it up accordingly.

    Eric
    I wish it wouldn't crash.


  • #10
    Gnu
    Gnu is offline
    Registered Gnu's Avatar
    Join Date
    Jun 2003
    Location
    Sweden
    Posts
    26
    Downloads
    0
    Uploads
    0
    noone of the programs I have tells me anything about that :S atleast I dont understand it..

    and some programs say that you cant setup the driverboards if they are'nt installed.

    But this is how my stuff works. At each board I have one input for the steps and one for the direction and one to reset some counter and then its some jumpers to decide what kind of driving you whant.
    Building machines since 2005


  • #11
    Registered balsaman's Avatar
    Join Date
    Mar 2003
    Location
    Canada
    Posts
    2,139
    Downloads
    0
    Uploads
    0
    Yes, look at the board paperwork. It will tell you what pins are for direction, what pins are for step, and what pins are for enable etc. Setup the saftware the same. (what software do you have and which board?)

    Eric
    I wish it wouldn't crash.


  • #12
    Gold Member chuckknigh's Avatar
    Join Date
    Apr 2003
    Location
    United States
    Posts
    598
    Downloads
    0
    Uploads
    0
    OK, on TurboCNC ( www.dakeng.com ) open up the turbocnc.ini file. Take a look around. Its format is pretty straight forward...labelled sections with clearly labelled enries. You'll find sections for each axis, and entries within them for step pin and direction pin. The numbers are even in decimal instead of binary, so it's particularly easy to read.

    Alternately, you can do this setup from within the program, itself. Menu choice 6 on the main menu.

    -- Chuck Knight


  • Page 1 of 2 12 LastLast

    Similar Threads

    1. Artcam vs. other cad programs
      By zachf in forum General CAM Discussion
      Replies: 7
      Last Post: 07-16-2009, 10:21 AM
    2. program(s) info help
      By mocnc in forum DIY CNC Router Table Machines
      Replies: 2
      Last Post: 09-25-2004, 07:14 AM
    3. how does mach 2 and similar programs know how far to move ?
      By Apples in forum General CAM Discussion
      Replies: 1
      Last Post: 05-11-2004, 03:43 AM
    4. Basic DOS CAD and CAM programs
      By JFettig in forum General CAM Discussion
      Replies: 2
      Last Post: 03-05-2004, 11:43 PM
    5. Cad Programs
      By Bill in forum General CAM Discussion
      Replies: 1
      Last Post: 01-10-2004, 02:24 PM

    Posting Permissions


     


    About CNCzone.com

      We are the largest and most active discussion forum from DIY CNC Machines to the Cad/Cam software to run them. The site is 100% free to join and use, so join today!

    Follow us on

    Facebook Dribbble RSS Feed


    Search Engine Friendly URLs by vBSEO ©2011, Crawlability, Inc.