587,657 active members*
3,499 visitors online*
Register for free
Login
Results 1 to 14 of 14
  1. #1
    Join Date
    Dec 2003
    Posts
    40

    cutting large arc's

    Hi I have problems cutting large arcs ( 1 metre +) and hope some one can help me . My problem is when I cut large arcs the arc surface has slight wavy edges on the arc circumference, this presents a problem as I am trying to mate several pieces of wood together.
    I built my own CNC which is very ridged and is driven by large steppers and run via CNCplayer software (real time DOS so no windows lag) I also designed and made the 8 amps stepper drivers. I draw the patterns on Auto Cad which is then converted to cnc player.

    The drawn arc on the screen is perfect and is made up of many nodes. When running the CNC the steppers execute the node then stop this happens on every node. So the x and y axis is stopping and starting many times which I assume may be the problem.

    I have tried for hours to resolve but with no luck , can some one suggest what I am doing wrong . I cant work out if it is the soft ware , my amps or the drawing from Auto cad.
    Regards Peter

  2. #2
    Join Date
    Mar 2003
    Posts
    35538
    You need to use either G2 or G3 in your code instead of what I assume to be all G1's.

    Gerry
    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)

  3. #3
    Join Date
    Jan 2004
    Posts
    236
    I second that. Some CAM packages generate a series of lines to represent a circle, and others generate a bona-fide circle! You want the later!!!

    Mike...

    Originally posted by ger21
    You need to use either G2 or G3 in your code instead of what I assume to be all G1's.

    Gerry

  4. #4
    Join Date
    Feb 2004
    Posts
    62
    Peterklos,

    I'm interested in those 8A drivers you've designed.. if possible, could you post a schematic when your arc problems are resolved?

    thanks in advance

    /U

  5. #5
    Join Date
    Aug 2003
    Posts
    114
    Probably cncplayer has no constant velocity contouring, just like turbocnc. In that case the steppers ramp up and down between every node in a curve. In autocad you don't want to see many nodes in a circle, just the centre and four points on the circle. If you have that, the conversion program should translate it as a G02 or G03, not many lines. A G02 or G03 will not cause the up- and downramping.

    John

    PS. Quick and dirty, if you really need the parts made, just temporarily set the max. stepper speed equal to the start speed in the cncplayer motion settings. Slow but should work.

  6. #6
    Join Date
    Mar 2003
    Posts
    2139
    Try converting the geometry in ace converter, you should get arcs, and not a zillion lines.


    Eric
    I wish it wouldn't crash.

  7. #7
    Join Date
    Mar 2003
    Posts
    35538
    Eric, if you reread his post it sounds like his drawing is made up of straight segments, not just his g-code.

    Gerry
    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)

  8. #8
    Join Date
    Dec 2003
    Posts
    40
    RE stepper drivers -(Urgundiz)
    HI all my circuits are on bits of paper I will draw on protel ( or similar) and send to you .

    They use descreate FETs in the output as I was sick of blowing up L6203's , You can push them past 8 amps with no problems . just heat . I use choppers with load resistors to increase slew rates , Load resistors are made up of old room heater elements

  9. #9
    Join Date
    Dec 2003
    Posts
    40
    Many Thanks
    I guess CNCplayer does not have constant velocity contoring. ( will check with cnc player( cnc player still works in progress)
    Just to confirm my process . I draw the file in Auto cad and save in DXF . I then convert the DXF file to a PLT file in cncplayer and run the job with cncplayer via PLT file. I dont ever use any G codes

    regards Peter

  10. #10
    Join Date
    Mar 2003
    Posts
    2139
    I am thinking the drawn acrs on his screen is refering to the cncplayer screen....I was hoping he could verify the dxf by converting it with ace.

    E
    I wish it wouldn't crash.

  11. #11
    Join Date
    Dec 2003
    Posts
    40
    many thanks Balsa Man I have tried ACE converter and I experience the same problems. You are correct re the screen drawings they are on the CNCplayer screen.
    peter

  12. #12
    Join Date
    Dec 2003
    Posts
    25
    I am using also cncplayer and doing exactly as peterklos. But constantly getting error message "Stop in cycle". Probably some elementary thing but can't find out. Any idea would be appreciated?

  13. #13
    Join Date
    Apr 2006
    Posts
    3498
    I am also interested in ur 8A circuit... could u start a thread about it,,

    """"""HI all my circuits are on bits of paper I will draw on protel ( or similar) and send to you ."""

  14. #14
    Join Date
    Apr 2006
    Posts
    3
    Have you run the sorter in CncPlayer to remove any duplicate lines from the imported dxf file then convert to plt, you also have three options for the G02 / G03 standard xy-ij or Fanuc xy-r and angle ij-a you can also change the G02 and use vectorise for the circle. if you post the dxf file I will check for you, does the simulation run the file smooth.
    Chris

Similar Threads

  1. large 4x8 router for cutting foam boat plugs
    By waterboy in forum DIY CNC Router Table Machines
    Replies: 15
    Last Post: 02-09-2005, 04:59 PM
  2. Cutting circles and arcs
    By Hack in forum CNC Machine Related Electronics
    Replies: 4
    Last Post: 11-08-2004, 10:12 PM
  3. Cutting Large Diameter Holes in Aluminum Plate
    By barkster in forum Uncategorised MetalWorking Machines
    Replies: 18
    Last Post: 04-07-2004, 11:44 AM
  4. Cutting !@#$% Arcs...
    By Joe Petro in forum Uncategorised CAM Discussion
    Replies: 5
    Last Post: 01-13-2004, 03:17 AM
  5. Do you account for climb cutting in G code?
    By fyffe555 in forum DIY CNC Router Table Machines
    Replies: 12
    Last Post: 11-07-2003, 02:21 AM

Posting Permissions

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