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:

Rocketmachinist

Verified Members
  • Posts

    727
  • Joined

  • Last visited

About Rocketmachinist

  • Birthday 09/11/1986

Uncategorized

  • Location
    Moffett Field

Recent Profile Visitors

3,852 profile views

Rocketmachinist's Achievements

Apprentice

Apprentice (3/14)

  • Dedicated Rare
  • Conversation Starter Rare
  • Very Popular Rare
  • First Post Rare
  • Collaborator Rare

Recent Badges

459

Reputation

  1. I got this code set to work but it just reads super clunky any ideas on how to make it simpler. if return_mode = one, [ pbld, n$, [if gcode$, sgfeed], sgabsinc, sgcode, *sg28ref, "Z0.", [if gcode$, feed], scoolant, e$ if nextop$ = 1003 | tlchg_home, pbld, n$, *sg28ref, "X0.", "Y0.", protretinc, e$ else, pbld, n$, protretinc, e$ ] else, [ pbld, n$, sg00, sg53, *g53_return_z, scoolant, e$ if nextop$ = 1003 | tlchg_home, [ if mi10$ = 0, [ pbld, n$, sg53, *g53_return_x, *g53_return_y, "(Tool change Location)", e$ n$, sg53, protretinc, e$] else, pbld, n$, "G53 Y0. X-24. (Tool Check at Door)", e$ ] else, [ if mi10$ = 0, n$, sg53, *g53_return_x, *g53_return_y, "(Tool change Location)", e$ #added by alex #[if rot_on_x, pbld, n$, sg53, protretinc, e$] else, n$, "G53 Y0. X-24. (Tool Check at Door)" , e$ ]] Thanks in advance This was the original code if return_mode = one, [ pbld, n$, [if gcode$, sgfeed], sgabsinc, sgcode, *sg28ref, "Z0.", [if gcode$, feed], scoolant, e$ if nextop$ = 1003 | tlchg_home, pbld, n$, *sg28ref, "X0.", "Y0.", protretinc, e$ else, pbld, n$, protretinc, e$ ] else, [ pbld, n$, sgabsinc, sgcode, sg53, *g53_return_z, scoolant, e$ if nextop$ = 1003 | tlchg_home, pbld, n$, sg53, *g53_return_y, protretinc, e$ else, pbld, n$, sg53, protretinc, e$ ]
  2. Cimco was 1000% better than predator. Cimco tell you how long the program will take to transfer and also gives you a cancel button. Also if you have something like a Haas and a Moxa 5110, then you can setup the machine with X modem. Its really nice because from the server you can send a whole series of files to a certain machine. When you go to the machine and hit RS232 receive the control will tell the server to send the file. So if you have 5 files waiting to be transferred, just hit receive 5 times. Super nice and easy to setup.
  3. I am getting some mismatch between a hex i am milling on the face of my parts and the holes I am putting in the front. I was wondering if there was a way to take all my positions I drill in my parts and add a full 360 of revolution to those parts to account for backlash? So if my 1st drilled hole is supposed to be 5 degrees it then just becomes 365 degrees instead.
  4. Really what they need to do is work out deals with Cad\cam companies. If you are on current maintenance with a major cam software then you should get access to machining cloud. Charging people $150 a month for something we can get off the tool manufacturers website for free is ludicrous.
  5. It's a symmetric part but no repeated patterns around the part. So when A is rotated to 180 degrees that is the only time those features show up. I don't know what it look like in machine sim or ever verify.
  6. Personal preference, it seems. Personally I like to program from the middle of rotation, then when I backplot the numbers that spit out on the backplot are the same as the part I am going to run, no conversion in the background.
  7. I have a guy at my work who is trying to make some parts on the rotary. He has his wcs set to the center of rotation. But when he creates his 2nd planes he decided to move his t & c plane origin off of his original location and selected the top of the part. Everything backplots fine but when he posts it puts out the numbers like .1 instead of 2.1. I told him to just work completely off of center of rotation but he didn't want to hear it. He said there was a way to shift the origin to wherever he wants but then inside the toolpath you just need to select the original origin and the t & c planes can be where ever he wants. Is his way possible?
  8. I am trying to get my post to put all the H= offsets to the beginning of the program that way i don't have to search for them. G90 G00 G40 M91 M101 G53 G92 X0. Y0. G54 X-.75 Y.4875 G0 X-.75 Y.4875 M20 M78 M78 M80 M82 M84 E1241 (PASS=1) M101 M91 G41 H1=0. G1 X-.7 Y.452 H1 F.11 (Move This H1=0.0 to the top of the program) G2 X-.62644 Y.38929 I0. J-.0745 X-.62551 Y.35387 I-.411 J-.02857 G3 X-.50998 Y.2331 I.11586 J-.00481 G1 X-.05399 X.01025 Y.16885 G2 X.0145 Y.1586 I-.01025 J-.01025 G1 Y-.1586 G2 X.01025 Y-.16885 I-.0145 J0. G1 X-.05399 Y-.2331 X-.50995 G3 X-.56516 Y-.24732 I.00085 J-.11761 X-.62344 Y-.32735 I.05617 J-.10214 X-.62552 Y-.36667 I.2731 J-.03415 G2 X-.68779 Y-.45099 I-.0764 J-.00872 G40 G1 X-.74045 Y-.48673 E1242 (PASS=2) M101 M91 G42 H2=0. G1 X-.68821 Y-.44873 H2 F.12 (Move this H2=0.0 to the top of the program) I found this section of code but don't know how to make it put all the offsets in all at once pccomp #Wire Compensation if (ccomp$ = 2 | ccomp$ = 3) & ccomp$ <> prv_ccomp$, [ sccomp if (hreg_style = two | hreg_style = three), *offset$ if (hreg_style = four), [ pload20200 #Set tlrad$ value based upon 20200 line *offset$, no_spc$, "=", *tlrad$ # Load the (wire offset)'H' variable (this line is what is called) need_H = yes$ ] comp_on = yes$ # Wire Comp. is going active if cuttype <> zero, pmflag = yes$ ] else, sccomp
  9. I'm pretty sure Ara has had one of the DMG Mori 5x machines with ultrasonic. I know he was having some trouble with it. I did also get to meet James from Selway last Friday. Super standup guy as well. Thanks for inviting me to look at those Matsuuras, they looked pretty nice.
  10. Sure James. I will dm you my phone number and you can give me a call when it would be good to swing by.
  11. We looked at them briefly. I didn't flag anyone down and get into the weeds on them. I should have gone back and talked with them more we just ran out of time. We all took a shift at a booth in the student area. Between looking at the machines and talking to erp software people. I only had an hour and a half to mad dash through the tooling area before we had to go to some other event.
  12. We looked at the Hermle C650 & C250 and the Okuma M560V-5AX at IMTS last week. All 3 are sweet machines. I really like the Hermle, that machine with the new TNC 7 control... sooo nice. Both the Hermle and Okumas can do crash detection inside the control. Super nice. We couldn't look at the DMG because they were doing their own thing outside the show. I did finally get to meet Colin Gilchrist at the show. That guys reputation precedes him, he is so knowledgeable and so nice. I am looking forward to see if we can get him onside to do some training. IMTS was a good show, a little smaller than previous years. Even at that I still didn't have enough time in the 3 days I was there to see everything I wanted to see.
  13. Ron, i just looked at those MAM machines. It doesn't really work for our shop. We are almost exclusively doing ones and twos. If we get a part run of 10 then we start to feel like production machinists. Cycle time tends to take a back seat to "don't f#$% it or the machine up". Right now we have only Haas and Heidenhain in this shop. The Heidenhains are old TNC 426 and it would be nice to get something that isn't that far outside of what everyone else is use to running. But seeing as how we haven't bought anything outside of Haas since 1996 we have no idea how reliable service can be for the other companies. I think my boss crossed off Mazak for that reason.
  14. We had the people from our code say they might be giving us $500k to buy a new machine. But that number could be from $500k to $0. We would like to get something like a UMC 1000 or 750 or 500. But if we can afford things that aren't Haas then we would like to get a good machine if we can afford it. Right now the only trunnion machine we have is a VF-6 with the TRT-310 and that gets really tight. We should have gotten the riser for that machine. So my thought process is get the biggest nicest machine we can get now because we never get any money to buy nicer machines. Even at that most of the machines are still out of the price range of what we might get.

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