Pierce Counter

Discussion in 'CNC Cutting' started by modelaratrod, Jun 5, 2016.

  1. modelaratrod

    modelaratrod Member

    Joined:
    Mar 27, 2016
    Messages:
    5
    Likes Received:
    1
    Trophy Points:
    68
    I can get the counter to work if I export and import as a dxf but can not get it to work if I use the machining cut tool "scissors" in TM8 and then open g code in TM4, which is how I set my feed rate.

    Anyone have the pierce counter working using the cut tool scissors?
     
  2. Dnmeistr-LECS

    Dnmeistr-LECS Well-Known Member

    Joined:
    Dec 22, 2015
    Messages:
    705
    Likes Received:
    109
    Trophy Points:
    123
    When you output a file in TM Cad is creates a gcode file so there is no chance for the conversion from DXF and inserting the proper commands once imported into TM4. The fix is to modify your Macros under M-Code Definitions page of TM4, look at your macro that designates the Start, insert the G160 command after the code that tells the torch to turn on. Such as if the Plasma on command is M50, insert G160 after that line once you edit the macro.
     
  3. modelaratrod

    modelaratrod Member

    Joined:
    Mar 27, 2016
    Messages:
    5
    Likes Received:
    1
    Trophy Points:
    68
    M-Code Macro 1.jpg
    Thanks Dennie, here's the M-Code Definitions > edit M-Code Macro. Is this where the G160 goes?
     
  4. Dnmeistr-LECS

    Dnmeistr-LECS Well-Known Member

    Joined:
    Dec 22, 2015
    Messages:
    705
    Likes Received:
    109
    Trophy Points:
    123
    Yes insert the line after the M20 command, create another line next line down, it will read:
    M20
    G160
    M101 I1
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice