586,094 active members*
4,030 visitors online*
Register for free
Login
IndustryArena Forum > CAM Software > Dolphin CAD/CAM > Mill Post Processor Question block numbers
Results 1 to 7 of 7
  1. #1
    Join Date
    Apr 2014
    Posts
    4

    Mill Post Processor Question block numbers

    Good morning all,

    I purchased Mill Pro a couple weeks ago and have been working on setting up my post processor. We only use block numbers on the first line of each tool. Tool number one is N100 tool number 2 is N200 etc. I changed the post to eliminate all the other block numbers no problem. The problem is the only tool numbering the line the way I want is the first tool N100. The post is counting all the blocks so tool number 2 will come out N1900 not N200 as there is 19 block in between. Is there any way to change this ?? I have attached the post processor.

    Thanks,

    Dave

  2. #2
    Join Date
    Feb 2007
    Posts
    413

    Re: Mill Post Processor Question block numbers

    Hello,

    Yes, you can change this.

    You will need to add this to the SELCT tool rule in the post


    "N" ($TOOLNO*100:TOOL)

    This will output the letter N followed by the tool number times 100

    ATB
    andre

  3. #3
    Join Date
    Apr 2014
    Posts
    4

    Re: Mill Post Processor Question block numbers

    Good morning Andre,

    Thanks for your reply. I changed my post as you suggested. Now I get the following.

    NT**G0G17G90G40G80G94G54

    This is how the post looks with the change

    :SELCTL = {
    UNSET (G1) unset (G7)
    if ( $Z ne $ZTLOAD ) then
    "M9" EOB
    "G0"(G91) (G28)"Z0" EOB
    endif
    IF ($USR1 EQ 0) THEN
    NULL
    ELSE
    "M9" EOB
    "G0"(G91)"G28Z0" EOB
    "M1" EOB
    ENDIF
    UNSETALL
    "N"($TOOLNO*100:TOOL) (G0) (G17) (G90) (G40) (G80) (G94) #OFF EOB
    (M6) $TOOLNO:TOOL EOB
    (M8) EOB
    (G90) (G0) (G43) ($CLEARP:ZAXIS) $TLCNO:TLC EOB
    SET $USR1 = 1
    }

    Did I not do this correctly?

    Thanks,
    Dave

  4. #4
    Join Date
    Feb 2007
    Posts
    413

    Re: Mill Post Processor Question block numbers

    Hello Dave,

    What you have is correct - the problem is with the number of digits allowed in the Word section at the beginning of the post. The word for TOOL will be something like "T" DD, change it to "T" DDD this will allow numbers up to 999.

    ATB
    Andre

  5. #5
    Join Date
    Apr 2014
    Posts
    4

    Re: Mill Post Processor Question block numbers

    Hi again Andre,

    I can be a real pain .
    That solved the problem as far as the asterisk showing up, and now numbers the blocks the way I want. But you will notice it is putting a T after the N in the block number as shown below. Any way around this ??

    NT100G0G17G90G40G80G94G54

    Again thanks for your help.

    Dave

  6. #6
    Join Date
    Feb 2007
    Posts
    413

    Re: Mill Post Processor Question block numbers

    Hello Dave,

    I'm being a bit slow this afternoon, TGIF - of course you don't need the T.

    In the Words section copy n paste the TOOL entry, rename the copy as TOOL1 change it to "N" DDD and then in the SELCTL rule just have this ($TOOLNO*100:TOOL1)

    ATB
    Andre

  7. #7
    Join Date
    Apr 2014
    Posts
    4

    Re: Mill Post Processor Question block numbers

    Success Andre !!

    Works perfect.

    Thanks again,
    Dave

Similar Threads

  1. Replies: 4
    Last Post: 02-12-2013, 08:56 PM
  2. Help Needed! Haas Mill Mill 2 Post Processor for Camworks
    By brettwemyss in forum Post Processor Files
    Replies: 0
    Last Post: 07-12-2012, 02:55 AM
  3. How to make block numbers to be shown on the screen?
    By dmitriy in forum Uncategorised MetalWorking Machines
    Replies: 0
    Last Post: 07-16-2011, 10:24 AM
  4. Block numbers and file sizes, heid 426
    By KevinV_MEI in forum Bridgeport / Hardinge Mills
    Replies: 2
    Last Post: 07-09-2011, 03:21 AM
  5. Block Numbers
    By phoodieman in forum Mastercam
    Replies: 2
    Last Post: 01-22-2008, 10:40 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
  •