586,114 active members*
3,179 visitors online*
Register for free
Login
Results 1 to 3 of 3
  1. #1
    Join Date
    Jan 2008
    Posts
    6

    Help - Heidenhain post processor faulty

    Could anyone tell me which part of my post turns on the spindle on the first line after the tool call command.
    There are NO m3 spindle starts in my programs. The M is no there on the first L xy line.
    Also , anyone know of any tutorials on using the pp software so I can fumble my way through.


    Thank you

  2. #2
    Join Date
    May 2013
    Posts
    37
    You need to call the command @start_tools immediately after a tool change.

    --------------------------------------------------------------------------------

    @change_tool ;
    {nb, '(* TOOL 'tool_number ' - DIA 'tool_diameter '*)'}
    {nb, 'M9'}
    {nb, 'T'tool_number, ' M6'} ;change tool
    call @start_tool
    xpos = xnext
    ypos = xnext
    zpos = tool_start_plane
    call @rapid_move ; generate G0 block
    direction = CCW
    endp



    @start_tool
    if direction eq CCW then
    mcode = 3
    else ; CW
    mcode = 4
    endif
    {'S'spin:integer_def_f, ' M'mcode}
    endp

  3. #3
    Join Date
    Feb 2011
    Posts
    252
    Hi

    I can write a postprocessor for you (SOLIDCAM)

    [email protected]

Similar Threads

  1. Post processor - Pro Engineer to heidenhain 155
    By UKRobotics in forum PTC Pro/Manufacture
    Replies: 17
    Last Post: 04-19-2017, 09:47 AM
  2. Post Processor for heidenhain TNC 150
    By Sheepspeed in forum SolidCAM for SolidWorks and SolidCAM for Inventor
    Replies: 1
    Last Post: 07-13-2009, 10:20 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •