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

Thread: What CNC Book can you recommend?

  1. #1
    Registered
    Join Date
    Feb 2009
    Location
    USA
    Posts
    69
    Downloads
    0
    Uploads
    0

    What CNC Book can you recommend?

    I have been toying with CNC for well over a year now, but most of my endeavors have been by using CAM software which basically generates all the G Code I need to do the part in question. I did learn a little bit of basic G Codes such as G0 and G1 to do some manual stuff, but most of my operations have been with the computer controls or the controller interpreting the CAM generated G Code.

    I think I have come to the point where I want to actually learn all this G Code. My final intention is to code my own G Code interpreter on a conventional microcontroller as I want to build other CNC machines myself. Instead of using MACH3, EMC or a canned G Code controller, I want to do my own G Code interpreter by coding a microcontroller in C. I have been doing motion control development for the past few 12 years, so all I need is a little bit of a reference to make sure I code the G Codes correctly.

    I went to Amazon and saw a bunch of books on the G Code subject, but it seems the show me how to use the available g Codes to manually program the cutting of a resulting piece. Although all of this is good information, I am also interested in a book that can steer me into what would it take to understand the algorithms being executed as any given G Code is interpreted. Is there such a book or resource out there?

    Thanks for any pointer you may provide!


  2. #2
    Community Moderator Al_The_Man's Avatar
    Join Date
    Dec 2003
    Location
    Canada
    Posts
    19114
    Downloads
    0
    Uploads
    0
    CNC programming Handbook by peter Smid is one of the bibles.
    Also there is a free simulator CNCsimulator.com.
    http://www.cncsimulator.com/
    For mathematical algorithms etc there is Computer Numerical Control Programming by Michael Sava and Joseph Pusztai.
    Al.
    CNC, Mechatronics Integration and Custom Machine Design (Skype Avail).

    “Logic will get you from A to B. Imagination will take you everywhere.”
    Albert E.


  3. #3
    Registered fordav11's Avatar
    Join Date
    Aug 2011
    Location
    Fordaville
    Posts
    1713
    Downloads
    0
    Uploads
    0
    The CNCSimulator is a great program. I've been using it for years.
    But it's a little annoying that it expires for no reason and has to have the 'petrol tank' filled up again. It's total B.S. Most of the time the petrol thing doesn't even work. If you look on their forum there are hundreds of people saying the same thing. If you can't fill up the tank it won't work at all and can't even be re-installed from scratch because they check things and don't allow it to run once the petrol has run out.

    If anyone is interested I figured out how to keep it going without doing the petrol B.S.

    I can post the info here if anyone is interested......


  4. #4
    Community Moderator Al_The_Man's Avatar
    Join Date
    Dec 2003
    Location
    Canada
    Posts
    19114
    Downloads
    0
    Uploads
    0
    Quote Originally Posted by fordav11 View Post
    If anyone is interested I figured out how to keep it going without doing the petrol B.S.

    I can post the info here if anyone is interested......
    That would be handy!!
    Al.
    CNC, Mechatronics Integration and Custom Machine Design (Skype Avail).

    “Logic will get you from A to B. Imagination will take you everywhere.”
    Albert E.


  • #5
    Registered doorknob's Avatar
    Join Date
    Jan 2010
    Location
    USA
    Posts
    1766
    Downloads
    0
    Uploads
    0
    While it may not be exactly what you asked for, since EMC/LinuxCNC is open source, you might find that studying the source code will illuminate the subject.


  • #6
    Registered fordav11's Avatar
    Join Date
    Aug 2011
    Location
    Fordaville
    Posts
    1713
    Downloads
    0
    Uploads
    0
    Quote Originally Posted by Al_The_Man View Post
    That would be handy!!
    Al.
    hehe! I thought there would be interest.
    It's a huge pain when it's running on a machine that doesn't have internet access like an old laptop off-site at another location.

    If you delete the entire directory and re-install it still won't run.
    Basically they leave some hidden stuff in the registry.
    When it's uninstalled that stuff is still there. Even if the registry info is deleted it still won't run because when the petrol runs out they stealthily dirty some of the files so it won't run without a new petrol file regardless.
    I couldn't be bothered to figure out what files exactly are modified since a delete and re-install via batch file takes just a few seconds.

    See attached .bat and .reg (zipped)
    Run the .bat it will delete the files then run the .reg and kill the registry stuff. If you put cncsetup453.exe in the same dir it'll re-install it for you. The tool files remain untouched.

    .bat file contents....
    del "C:\Program Files\CncSimulator\*.*" /q
    cnc_uninstall.reg
    cncsetup453.exe

    .reg file contents....
    Windows Registry Editor Version 5.00
    [-HKEY_LOCAL_MACHINE\SOFTWARE\ChMts]
    "msCheck"=dword:00000002


    The minus before HKEY removes the entry. You can double-click the .reg to remove it manually.

    Note that once this gets out they will probably change it and release a new version (typical cat and mouse game software companies play with hackers) so get the current version 4.53f now and keep it handy
    The file is cncsetup453.exe , 3.92 MB (4,114,451 bytes)

    Looks like they are working on a pro version now. Something I look forward to cracking in the future. Or maybe they will come to their senses and realize that CNC machines don't run on petrol. Hmmmm.



    Enjoy
    Attached Files Attached Files


  • #7
    Registered
    Join Date
    Feb 2006
    Location
    india
    Posts
    1275
    Downloads
    0
    Uploads
    0
    Fordav11,
    What could be the reason of this error:
    Attached Thumbnails Attached Thumbnails What CNC Book can you recommend?-error.jpg  


  • #8
    Registered fordav11's Avatar
    Join Date
    Aug 2011
    Location
    Fordaville
    Posts
    1713
    Downloads
    0
    Uploads
    0
    It could be caused by many things. What program/version?


  • #9
    Registered
    Join Date
    Feb 2006
    Location
    india
    Posts
    1275
    Downloads
    0
    Uploads
    0
    CncSimulator Pro Ver: 1.0.6.4 Beta

    The downloaded setup file has the name: CncSimProSetup1064

    Is it possible for you to send me the setup file which works.


  • #10
    Registered fordav11's Avatar
    Join Date
    Aug 2011
    Location
    Fordaville
    Posts
    1713
    Downloads
    0
    Uploads
    0
    you need the old version. The version is 4.53F.
    In my (old) post I did warn people about getting the old version before they changed it.....

    You can find the old version with google. Or if you still need it send me a PM and I'll reply with a private download link.


  • #11
    Registered
    Join Date
    Feb 2006
    Location
    india
    Posts
    1275
    Downloads
    0
    Uploads
    0
    PM sent.
    Thanks for your kind offer of help.


  • #12
    Registered
    Join Date
    Feb 2006
    Location
    india
    Posts
    1275
    Downloads
    0
    Uploads
    0
    Downloaded.
    It works though I have to learn its use.
    Is it time-stamped or would work for ever?

    Thanks a lot, fordav.


  • Page 1 of 2 12 LastLast

    Similar Threads

    1. Recommend mastercam book
      By fjbart70 in forum Mastercam
      Replies: 4
      Last Post: 02-08-2011, 05:36 PM
    2. Need Help!- Recommend a bit
      By Drools in forum CNC Tooling
      Replies: 5
      Last Post: 04-09-2010, 01:12 PM
    3. Could you recommend a good book on CNC milling?
      By rpopiel in forum General Metalwork Discussion
      Replies: 6
      Last Post: 02-20-2008, 05:22 PM
    4. Can you please recommend?
      By kamen123 in forum General CNC (Mill and Lathe) Control Software (NC)
      Replies: 0
      Last Post: 02-04-2008, 06:59 AM
    5. Could anyone recommend a good book on learning mechanical design?
      By nagjames in forum Mechanical Calculations/Engineering Design
      Replies: 21
      Last Post: 01-22-2008, 12:21 AM

    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.