586,469 active members*
3,036 visitors online*
Register for free
Login
IndustryArena Forum > CAM Software > BobCad-Cam > choppy G01 moves instead of smooth G02 and G03
Page 1 of 2 12
Results 1 to 20 of 28
  1. #1
    Join Date
    Aug 2010
    Posts
    188

    choppy G01 moves instead of smooth G02 and G03

    Hello everyone, im trying to machine a large radius into the face of a steel plate and im having trouble getting BobCAD to output some decent looking code.

    i have drawn the plate as a solid and then drawn a cylender as a solid and subtracted the cylinder from the plate. i am using a planar function to try and cut the contour into the surface of the plate.

    instead of outputting smooth G02 and G03's i am getting a bunch of choppy G01 moves. i have selected the arcfit box and it doesnt help. the only thing that seems to help is if i increase the arc tolerances and the machine tolerances,

    and even then it still has some short choppy sections please help!

    -OSP200M post processor
    -V26 BobCAD

  2. #2
    Join Date
    May 2013
    Posts
    701

    Re: choppy G01 moves instead of smooth G02 and G03

    Quote Originally Posted by jay_dizzle View Post
    Hello everyone, im trying to machine a large radius into the face of a steel plate and im having trouble getting BobCAD to output some decent looking code.

    i have drawn the plate as a solid and then drawn a cylender as a solid and subtracted the cylinder from the plate. i am using a planar function to try and cut the contour into the surface of the plate.

    instead of outputting smooth G02 and G03's i am getting a bunch of choppy G01 moves. i have selected the arcfit box and it doesnt help. the only thing that seems to help is if i increase the arc tolerances and the machine tolerances,

    and even then it still has some short choppy sections please help!

    -OSP200M post processor
    -V26 BobCAD
    Maybe your problem? 3D large Gcode
    2D smaller Interpolated Gcode

  3. #3
    Join Date
    Aug 2010
    Posts
    188

    Re: choppy G01 moves instead of smooth G02 and G03

    thank you for the reply, i am currently using the 3 axis selection.

    also, i am cutting a radius out of the face of the plate... like a skateboard half pipe... or like a valley that travels along the y axis...

  4. #4
    Join Date
    Dec 2011
    Posts
    361

    Re: choppy G01 moves instead of smooth G02 and G03

    Jay,

    Does your machine support G131/G130?

  5. #5
    Join Date
    Aug 2010
    Posts
    188

    Re: choppy G01 moves instead of smooth G02 and G03

    Quote Originally Posted by SeanDa View Post
    Jay,

    Does your machine support G131/G130?
    no it does not...

  6. #6
    Join Date
    Dec 2011
    Posts
    361

    Re: choppy G01 moves instead of smooth G02 and G03

    Jay,

    With Okumas, you would need to enable the high speed option on the machine. I know in newer machines, its G131/G130 to enable/disable the high speed contouring option. This would eliminate your issue. Do you know if you machine has any high speed option?

  7. #7
    Join Date
    Aug 2010
    Posts
    188

    Re: choppy G01 moves instead of smooth G02 and G03

    Quote Originally Posted by SeanDa View Post
    Jay,

    With Okumas, you would need to enable the high speed option on the machine. I know in newer machines, its G131/G130 to enable/disable the high speed contouring option. This would eliminate your issue. Do you know if you machine has any high speed option?
    i dont believe it has anything to do with the machine, i can read the code that BobCAD is putting out and it is a bunch of small segments of straight lines that are mixed in with the occasional G02/03.
    the machine is doing exactly what the code is telling it to do.

    all of my okumas are less than 10 years old, osp200 controllers, G131/G130 arent listed in the program manual nor are they listed in the interactive machine menu. high speed cutting is enabled/disabled within the parameters.

  8. #8
    Join Date
    May 2013
    Posts
    701

    Re: choppy G01 moves instead of smooth G02 and G03

    Can you Zip and Post the file

    or maybe just a pic of the solid

  9. #9
    Join Date
    Dec 2011
    Posts
    361

    Re: choppy G01 moves instead of smooth G02 and G03

    Jay,

    For any 3axis toolpath, you are going to get G01 movements from point to point, with the exception of when arc fit is enabled, which creates arc segments where possible based off the defined tolerance. If the machine is running choppy when running these toolpaths, that is because it accelerates,decelerates while going into and out of the segment. This can be resolved by enabling the high speed option through the code, or by modifying the tolerance of the high speed function of the machine.

  10. #10
    Join Date
    Dec 2011
    Posts
    361

    Re: choppy G01 moves instead of smooth G02 and G03

    Jay,

    Here is the manual I am referencing for the Okuma where I saw the G131.
    Attached Thumbnails Attached Thumbnails Okuma-OSP-P200M-P200MA-P20M-P200M-R-P200MA-R-P20M-R-ProgManual.pdf  

  11. #11
    Join Date
    Aug 2010
    Posts
    188

    Re: choppy G01 moves instead of smooth G02 and G03

    i understand the high speed machining function, and i believe it is set up properly on the machine side. my issue is BobCAD outputting G01 movements where there should be arcs.
    the part i am trying to machine has a very very simple radius cut into its face in the G18 plane. this radius should be one simple movement from one point to another, there is no need to break the arc into segments of straight lines.

  12. #12
    Join Date
    Dec 2011
    Posts
    361

    Re: choppy G01 moves instead of smooth G02 and G03

    Jay,

    Upload the .bbcd file in a zip folder and we can take a look and see if we can get you those G02 movements. Also upload the post processor you are using.

  13. #13
    Join Date
    Aug 2010
    Posts
    188

    Re: choppy G01 moves instead of smooth G02 and G03

    here ya go, look forward to hearing from you!

  14. #14
    Join Date
    Dec 2011
    Posts
    361

    Re: choppy G01 moves instead of smooth G02 and G03

    Jay,

    I updated your post processor and increased the arc fit tolerance. This reduced the number of linear segments, while also making the arcs larger. Your post will also now output G18/G17 when it is required.
    Attached Files Attached Files

  15. #15
    Join Date
    Dec 2011
    Posts
    361

    Re: choppy G01 moves instead of smooth G02 and G03

    Jay,

    Also just a note. Your stepover is greater than half of the selected tool. This can be problematic from a left over island standpoint. You should set the stepover to .5 at most for the tool size you are using to get a better finish. Your machining tolerance is also way to larger. The machining tolerance should never exceed .0015 or else your part may not cut correctly.

  16. #16
    Join Date
    Aug 2010
    Posts
    188

    Re: choppy G01 moves instead of smooth G02 and G03

    when i try to open the provided BobCAD file it says "cam tree loading fail" and BobCAD crashes

  17. #17
    Join Date
    Dec 2011
    Posts
    361

    Re: choppy G01 moves instead of smooth G02 and G03

    Jay,

    This means my version of V26 is greater than yours. As far as the arc fit, I do not recommend increasing the tolerance after looking at it. It causes a major gouge on a section of your part. Do use the updated post, as it will atleast allow G18 arcs, which your old post would not. Do you have a g-code list for that machine by chance?

  18. #18
    Join Date
    Aug 2010
    Posts
    188

    Re: choppy G01 moves instead of smooth G02 and G03

    Quote Originally Posted by SeanDa View Post
    Jay,

    Also just a note. Your stepover is greater than half of the selected tool. This can be problematic from a left over island standpoint. You should set the stepover to .5 at most for the tool size you are using to get a better finish. Your machining tolerance is also way to larger. The machining tolerance should never exceed .0015 or else your part may not cut correctly.
    yes i agree, these were just things i was messing with to try to get the program to output properly

  19. #19
    Join Date
    Aug 2010
    Posts
    188

    Re: choppy G01 moves instead of smooth G02 and G03

    i had been manually entering the G18 command in the past in order to have the code run

  20. #20
    Join Date
    Dec 2011
    Posts
    361

    Re: choppy G01 moves instead of smooth G02 and G03

    Jay,

    Just looking at the positions in Predator, the code seems to be running OK, without it being choppy in Predator. Try that new post with an arc fit tolerance of .005 and a machining tolerance of .0005 and stepover over .5 or less and see how it works with the new post outputting the correct arc plane. That may have been the issue possibly the entire time.

Page 1 of 2 12

Similar Threads

  1. tb6560 x axis is grinding y is smooth z is smooth im a newbie
    By Hotrod10 in forum Stepper Motors / Drives
    Replies: 1
    Last Post: 04-16-2015, 05:11 AM
  2. 3 sides cut great, one choppy x2
    By billsnogo in forum Benchtop Machines
    Replies: 13
    Last Post: 02-05-2015, 06:18 AM
  3. Replies: 9
    Last Post: 08-06-2014, 10:16 PM
  4. Replies: 25
    Last Post: 09-16-2013, 03:44 AM
  5. Losing steps, smooth jogging, choppy running.
    By Ranscon in forum Automation Technology Products
    Replies: 3
    Last Post: 10-26-2008, 10:19 PM

Tags for this Thread

Posting Permissions

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