585,894 active members*
4,962 visitors online*
Register for free
Login
IndustryArena Forum > CAM Software > BobCad-Cam > Post Processor Modification
Results 1 to 2 of 2
  1. #1
    Join Date
    Jan 2005
    Posts
    73

    Post Processor Modification

    On my CNC router we use a ZShift function to reference the top of the material. The ZShift is the sum of the material thickness and a 1/4 wasteboard. I have my post setup that it brings up the material thickness, but I cannot figure out the formula to add the 1/4" wasteboard thickness. Does anyone know how to do this formula in the Notepad editor.

    Thanks,

    Zach

  2. #2
    Join Date
    Dec 2011
    Posts
    361

    Re: Post Processor Modification

    Zach,

    You would have to script that into a program block. Say we are using program block 1. Where you want the Z shift, you would type program_block_1. Then in program block 1, you would doing the following.

    dblZShiftValue = Round(MILL_GetGlobalStockHeight(),4) + .25
    Mill_SetReturnstring("ZSHIFT=" & dblZShiftValue)

Similar Threads

  1. Post processor modification for a 1990 SHINX war horse
    By Randomsledge in forum CNC Machining Centers
    Replies: 0
    Last Post: 03-05-2016, 07:56 AM
  2. X3 Post processor modification for Emcotronic tm02 mill
    By cf_tech in forum Post Processors for MC
    Replies: 4
    Last Post: 01-19-2013, 06:49 PM
  3. Post modification
    By westerfieldcct in forum BobCad-Cam
    Replies: 0
    Last Post: 12-11-2010, 05:28 PM
  4. V8 Post Modification?
    By mjp in forum Post Processors for MC
    Replies: 1
    Last Post: 01-05-2009, 12:30 PM
  5. Post modification help?
    By bassn_07 in forum Esprit
    Replies: 3
    Last Post: 06-16-2008, 08:56 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
  •