BOBCAD V28 MILL POST PROCESSOR


Results 1 to 6 of 6

Thread: BOBCAD V28 MILL POST PROCESSOR

  1. #1
    Member
    Join Date
    Jan 2006
    Location
    usa
    Posts
    15
    Downloads
    0
    Uploads
    0

    Default BOBCAD V28 MILL POST PROCESSOR

    BOBCAD V28 MILL POST PROCESSOR
    FANUC Oi SERIES
    DOOSAN 650 II

    I would like to be able to insert a line of code just before a certain tool change:

    N05 (100 G55 T28 LT MODEL# & SN SET DEPTH W/OFFSET G65 P5502)
    (.01 V-TOOL)
    G65 P5502 (this is the line I would like to insert)
    T28 M06
    T02
    G90 G55 X1.5964 Y2.0574 A 90. S8800 M03

    G65 P5502 invokes the Renishaw probe.

    Many thanks for your time and help!

    Similar Threads:


  2. #2
    Member The Engine Guy's Avatar
    Join Date
    Jun 2008
    Location
    UK
    Posts
    1838
    Downloads
    0
    Uploads
    0

    Default Re: BOBCAD V28 MILL POST PROCESSOR

    To hard code a command into your Post Processor you should insert the code inside quotes where you want it to appear, in your example code you show it before the tool change command so that would be in Blocks 2 & 3 of the Post Processor like this :-

    n,t,"M06"
    "G65 P5502"

    Hope that helps, save a copy of the PP to another location on your PC before you make any changes
    Just open it in Notepad and simply click "save", do not use the "save as" option as it will be saved out as a .txt file that will not work in BobCAD

    If you have any problems then you can Zip up a copy of the PP and upload it here and someone will make the changes for you

    Regards
    Rob
    :rainfro: :rainfro: :rainfro:



  3. #3
    Member
    Join Date
    Jan 2006
    Location
    usa
    Posts
    15
    Downloads
    0
    Uploads
    0

    Default Re: BOBCAD V28 MILL POST PROCESSOR

    Thank You, The Engine Guy!

    Won't that technique insert my hard code at every tool change? I can only have the "G65 P5502" at the front of line N05.

    I have found an advanced posting link so I am looking into that, in case you can help in this direction. I don't know if it will work: http://www.cnczone.com/forums/bobcad...d-post-re.html



  4. #4
    Member The Engine Guy's Avatar
    Join Date
    Jun 2008
    Location
    UK
    Posts
    1838
    Downloads
    0
    Uploads
    0

    Default Re: BOBCAD V28 MILL POST PROCESSOR

    Quote Originally Posted by naa73x View Post
    Thank You, The Engine Guy!

    Won't that technique insert my hard code at every tool change? I can only have the "G65 P5502" at the front of line N05.

    I have found an advanced posting link so I am looking into that, in case you can help in this direction. I don't know if it will work: http://www.cnczone.com/forums/bobcad...d-post-re.html
    Yes, it will, however if you just have it in the Block 2 of the PP and not the Block 3 it will only appear then at the start of the program, I am assuming from your reply that the Renishaw is only probing the Part and is not doing tool measuring ??

    If you want to be able to choose an individual Feature to have the line of code inserted then you will need to either script it or use an advanced posting page very much as per the other thread you have found

    Regards
    Rob
    :rainfro: :rainfro: :rainfro:



  5. #5
    Member
    Join Date
    Jan 2006
    Location
    usa
    Posts
    15
    Downloads
    0
    Uploads
    0

    Default Re: BOBCAD V28 MILL POST PROCESSOR

    Many Thanks Rob!

    The block2 technique works the way I need it to as there is no reason not to do the probe at the beginning of the post. I had it in my head that the probe needed to be done just before the op. duh. Problem Solved thanks to The Engine Guy!



  6. #6
    Member The Engine Guy's Avatar
    Join Date
    Jun 2008
    Location
    UK
    Posts
    1838
    Downloads
    0
    Uploads
    0

    Default Re: BOBCAD V28 MILL POST PROCESSOR

    You`re welcome

    Regards
    Rob
    :rainfro: :rainfro: :rainfro:



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
  •  


About CNCzone.com

    We are the largest and most active discussion forum for manufacturing industry. The site is 100% free to join and use, so join today!

Follow us on


Our Brands

BOBCAD V28 MILL POST PROCESSOR

BOBCAD V28 MILL POST PROCESSOR