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:

mgsanchez

Verified Members
  • Posts

    120
  • Joined

  • Last visited

Posts posted by mgsanchez

  1. quote:

    I've also heard of vapor polish but I don't know if it's MEK vapor (like Plexi glue) or what but if someone knows I'd like to know too.

    I would highly recommend vapor polishing. One place that I worked in the past would "vapor polish" polycarbonate with excellent results. It's quick and easy. Just do a google search for "vapor polishing" to find the chemicals and processes involved.

     

    ,

  2. Bullet Bob,

    Renashaw published a couple of manuals for their probing system to help with programming Haas probes. If you contact Renashaw they can email you the manuals in PDF format.

     

    Here are the part#'s

     

    H-2000-6066-0B-A (Probe installation manual for HAAS VF series machines)

     

    H-2000-6222-00-B (Inspection Plus software for Haas machining centres)

     

    HTH

     

    ,

  3. quote:

    geometry 100% of the time.

    Same here!

    quote:

    Anyone ever have trouble with a plane that won't kick out a rotational value if posted with other paths or only outputs 0 degrees if posted alone?

    Rarely, but when I do, it is usually something I did wrong.

     

    .

  4. quote:

    Well never........It’s less than a year old....

    You might check that the machine is level (a quick and easy check). With lighter machines I have found that when they get out of level that they tend to twist and cause problems simular to what you are experiencing.

     

     

    ,

  5. quote:

    2. I would like to use #511=270. #512=50. instead of the G65 P9507 macro.

     

    3. In the two program rotation lines I need the "*p_out, *s_out" values in for R. In the first program line - R=*p_out + 90 and the second should be R=*s_out.

    In this post sample, the R should read R0. (270+0) and second line R should read R50.

     

    This part of the post for these two lines is:

    if stagetool <= one, pbld, n,"G68 X0 Y0 Z0 I0 J0 K1 R", e

    if stagetool <= one, pbld, n,"G68 X0 Y0 Z0 I1 J0 K0 R", e

     

    The first two issues are just preferences, but this last issue is necessary.

    This should fix items 2 and 3 for you. There are probably easier ways to do this, but this seems to work. Let me know if this works out for you.

     

    I'm assuming that you want #511 and #512 as outputs from the machine rotation position(?)

     

     

    Add this to your fmt list

    quote:

    # ----------------------------------------------

    # macro output

    # ---------------------------------------------

    fmt 11 m_511 # macro var 511

    fmt 11 m_512 # macro var 512

    fmt R 11 m_521 # macro var 521

    fmt R 11 m_522 # macro var 522

    # ----------------------------------------------

    Change this

    quote:

    else

    [

    if stagetool <= one, pbld, n,"G65 P9096", e

    if stagetool <= one, pbld, n, *t, "M6", e

    if stagetool <= one, pbld, n,"M997", e

    if stagetool <= one, pbld, n,"G65P9507", *p_out, *s_out, e

    if stagetool <= one, pbld, n,"G65 P9503", e

    if stagetool <= one, pbld, n,"G68 X0 Y0 Z0 I0 J0 K1 R", e

    if stagetool <= one, pbld, n,"G68 X0 Y0 Z0 I1 J0 K0 R", e

    To This;

    quote:

    else,

    m_511 = p_out

    m_512 = s_out

    m_521 = m_511+90.

    m_522 = m_512

    [

    if stagetool <= one, pbld, n,"G65 P9096", e

    if stagetool <= one, pbld, n, *t, "M6", e

    if stagetool <= one, pbld, n,"M997", e

    if stagetool <= one, pbld, n, 35, "511=", *m_511, e

    if stagetool <= one, pbld, n, 35, "512=", *m_512, e

    if stagetool <= one, pbld, n,"G65 P9503", e

    if stagetool <= one, pbld, n,"G68 X0 Y0 Z0 I0 J0 K1", *m_521, e

    if stagetool <= one, pbld, n,"G68 X0 Y0 Z0 I1 J0 K0", *m_522, e

    ,

     

    [ 06-08-2008, 06:58 PM: Message edited by: mgsanchez ]

  6. Mfranco

    quote:

    1. I would like to use G53 G0 Z0 to send Z home.

    For my post, I just change the G28 to a G53

     

    From this;

    quote:

    #Select reference return code

    sg28
    G28
    #First reference point return

    sg30 G30 #Second reference point return

    sg28ref #Target string

     

    fstrsel sg28 mi3 sg28ref


    To this;

    quote:

    #Select reference return code

    sg28
    G53
    #First reference point return

    sg30 G30 #Second reference point return

    sg28ref #Target string

     

    fstrsel sg28 mi3 sg28ref


    I also removed "*sgabsinc" and added a "G49" from prefreturn;

     

    From this;

    quote:

    pbld, n, *sgcode, *sg28, *sgabsinc, "Z0.", e

    to this;

    quote:

    pbld, n, *sgcode, "G49", *sg28, "Z0.", e

    As far as the rest, it's hard to tell what mods that you have made to your post for me to be much help.

     

    ,

  7. quote:

    IF I knew exactly the work mix and volume ahead of time, and I had the money for the deposit!.

    Good response. It does sound like you know what work you are looking for based on the type of machine you picked. You could still do it. You will just have to work a little harder in the beginning. Knowing that you have a payment due is a great motivator to bring more work in. Having a better machine means that you can process more work in a shorter time frame and make more money to pay for the machine.

     

    Then there is the problem of the down payment. Do what ever you can to get it, beg, borrow, steal, hock everything you have. In the long run you will be happy that you did!

     

     

    ,

  8. quote:

    Anyway, I am buying a Haas myself shortly, only because I am starting and a machine with an equivalent envelope to a GR-712 with extended Z is four times the price.

    If you did the ROI as suggested by Dragracer1951, you might find out that in may be more benificial to buy the more expensive machine. Just a thought. wink.gif

     

    ,

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...