586,103 active members*
3,456 visitors online*
Register for free
Login
IndustryArena Forum > CAM Software > BobCad-Cam > v24 drilling, post, and safety height
Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 2011
    Posts
    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.

    :banana:

    Cheers and thanks in advance.

  2. #2
    Join Date
    Mar 2011
    Posts
    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-02-2011, 01:09 AM
  2. Replies: 4
    Last Post: 02-05-2011, 07:25 PM
  3. safety conscience, or safety paranoia?
    By Marino MFG in forum Safety Zone
    Replies: 2
    Last Post: 04-03-2009, 09:34 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
  •