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

Everything 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. quote: Is that magazine expandable? 240 tools is a bit light for 32 pallets??I was thinking the same thing. .
  3. quote: There are 26 more pallets to fill. So get to work! Why not just add a robot (or two) for loading and unloading and go 720+ hours of unmanned operation? ,
  4. quote: I know a few that do, and they are worth every penny and more.Actually, I do too and they are worth it. Too bad Cali's cost of living and commute time eats away at it. ,
  5. Heard rumor that "Top Dogs" in Cali make 150k/yr. ,
  6. We are really busy here with 5x work. We have a three year backlog of work. Local shops are holding up well with the exception of Eclipse Aviation which is having financial problems. ,
  7. 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 ,
  8. 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. .
  9. hmm, I haven't had a problem with setting mine. I just make sure that I check the box. ,
  10. Machine Group Properties - Tool settings - Adjust feed on arc move - Min arc feed. Is that what you are looking for? ,
  11. quote: Ahoy!, I have a customer who would like some custom parts made. He is after stainless brake discs and I was curious as to what type of ss and treatment for this application. Also, anyone know a good place for cast wheel blanks with the tyre profile and bore already finished? Click here for 420 Stainless Steel rotor blanks. Click here for Forged and Cast aluminum wheel blanks. ,
  12. 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. ,
  13. Thanks for the reply mfranco. Oops, I did not think about the 360+ degree output. You just need to add an if statement to subtract 360 when m_521 is equal to or greater than 360 degrees. If you need help with that let me know. ,
  14. Nice Greg!! , [ 06-09-2008, 12:13 AM: Message edited by: mgsanchez ]
  15. 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 ]
  16. 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.", eto this; quote: pbld, n, *sgcode, "G49", *sg28, "Z0.", eAs far as the rest, it's hard to tell what mods that you have made to your post for me to be much help. ,
  17. 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! ,
  18. 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. ,
  19. In all fairness to Dragracer1951, Haas' SL-10 with a bar feeder is a problem child. Lot's of guys in this area have had nothing but problems with that package. In fact, they refuse to buy another Haas because of it. ,
  20. quote: ...Methods, Machinist, Machine thats what puts parts out the door seen plenty of high end machines not properly programed setup or run no matter what machine you have its not just the machine its the whole package That is so true!! ,
  21. Kyle Waters I will email them to you when I get home this evening. Anybody else? I do know that they work for TI-83 and TI-84s. .
  22. I will email them to you when I get home this evening. I am not sure if they are compatible with a TI-85, but you can give it try. I do know that they work for TI-83 and TI-84s. .

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