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:

Greg_J

Verified Members
  • Posts

    963
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by Greg_J

  1. When ever I had issues it was always the geometry. Please share the file so we can see.
  2. Thanks for the reply Zoffen! I used the Palletec system a few years bad with a Integrex i630 and it worked well, the interface was pretty simple but we weren't doing production at the time. We don't do any true 5 axis work here but would greatly decrease production time with the "done in one" mindset. I was considering the machine for use with a tombstone and vises set on them to do multiple parts and as many setups in one setup. See following video.
  3. What do you guys think of this machine? https://www.mazakcanada.com/machines/variaxis-i-600/
  4. Sounds like your machine def is incorrect for the machine you're using, it needs to be configured to match your machine as well as your post.
  5. When using Transform try using the Create new operations and geometry check box at the top right of the window. It doesn't fix the issue but it will allow for a good verification.
  6. Do you have RCTF checked in your program? In your Control Def under Feed what are the settings? Inverse?
  7. I haven't found a way inside the tool path but this work around may work for you. Right click on the program, click on Edit selected operations then Reverse tool path. Keep in mind climb and conventional milling you may want to reverse them.
  8. Thanks for the reply. I've been playing with this for awhile now trying to create one tool that I can use a multiple angles, I should be able to set the tool angle to what ever I want and get the correct B angle posted out and the program should comp the nose rad so I get a good machined model as well. Either I get good code but violations in my stock in Mastercam or I get good stock in Mastercam but bad code. I'll consider your post mod if I can't get this figured out.
  9. Thanks for the reply. If I scan for tool clearances when I rotate the tool to 45 deg for cutting it applies those clearances and gives me a wonky tool path. I don't get any errors on my custom files that I'm using, I have the correct insert and body colours. It seems it has to do with the center point and nose radius and where the custom files origin should be in relation to the center of the radius of the insert or the end of the insert. Mastercam greyed out my compensation choices so I can't try different ones to see if it helps the issue, I have to create a new tool and still some of my options are greyed out .
  10. Hello, I'm having issues creating a custom lathe tool that will cut correctly. For starters my tool is a CMNG 543 tool for my Mazak Integrex C6-DCMN-00090-16 and DNMG 432 C6-DDMNL-00130-1504 When it comes out of the tool changer at B0 pointing toward the chuck and when I OD turn and Face it's at B45. I just can't figure out what it needs from me in order for it to cut correctly. I attached files for you to see what I'm talking about. In the first Machine Group the first three programs are correct and are the current tools that I'm programming with but the issue is I have to change the B angle every time I post manually to 45 and they are just generic tools and not the actual tools I use. I'm using their tool paths as a reference to what I want my custom tools to do. In the second Machine Group the programs that are made with the custom tools listed above and as you can see they aren't the same as the Machine Group. If I change the center point of the tool it fixes one thing but messes up another. In the program I have the tool angle set to 45 so I can get correct B axis position. Any help would be appreciated. Greg Custom Tool Issues.mcx-9 C6-DCMNN-00090-16.mcx-9
  11. What I have set is for our VMC with 4th axis Under Backplot setup - Machine setup (4/5 axis) Type is Table/Table 1st Axis A- Min -1080 Max +1080 2nd Axis Blank L1 = 0 L2 =0
  12. Is it possible to use the check box in the Operations manager - Properties - Tool Settings, under feed calculations - adjust feed on arc move check box? Set a minimum feed?
  13. G53 Z0 homes the machine for tool change. Peck Drilling Sample: N5160 M01 N5170 T98 D98 ;.1495 HSS DRILL N5180 M06 N5190 G54 N5192 G51 E.002 N5200 G00 G90 X3.5873 Y0. A180. S1450 M03 N5210 Z3. T13 N5220 M08 N5230 G94 N5240 G98 G83 Z1.6263 I-.0473 J10 F3. N5250 G79 Z1.6263 N5260 X4.3373 N5270 G80 N5280 M09 N5290 M05 N5300 G53 Z0. N5310 M01 Also Code order for each line matters. On the G83 line move the F before the J and you'll get an error.
  14. What component do I add the geometry to? I tried everyone in the upper tool group and I don't get the "manually move axis" to become un-grayed out. I'm doing something wrong, any ideas? I went though the "add geometry to a machine def".
  15. jlw, Thanks for the reply. Would you have a link to those videos you mentioned? Ray, That's how I was going to do it till either I could create models or find them.
  16. Hello, I have a question about how you would simulate the head on a 5-axis machine. The machine has collision detection so I know the head won't come in contact with the chuck body or jaws. I would like to know if I need to add extensions before I put the program in our database and create appropriate setup sheets. How do you this? Is there a way to utilize the head in the tool tab of a program? TIA. Greg
  17. Mazak Integrex J-400. I did look up G93 in the manual but there is no mention of what value the feed is in (seconds or minutes) and there were no mention of parameters. Thanks for the interest.
  18. Hello, When I run my program using G93 inverse time the motion is extremely slow so I figured I need to change the setting in the Control Def. under feed from minutes to seconds but I see no change to my code. Any ideas why or how to fix this? TIA, Greg
  19. The verify did look good but when I put it in to the machine and simulated there it was out to lunch, the x and z were reversed and the tool length was applied to the tool at B0 not at B90. The tool went down near the chip conveyor, it needed the G68 X0 Y0 Z0 I0 J1 K0 R90.
  20. Thanks Ron I appreciate the offer. I did get it figured out with the help of David an AE at Mazak. I needed a G68 Work Plane Shift in the program when ever you plan to machine on an angle different from the B angle the tool was measured on. I measured the tool at B0 and was running a program at B90. In Mastercam under Misc. Values there was a check box for G68 Work Plane [0=OFF, 1=ON] and that fixed the problem.
  21. Any idea why when the head is at B0 G43 works and then when I move the head at B90 G43 doesn't seem to be working? I read the manual and it says that G43 B0 or just G43 for milling tools and G43 B1 for turning tools.
  22. Hello, I'm using a Integrex j-400 . I have a part and I'm milling with the head at B90. and I need G43 P1 in my code. How do I get MC to out put that code only when I'm using B90.? I looked through the misc. values and I didn't see any settings. TIA, Greg
  23. No type-o, they are similar Incoloy 925 has nickel-iron-chromium and Inconel 625 has nickel-chromium-molybdenum.
  24. Also, if you have a decent part run consider increasing your coolant concentration to 10% or greater. I found it makes a big difference in tool life.

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