how to stop arcs from being interpolated


Results 1 to 11 of 11

Thread: how to stop arcs from being interpolated

  1. #1
    *Registered User* cryptopsy's Avatar
    Join Date
    Jul 2018
    Posts
    14
    Downloads
    0
    Uploads
    0

    Default how to stop arcs from being interpolated

    Hello,

    I draw a circle, extrude, then generate a 2.5D operation "face mill" . The type is spiral. It should be producing gcode with 02/3 arcs. What's wrong here? The program is like 2500 lines.

    -Point interpolation is unchecked.
    -Approximate arc by line is unchecked.
    -Geometry is not silhouette
    -It is not a spline since it is just a circle created in solidworks.
    postprocessor is aweaFANUC

    In visi, the postprocessor does not interpolate, producing the same path of about 50 lines or less. Here it is 2500 and producing poor surface.

    Similar Threads:


  2. #2
    Registered
    Join Date
    Jan 2012
    Location
    USA
    Posts
    36
    Downloads
    0
    Uploads
    0

    Default Re: how to stop arcs from being interpolated

    Hi cryptopsy,

    Unfortunately, there is no gcode command for a spiral. To be a true spiral, the arc (G2/G3) would not work because the spiral is actually a spline that is continuing to change as it gets bigger or smaller. Thus producing a point-to-point gcode.


    Highest Regards,
    Darrin - SolidCAM



  3. #3
    *Registered User* cryptopsy's Avatar
    Join Date
    Jul 2018
    Posts
    14
    Downloads
    0
    Uploads
    0

    Default Re: how to stop arcs from being interpolated

    Quote Originally Posted by Mikay19 View Post
    Hi cryptopsy,

    Unfortunately, there is no gcode command for a spiral. To be a true spiral, the arc (G2/G3) would not work because the spiral is actually a spline that is continuing to change as it gets bigger or smaller. Thus producing a point-to-point gcode.


    Highest Regards,
    Darrin - SolidCAM
    What spiral type should i use to replace the spiral with g2/3 moves? There must be some type that permits this, since i generated it in visi.
    What if i want to do a helical path, would it interpolate arcs? Like in this exact example :


    Last edited by cryptopsy; 07-14-2018 at 01:27 AM.


  4. #4
    Member CitizenOfDreams's Avatar
    Join Date
    Nov 2012
    Location
    USA
    Posts
    1267
    Downloads
    4
    Uploads
    0

    Default Re: how to stop arcs from being interpolated

    Edit: What kind of spirals are we talking about? A flat one ( R=var, Z=const)? Or a downward spiral (R=const, Z=var)?

    Last edited by CitizenOfDreams; 07-14-2018 at 08:20 AM.


  5. #5
    Registered
    Join Date
    Jan 2012
    Location
    USA
    Posts
    36
    Downloads
    0
    Uploads
    0

    Default Re: how to stop arcs from being interpolated

    I am assuming that visi did an arc fit during the creation of the spiral. Which means it is not really a spiral but a series of larger/smaller arcs that are connected. I don't see a way to create a true spiral using arcs.

    Regards,
    Darrin - SolidCAM



  6. #6
    *Registered User* cryptopsy's Avatar
    Join Date
    Jul 2018
    Posts
    14
    Downloads
    0
    Uploads
    0

    Default Re: how to stop arcs from being interpolated

    It is a spiral for a facing operation, so it is const Z and it doesn't have to be a true spiral.



  7. #7
    Member
    Join Date
    Jun 2010
    Location
    Australia
    Posts
    4256
    Downloads
    4
    Uploads
    0

    Default Re: how to stop arcs from being interpolated

    A true spiral has a constantly changing radius of curvature.Neither CAM programs nor g-code can handle that.
    However, one can do a very good approximation by doing a number of 180 degree segments at decreasing radii.

    Cheers
    Roger



  8. #8
    Member mactec54's Avatar
    Join Date
    Jan 2005
    Location
    USA
    Posts
    15362
    Downloads
    0
    Uploads
    0

    Default Re: how to stop arcs from being interpolated

    Quote Originally Posted by RCaffin View Post
    A true spiral has a constantly changing radius of curvature.Neither CAM programs nor g-code can handle that.
    However, one can do a very good approximation by doing a number of 180 degree segments at decreasing radii.

    Cheers
    Roger
    Give me any possible curvature or spline you can come up with and I'm sure I can make the G-code for it in my cam program

    Here is a Spiral took me all of 2 minute's start to finish, of course it is not a true spiral, but anything is possible with a good cam program, the cam software I use has had this operation for about 15 years may be longer has many more useful operations like this

    Attached Thumbnails Attached Thumbnails how to stop arcs from being interpolated-spiral-jpg  
    Mactec54


  9. #9
    Registered
    Join Date
    Jan 2012
    Location
    USA
    Posts
    36
    Downloads
    0
    Uploads
    0

    Default Re: how to stop arcs from being interpolated

    cryptopsy,

    RCaffin is correct, you can draw the path in pretty simply if you really want a spiral like path without so many lines.

    Darrin - SolidCAM



  10. #10
    *Registered User* cryptopsy's Avatar
    Join Date
    Jul 2018
    Posts
    14
    Downloads
    0
    Uploads
    0

    Default Re: how to stop arcs from being interpolated

    Quote Originally Posted by RCaffin View Post
    A true spiral has a constantly changing radius of curvature.Neither CAM programs nor g-code can handle that.
    However, one can do a very good approximation by doing a number of 180 degree segments at decreasing radii.

    Cheers
    Roger
    Visi generates this automatically. I should not have to draw my own spirals, because if i want to change the width of cut , or i change the tools, i have to redraw the spiral.



  11. #11
    Member
    Join Date
    Jun 2010
    Location
    Australia
    Posts
    4256
    Downloads
    4
    Uploads
    0

    Default Re: how to stop arcs from being interpolated

    I use a parametric program for spirals. Take radius R of spiral area, divide by 0.8*D, where D is the tool diameter, and you have the number of full loops needed. Both R & D are editable parameters. The 0.8 allows for path overlap. It's just maths, which g-code is well able to handle.

    Cheers
    Roger



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
  •  


About CNCzone.com

    We are the largest and most active discussion forum for manufacturing industry. The site is 100% free to join and use, so join today!

Follow us on


Our Brands

how to stop arcs from being interpolated

how to stop arcs from being interpolated