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:

MSL

Verified Members
  • Posts

    316
  • Joined

  • Last visited

Everything posted by MSL

  1. Hi, Go to tool manager/ right click on tool/ save geometry to level. Good luck. Ara.
  2. I usually pick a tool close to my custom tool and save geometry and then edit my tool and holder. The colors are already there. Ara.
  3. Same happens with me. I cannot open my machine def. It will delete my control def. file and make a tamp file. Ara.
  4. Hi Robert, If your reseller is here in Southern California, How can you request a post from In House solution in Canada? Thanks. Ara.
  5. Hi Oscar, I did the changes, when I’m doing a simultaneous cut, it posts out good. But on drilling ops giving me a wrong B axis sign, ( all me B axis should be negative). I’ll work on it see what is the problem. Thanks for your help. Ara.
  6. Hi. The generic Haas TR series post that comes with Mastercam made for Haas Trunnion that sits along the X axis. The one I'm working on, sits along Y axis. First I changed This.(rotdir2$ = vecx #Direction Changed from (vecy) to (vecx) 09/26/12 ). There is a hole at B-90. And A0. but the post, post out a positive B and A-90. My pack plot and verify is not right either. When I verify my part instead of show my part on –x side, it shows on +Y quarter of screen. Thanks. Ara.
  7. Hi, Can someone help me with the changes in the post and machine def. for a Haas TR-160Y Trunnion Table? I can not make it work right. I'm using the generic Haas TR series post that comes with Mastercam. Using X6MU2 Thanks in advance. Ara. Here is some of the areas in the post you might need to see. # 5 Axis Rotary Settings # -------------------------------------------------------------------------- #Assign axis address str_pri_axis : "B" str_sec_axis : "A" str_dum_axis : "C" #Toolplane mapped to top angle position strings str_n_a_axis : "B" str_n_b_axis : "A" str_n_c_axis : "C" #Machine rotary routine settings mtype : 0 #Machine type (Define base and rotation plane below) #0 = Table/Table #1 = Tilt Head/Table #2 = Head/Head #3 = Nutator Table/Table #4 = Nutator Tilt Head/Table #5 = Nutator Head/Head head_is_sec : 1 #Set with mtype 1 and 4 to indicate head is on secondary #Preferred setup is pri. zero matches sec. zero/direction #Zero machine and determine the planes perp. to axis rotations #These plane combinations are valid: #Primary plane XY XZ YZ #Secondary or XZ XY XY #Secondary YZ YZ XZ #Primary axis angle description (in machine base terms) #With nutating (mtype 3-5) the nutating axis must be the XY plane rotaxis1$ = vecy #Zero rotdir1$ = -vecx #Direction #Secondary axis angle description (in machine base terms) #With nutating (mtype 3-5) the nutating axis and this plane normal #are aligned to calculate the secondary angle rotaxis2$ = vecz #Zero rotdir2$ = vecx #Direction # Changed from (vecy) to (vecx) 09/26/12 #NOTE: Use of 'top_map' requires the dealer match the # above settings below. These must match initial settings!!! p_nut_restore #Postblock, restores original axis settings result = updgbl(rotaxis1$, "vecy") #Zero result = updgbl(rotdir1$, "-vecx") #Direction result = updgbl(rotaxis2$, "vecz") #Zero result = updgbl(rotdir2$, "vecy") #Direction
  8. Hi Colin, Thanks for the reply. This post is for one of our local community collage, Since they don't have any luck with their local reseller. I'm volunteering my time to make it work, but don't have lot of experience on editing post. So, it will take me a while to get it right. Appreciate your help. Ara. head_is_sec : 1 #Set with mtype 1 and 4 to indicate head is on secondary #Preferred setup is pri. zero matches sec. zero/direction #Zero machine and determine the planes perp. to axis rotations #These plane combinations are valid: #Primary plane XY XZ YZ #Secondary or XZ XY XY #Secondary YZ YZ XZ #Primary axis angle description (in machine base terms) #With nutating (mtype 3-5) the nutating axis must be the XY plane rotaxis1$ = vecy #Zero rotdir1$ = -vecx #Direction #Secondary axis angle description (in machine base terms) #With nutating (mtype 3-5) the nutating axis and this plane normal #are aligned to calculate the secondary angle rotaxis2$ = vecz #Zero rotdir2$ = vecx #Direction # Changed from (vecy) to (vecx) 09/26/12 #NOTE: Use of 'top_map' requires the dealer match the # above settings below. These must match initial settings!!! p_nut_restore #Postblock, restores original axis settings result = updgbl(rotaxis1$, "vecy") #Zero result = updgbl(rotdir1$, "-vecx") #Direction result = updgbl(rotaxis2$, "vecz") #Zero result = updgbl(rotdir2$, "vecy") #Direction
  9. Hi Colin, Could you check see if this part of my post is ok. Something is not right, can not find out why!!!! It's a Haas TR-160Y Trunnion Table which sits along Y axis. Thanks. Ara. # -------------------------------------------------------------------------- # 5 Axis Rotary Settings # -------------------------------------------------------------------------- #Assign axis address str_pri_axis : "A" #Changed from "B" to "A" 09/26/12 str_sec_axis : "B" #Changed from "B" to "A" 09/26/12 str_dum_axis : "C" #Toolplane mapped to top angle position strings str_n_a_axis : "A" #Changed from "B" to "A" 09/26/12 str_n_b_axis : "B" #Changed from "A" to "B" 09/26/12 str_n_c_axis : "C" #Machine rotary routine settings mtype : 0 #Machine type (Define base and rotation plane below) #0 = Table/Table #1 = Tilt Head/Table #2 = Head/Head #3 = Nutator Table/Table #4 = Nutator Tilt Head/Table #5 = Nutator Head/Head
  10. Hi Oscar, I made the changes. It looks right. just need to run my test program. Thanks. Ara.
  11. Not sure what kind of magnet. I need to find out. Thanks. Ara.
  12. Thanks for the reply gcode. Any idea for tooling? Ara.
  13. Hi, I have to machine a groove with a 3/16 ball endmill on magnet. Any suggestion about tool feed and speed? Thanks. Ara.
  14. Hi, We just bought a Haas TR-160Y Trunnion Table. I need to do a test run on it. Was wondering if anyone out there is using this machine? If I start with the generic Haas TR series post that comes with Mastercam what should I change first since the TR160Y is sitting along the Y axis? Using X6MU2 Thanks in advance. Ara.
  15. Thanks Roland. I will do that.
  16. Hi, I'm using a modified Mplmaster post to program our Bridgeport EZ-Path lathe. I need to do my tool change before my rapid move position. How can I change that in my post? Below is the example of my G-code. Using X5MU1 Thanks in advance. Ara. 0001 RAPID ABS X0.6000 Z0.1000 <---------- need to switch line 0002 to 0001 0002 TLCHG I1 T01 01<--------- 0003 SETRPM S0750 0004 RAPID ABS X0.7000 Z0.0140 0005 AUXFUN M8 0006 LINE ABS X-0.0150 Z0.0140 F.003 0016 RAPID ABS X0.6000 Z0.1000 0017 AUXFUN M5 0018 AUXFUN M9 0019 AUXFUN M0
  17. Hi JParis, My geometry made of arcs and lines. I don't have any splines there. I'm getting my G02,G03 with I,J codes. Which filter setting you are talking about? Thanks. Ara.
  18. Hi. I'm trying to machine a simple 2d geometry but somehow can not get an smooth arc on my part. It looks like machining splines, but the geometry is arcs and lines. Not sure its a post issue or the machine its self. Attached is a picture of my control def. setting. Our post is a modified mpmaster. using Mastercam X5MU1 Thanks in advance. Ara.
  19. Thanks,I think I'll start with MPmaster post.
  20. Hi, How can I update my V9 post to X5? I tried it last year for X4, but some how it didn't work. Do I need to do some changes in new control and machine def. that my update creates? Thanks. Ara.
  21. Got it.Swapped the "l" for a "$". Thank you very much Keith for your time.

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