Jump to content

Welcome to eMastercam

Register now to participate in the forums, access the download area, buy Mastercam training materials, post processors and more. This message will be removed once you have signed in.

Use your display name or email address to sign in:

Jody

Verified Members
  • Posts

    452
  • Joined

  • Last visited

Posts posted by Jody

  1. oh wait now that you say that no it did nt work right then. it checked T1. the first tool in the program I posted used T25.

    code:

     %

    O0

    (PROGRAM NAME - MACHINE_GROUP_1 )

    (DATE=DD-MM-YY - 01-06-06 TIME=HH:MM - 15:01 )

    ( TOOL 25 1/4 SPOTDRILL 90 DEG DIA .25 )

    ( TOOL 51 1/4 DRILL DIA .25 )

    ( TOOL 110 1/32 BALL ENDMILL DIA .03125 )

    N1 G20

    N2 G0 G17 G40 G49 G80 G90

    ( TOOL 25 1/4 SPOTDRILL 90 DEG DIA .25 )

    ( HAAS.DLL )

    ( MACHINE GROUP 1 )

    N3 T25 M6

    N4 G0 G90 G54 X-2.1269 Y1.5864 S2500 M3

    N5 G43 H25 Z.1

    N6 G187 E.005

    N7 G99 G82 Z-.1 R.1 P.5 F10.

    N8 X-1.1525 Y1.1101

    N9 G80

    N10 M5

    N11 G91 G28 Z0. M9

    G65 P9853 B1. T1 H.3

    N12 G28 Y0.

    N13 G187

    N14 M01

    ( TOOL 51 1/4 DRILL DIA .25 )

    ( HAAS.DLL )

    ( MACHINE GROUP 1 )

    N15 T51 M6

    N16 G0 G90 G54 X-1.1525 Y1.1101 S1069 M3

    N17 G43 H51 Z.1

    N18 M8

    N19 G187 E.005

    N20 G99 G83 Z0. R.1 Q.075 F4.3

    N21 G80

    N22 M5

    N23 G91 G28 Z0. M9

    G65 P9853 B1. T51 H.3

    N24 G28 Y0.

    Jody

  2. I have been trying to figour it out myself but I give up. The first tool puts all the code there except the T# that is just blank.

     

    code:

     G65 P9853 B1. H.3 

    i did get the check tool to show up in teh misc values page. i used #10 and it would not work so i tried #9 and it worked.

     

    Thanks

    Jody

  3. ConnorMac,

     

    I put the code in as you showed. how do you get the misc integers to show the name "Check Tool" and not the standard "Misc. Integer[#]"?

     

    Also with using the Misc. Integer it seems to be offwhen posting the check tool code. so if

    operation #1 misc int is 0 'off' it does not post the check tool code

    oper #2 miscint is 0 'off' the code is posted

    oper #3 misc int in 1 'on' the code is posted

     

     

    Thank you

    Jody

  4. How can I change my post to put the block numbers every 25 or 100 lines and not every line?

     

    I know that I have seen it but can't find it again.

    How do I limit the number of charactor in per line. the HAAS does not like what I have?

     

     

    Thank you

    Jody

  5. OK after I got my head out of my arse I did get a better results. but for some reason it does not put the code in after the first tool is done. It is there after the last tool though.

     

    code:

     %

    O0

    (PROGRAM NAME - TEST5-30-06 )

    (DATE=DD-MM-YY - 30-05-06 TIME=HH:MM - 10:38 )

    ( TOOL 26 1/2 SPOTDRILL 90 DEG DIA .5 )

    ( TOOL 42 NO. 21 DRILL FOR 10-32 SCREW DIA .159 )

    ( TOOL 41 5/32 DRILL DIA .15625 )

    N1 G20

    N2 G0 G17 G40 G49 G80 G90

    ( TOOL 26 1/2 SPOTDRILL 90 DEG DIA .5 )

    ( HAAS.DLL )

    ( MACHINE GROUP 1 )

    N3 T26 M6

    N4 G0 G90 G54 X-.9259 Y.8745 S1300 M3

    N5 G43 H26 Z.1

    N6 G187 E.005

    N7 G99 G81 Z-.1 R.1 F7.8

    N8 X-2.9733

    N9 Y-.5556

    N10 X-.9259

    N11 G80

    N12 M5

    N13 G91 G28 Z0. M9

    N14 G28 Y0.

    N15 G187

    N16 M01

    ( TOOL 42 NO. 21 DRILL FOR 10-32 SCREW DIA .159 )

    ( HAAS.DLL )

    ( MACHINE GROUP 1 )

    N17 T42 M6

    N18 G0 G90 G54 X-2.5514 Y2.9527 S950 M3

    N19 G43 H42 Z.1

    N20 G187 E.005

    N21 G99 G81 Z-.69 R.1 F2.7

    N22 G80

    N23 M5

    N24 G91 G28 Z0. M9

    G65 P9853 B1. T42 H.1

    N25 G28 Y0.

    N26 G187

    N27 M01

    ( TOOL 41 5/32 DRILL DIA .15625 )

    ( HAAS.DLL )

    ( MACHINE GROUP 1 )

    N28 T41 M6

    N29 G0 G90 G54 X-.9259 Y.8745 S1711 M3

    N30 G43 H41 Z.1

    N31 M8

    N32 G187 E.005

    N33 G99 G83 Z-1. R.1 Q.0469 F4.1

    N34 X-2.9733 P.5

    N35 Y-.5556

    N36 X-.9259

    N37 G80

    N38 M5

    N39 G91 G28 Z0. M9

    G65 P9853 B1. T41 H.1

    N40 G28 Y0.

    N41 G187

    N42 M30

    %

    I did try to stage tools in the machine def's or someplace but the machine does not do it. I do not know why?

     

    Thank you for the help.

     

    Jim and ConnorMac

     

    I have know clue how to use the misc. int. or the manual entry thing. what benefit are those for this that or anything.

  6. I dont need to put the first line

    code:

     pbld, t$, "M6", e$ 

    in if the tool that I want to check was the last tool that ran, right?

     

    The t$ is the tool that was last called up?

    The e$ is an end of Block call?

     

    I am not going to worry about the variable thing yet. untill I can figure out how to call a sister tool up.

     

    Thank you much

     

    Jody

  7. Found out yesterday that it is so easy to check the tool for breakage before the next tool change. You throw in a G65 P9853 B1 T1 H.5;

    T(tool # you are checking)

    H(Tool breakage tolerance value in metric)

     

    Here is the test code that worked for me yesterday.

     

    T110 M06

    G65P9853B1T110H.5

    T110 M6

    G0 G90 G54 X-3.0518 Y.1915 S11500 M3

    G43 H110 Z2.

     

    I hope that helps the slower folks (like me) that have been wondering as i have, how to use the Renishaw system more than just setting the tool heights and the part.

     

     

    Now the questions

    How can i throw in that code and if the tool it broke grab the sister tool and start running the sister at the last good tool check?

     

    How can I find out when the last check was if the tool is broke? I guess I could leave the machine on and look at the code, but I would like to have the machine shut down after X time passes not running anything.

     

    How can I have my post add that line in at every tool change so I don't have to add it manually?

     

     

    I have the book 'Parametric Programming for CNC machine Tools and Touch Probes' ordered. I hope that it will help me with the learning of macro's, probes, CNC, God, bosses, government, kids and women. Well maybe not all of those.

     

    I have read that Renishaw's customer support is lousy. I would agree some but after several messages in the afternoon then again the next morning to different people there, I left one for the guy that helped me out the most last time I called, and he called back within an hour. So I learned now that I will only ask for him, he cares and did not rush me off the phone.

     

     

    Thank you

    Jody

  8. Wow I just got this email.

     

     

    quote:

    SURFCAM has added a standard direct translator from Mastercam into SURFCAM.

     

    Now you can get the PRODUCTIVITY enhancements of the patented VELOCITY roughing routines using the old geometery of your Mastercam system.

     

    YOU CAN TRADE-IN YOUR mastercam SYSTEM for more productivity and not loose a thing.

     

    CALL FOR TRADE-IN details.

     

    Call Diana @ 800-477-2317 x307 e-mail [email protected]

     

     

     

     

    mastercam is a registered trademark of cnc software


    Now who would want to down grade to smurfcam?

     

    Jody

Join us!

eMastercam - your online source for all things Mastercam.

Together, we are the strongest Mastercam community on the web with over 56,000 members, and our online store offers a wide selection of training materials for all applications and skill levels.

Follow us

×
×
  • Create New...