Results 1 to 2 of 2

Thread: v24 drilling, post, and safety height

  1. #1
    Registered
    Join Date
    Mar 2011
    Location
    USA
    Posts
    5
    Downloads
    0
    Uploads
    0

    Question v24 drilling, post, and safety height

    I don't know about you, but I like to do my drilling in the morning. First thing. So in BobCAD I prioritize by features, make my part, set up my drilling, pocketing, and then profiling, etc.

    My problem appears to come in with the post:

    Code:
    /(BEGIN PREDATOR NC HEADER)
    /(MACH_FILE=3XVMILL.MCH)
    /(MTOOL T1 S4 D.25 C0. A180. H2.)
    /(MTOOL T2 S2 D.25 C.125 A0. H2.)
    /(SBOX X-.9026 Y-.3432 Z-.74 L15.3528 W10.0727 H.74)
    /(END PREDATOR NC HEADER)
    
    N1 ( IMPROVED_MOTOR_MOUNT.NGC)
    N2 ( EMC2  )
    N3 ( MON. 05/23/2011 11:37PM)
    N4 G17 G20 G40 G49
    N5 G80 G90
    N6 (FEATURE DRILL HOLE)
    N7 (MSG,LOAD.25 DRILL)
    N8 T1 M06
    N9 S901 M3
    N10 G0 G54 X3.73 Y8.4186
    N11 G43 H1 Z.1
    N12 M8
    N13 G83 G99 X3.73 Y8.4186 Z-.78 R.1 Q.125 F3.61
    N14 X5.4461 Y8.4369
    N15 X8.4461
    ..etc..
    Now...I fire up my machine (Book Machine with EMC2), home it, load the file and hit run. Well, since my machine is at Z0 and my work surface isn't perfectly flat...N10 ends up dragging/cutting across the stock until it gets to N11 which then goes to Z.1 (my safety height) and then it begins pecking my holes...

    My question is, since I'm a forgetful sort...if I don't want to modify every single one of my files by hand...how can I get the post processor to force safety height Z.1 first thing no matter what. I'd like to be a drilling first thing in the morning kind of a guy instead of a manual jog to safety height to .1" and then drilling kind of guy.



    Cheers and thanks in advance.


  2. #2
    Registered
    Join Date
    Mar 2011
    Location
    USA
    Posts
    5
    Downloads
    0
    Uploads
    0
    Nevermind. Watched the video and figured it out.

    Code:
    Customization file for EMC2
    Post variables listed in MillPostVariables.pst
    ****Version number MONTH DAY YEAR****
    1000. Version Information = Version Month Day Year? "9.2 07 02 2010"
    
    0. File header
    	start_add_block_delete
    	"(BEGIN PREDATOR NC HEADER)"
    	"(MACH_FILE=3XVMILL.MCH)"
    	output_tool_list
    	output_stock_definition
    	"(END PREDATOR NC HEADER)"
    	stop_add_block_delete
    	" "
    
    1. Start of file programmed zero
    	n,"( ",prog_name,")"
    	n,"(",machine_make," ",machine_model,")"
    	n,"( ",output_date," ",output_time,")"
    	n,user_comment_1
    	n,user_comment_2
    	n,user_comment_3
    	n,user_comment_4
    	n,user_comment_5
    	n,user_comment_6
    	n,user_comment_7
    	n,user_comment_8
    	n,user_comment_9
    	n,user_comment_10
    	n,user_comment_11
    	n,user_comment_12
    	n,user_comment_13
    	n,user_comment_14
    	n,user_comment_15
    	n,"G17",inch_mode, "G40","G49"
    	n,"G80",absolute_coord
    	n,feature_name_comment
    	n,"(MSG,LOAD",tool_diameter," ",tool_name,")"
    	n,t,"M06"
    	n,s,spindle_on
    	n,rapid_move,work_coord,xr,yr,output_rotary_angle
    	n,length_offset,force_z,zr
    	n,coolant_on
    
    2. Start of file Standard
    	n,"( ",prog_name,")"
    	n,"(",machine_make," ",machine_model,")"
    	n,"( ",output_date," ",output_time,")"
    	n,user_comment_1
    	n,user_comment_2
    	n,user_comment_3
    	n,user_comment_4
    	n,user_comment_5
    	n,user_comment_6
    	n,user_comment_7
    	n,user_comment_8
    	n,user_comment_9
    	n,user_comment_10
    	n,user_comment_11
    	n,user_comment_12
    	n,user_comment_13
    	n,user_comment_14
    	n,user_comment_15
    	n,"G17",inch_mode, "G40","G49"
    	n,"G80",absolute_coord
    	n,feature_name_comment
    	n,"(MSG,LOAD",tool_diameter," ",tool_name,")"
    	n,t,"M06"
    	n,s,spindle_on
    	n,"G00 Z.1"
    	n,rapid_move,work_coord,xr,yr,output_rotary_angle
    	n,length_offset,force_zr,zr
    	n,coolant_on


Similar Threads

  1. siemens 840D post deep hole drilling
    By meadowtech in forum FeatureCAM CAD/CAM
    Replies: 0
    Last Post: 03-01-2011, 07:09 PM
  2. Replies: 4
    Last Post: 02-05-2011, 01:25 PM
  3. safety conscience, or safety paranoia?
    By Marino MFG in forum Safety Zone
    Replies: 2
    Last Post: 04-03-2009, 04:34 PM

Visitors found this page by searching for:

Nobody landed on this page from a search engine, yet!
SEO Blog

Posting Permissions


 


About CNCzone.com

    We are the largest and most active discussion forum from DIY CNC Machines to the Cad/Cam software to run them. The site is 100% free to join and use, so join today!

Follow us on

Facebook Dribbble RSS Feed


Search Engine Friendly URLs by vBSEO ©2011, Crawlability, Inc.