585,973 active members*
4,013 visitors online*
Register for free
Login
IndustryArena Forum > CAM Software > SolidCAM for SolidWorks and SolidCAM for Inventor > SolidCAM line, arc, rapid G-code in every line
Results 1 to 4 of 4
  1. #1
    Join Date
    Jun 2018
    Posts
    2

    Post SolidCAM line, arc, rapid G-code in every line

    Hi Guys!

    I need help, my problem is, that my cnc control needs line (G1), arc(G2/G3) and rapid G-code in every line where it have to be, but Solidcam posts only in the first line, for example:

    G00 Z25
    Z-2
    G01 X25
    Y25
    X-25
    G02 Y-25 X0 R25
    Y0 X25 R25
    G00 Z25

    But i need in every line the command for example:

    G00 Z25
    G00 Z-2
    G01 X25
    G01 Y25
    G01 X-25
    G02 Y-25 X0 R25
    G02 Y0 X25 R25
    G00 Z25

    Where i have to modify the gpp file or machine ID file, to look like the second example!

    Thanks in advance!

  2. #2
    Join Date
    May 2006
    Posts
    803

    Re: SolidCAM line, arc, rapid G-code in every line

    Gcodes are modal commands,
    once set,
    next line uses the prior Gcode rather than include it as redundant info..
    This was implemented during the 1960's to shorten tape length.
    If the control requires every line a full command ? gotta put it in
    Been doing this too long

  3. #3
    Join Date
    Nov 2017
    Posts
    44

    Re: SolidCAM line, arc, rapid G-code in every line

    See picture.

    Attached Thumbnails Attached Thumbnails 1.png  

  4. #4
    Join Date
    Jun 2018
    Posts
    2

    Re: SolidCAM line, arc, rapid G-code in every line

    Thank you

Similar Threads

  1. Replies: 0
    Last Post: 02-28-2018, 09:44 PM
  2. SolidCam Postprocessor with g in every line
    By Gustavo314 in forum SolidCAM for SolidWorks and SolidCAM for Inventor
    Replies: 0
    Last Post: 10-09-2017, 03:20 AM
  3. Replies: 17
    Last Post: 09-14-2015, 02:48 AM
  4. How to make Mach3 go line by line in the g-code?
    By flyingpickles in forum Mach Mill
    Replies: 6
    Last Post: 02-07-2015, 09:18 PM
  5. Replies: 3
    Last Post: 04-08-2011, 01:48 AM

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
  •