585,880 active members*
7,904 visitors online*
Register for free
Login
IndustryArena Forum > CAM Software > EdgeCam > Edit post for ProtoTRAK TMX control
Results 1 to 4 of 4
  1. #1
    Join Date
    Oct 2009
    Posts
    2

    Edit post for ProtoTRAK TMX control

    I'm creating a post using EC2015R2 for a ProtoTRAK TMX control. In their notes, they require the Tapping Cycle (G84) to have a "B" value where B=Begin Depth. The example in their manual is " G84 X0. Y0. Z-2. R.1 B0. Q.05"
    It seems the "B" value is the top of the thread. My question is how can I edit the code constructor to output the "B" value in that line. I can hard code it as "zero" but for a recessed hole that may not be best.
    For drilling cycles they don't specify the top of the hole, just the "R" value which is the rapid position above the hole (retract plane).
    Any help is appreciated.

  2. #2
    Join Date
    Feb 2017
    Posts
    1

    Re: Edit post for ProtoTRAK TMX control

    did you ever get this sorted out? I've recently purchased a Trak 2Op and have just run into the exact same issue with tapping.

    Chris

  3. #3
    Join Date
    Oct 2009
    Posts
    2

    Re: Edit post for ProtoTRAK TMX control

    I did, took some coding though.
    It does need a "B" in the code so that had to be hard coded then user defined values for "R" and "B"
    Here's what the code constructor for "Tapping Cycle" looks like.

    %GOTO @END
    ;CODE:
    ;CODE:
    ;CODE: @RPLANE
    ;CODE: #USER10 = #RTAPRETRACT
    ;CODE: @END
    ;CODE: #USER11 = #ZMOVE
    (Begin Tapping Cycle)
    [DELETE][BLKNUM][RETRACTGCODE][TAPGCODE][<C>XMOVE][<C>YMOVE][<C>ZDEPTH] R[USER-11] B[<C>USER-10] [PITCH][CYCLESPEED]

    Good luck with this and even more if you try to get helical moves to work !
    They will but really nothing like how the manual describes it.

  4. #4
    Join Date
    Nov 2018
    Posts
    26

    Re: Edit post for ProtoTRAK TMX control

    If you need post PM me

Similar Threads

  1. Post for Prototrak 1630SX lathe SLX control
    By cncharleydude in forum Post Processors for MC
    Replies: 10
    Last Post: 01-08-2021, 01:10 PM
  2. CamWorks Post for ProtoTrak DPM V3 with SM control
    By toolmakerdude in forum CamWorks
    Replies: 1
    Last Post: 09-08-2011, 11:17 PM
  3. Replies: 2
    Last Post: 10-30-2008, 04:19 PM
  4. Replies: 0
    Last Post: 10-25-2008, 01:03 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
  •