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:

Wanny

Verified Members
  • Posts

    42
  • Joined

  • Last visited

Everything posted by Wanny

  1. I did update but it didn't like the expression I was using in the X3 post, i got a host of errors in the post log, but thanks anyway. However I think I've sorted the problem but can't test until I'm back in tomorrow. Thanks all again
  2. Sorry it's me again!! I haven't had alot of time today to mess with the settings as end of month means get everything out the door. but I did the change that Ron suggested and below is a sample program. It didn't output G55,56 etc as requested but it also didn't output G54 on the first line of code. And when it rotated intead of a G0 I'm getting G1,G2 - G7 where the G55, 56 would of been. Hope that makes sense Any help would be appreciated G0 (G0) X-103.635 Y4.932 A0. (G54 wanted here) G43 H2 Z75. Z52. G1 Z50. F750. X37.86 F3500. Y-4.932 X-103.635 Z52. F2000. G0 Z75. G1 X-103.635 Y4.932 Z75. A45. (should be G0) Z52. G1 Z50. F750. X37.86 F3500. Y-4.932 X-103.635 Z52. F2000. G0 Z75. G2 X-103.635 Y4.932 Z75. A90. *****G0 Z52. G1 Z50. F750. X37.86 F3500. Y-4.932 X-103.635 Z52. F2000. G0 Z75. G3 X-103.635 Y4.932 Z75. A135. *****G0 Z52. G1 Z50. F750. X37.86 F3500. Y-4.932 X-103.635 Z52. F2000. G0 Z75. G4 X-103.635 Y4.932 Z75. A180. *****G0
  3. Thanks all I did want G54 only as the machine that the post is for won't accept any other wcs as it stands. You have to pay extra to get all extra bits added on, bit of a rip off really. So Ron's mod I think will do the trick, I will test it out today. Thanks again
  4. Thanks Ron I'll try that in the morning
  5. Hi all My boss has finally taken the plunge and we now have X4mu1 running on one of our computers (the other 1 stiil running X3mu1). After setting it all up I updated the posts and all but 1 are ok with no error messsages after a bit of tweeking here and there. The 1 I'm having trouble with is a modified Generic Fanuc 4X mill. I want it to post out G54 at the beginning only and when I change to mill say the front to rotate the part which it does but not add a new wcs(G55). As I learnt from this forum if I put a 0 in my wcs manager it does what I require, but it would be better if it was fixed by a setting in the post. In X3I had the following in the post which fixed it but in X4 creates quite a few log errors; g_wcs = workof$ + 54 =====>g_wcs = 0 + 54 So I guess there must be something I could do in this section of the post to fix this. pwcs #G54+ coordinate setting at toolchange if mi1$ > one, [ sav_frc_wcs = force_wcs if sub_level$ > 0, force_wcs = zero if workofs$ <> prv_workofs$ | (force_wcs & toolchng), [ if workofs$ < 6, [ g_wcs = workofs$ + 54 *g_wcs ] else, [ p_wcs = workofs$ - five "G54.1", *p_wcs ] ] force_wcs = sav_frc_wcs !workofs$ ] I've searched the forum and there are a quite a few threads on this with most answers pointing towards mi9 which is not present in our post. Is ths something I could add to fix or is there a easier solution Thanks for your help in advance
  6. I had the sme issues plus a few more with the same card when I got myself a new PC couple of months ago, I went back to an earlier driver (175.51) and it fixed all the problems. It might help
  7. I think there is a couple at this site "www.3dcontentcentral.com" not sure what they are like, available in all formats.
  8. Sorry wrong thread, it is late here
  9. I think there is a couple at this site "www.3dcontentcentral.com" not sure what they are like, available in all formats. cheers
  10. Yes Jay I think so. I've done a lot of searches and investigation into the 4th axis outputs. I put the job in iso view and rotate the a xis i80 for real bottom and -90 for new back. I set the wcs to top and t/plane and c/plane to whatever one I'm trying to machine. like I said the weird thing is when I post seperately it outputs the correct Avalue its just when I try and do both ops at once.
  11. Hi Can someone help me with this what has now become a headache. I cut a model of a head on my 4th axis, and when I roughed out the job from the front and back all was ok if I posted the rough pockets seperately ( post outputed A90 and A-90) but if I posted together I got a G55 command instead of the A-90. I've been trying to figure out why and done a test piece which was an eight sided shape and drilling a hole in each face. When I posted all 8 ops I got the right code A-45,A-180 etc but when I posted just the front and back I got the same g55 code. Any ideas what and why it's doing this. cheers Jim
  12. Thanks John I've been looking at the 2 posts side by side for about 2 days to try and get the 4th axis to do what I want it to do as the mpmaster seems to output the correct codes. I guess I'll get there in the end Cheers
  13. Hello all I'm testing out my new 4th axis and i am trying to cut a square thread along a diameter. I've got the toolpath looking right but when I post it instead of only moving in X and rotating on A the output is all X,Y and Z movements and no A movements at all. However when I post it with the mpmaster post it seems to generate the right code, so I guess the toolpath is correct, just my post that isn't. I've checked the CD's on both and they are set up the same If I do a 4th axis rotary cut with this post the output looks right but on this it doesn't. Any help would be appreciated. Thanks in advance Jim
  14. Right Chaps I changed 1 of the settings in the post from inverse speeds to programmed speeds and it seems to be outputting what I reguire. Thanks for all your help
  15. Thanks John I have tried what Terry suggested but like you said I am getting an output of crazy numbers. All I'm trying to achieve is to machine 6 weird shape pockets around a headlight diameter, so I machine 1 then it rotates around then does the 2nd etc. it just seems to be outputting crazy numbers when its doing normal 3d work.
  16. Cheers Terry but none of the feedrates are on inverse they are all on unit/min.
  17. Thanks Murray I have been doing various searche since I knew we was getting the 4th axis and have learnt a great deal on machining methods and a bit on the post side. I'm kinda guessing it has something to do with this section in the post but not sure what the correct number would be. #Feed control settings convert_rpd$ : 0 #Convert rapid to rapid feed use_fr : 1 #Output feedrate #0 - programmed feedrate #1 - inverse feedrate #2 - inverse feedrate on 5 axis continuous #3 - inverse feedrate on motion with rotary inv_fd_typ : 0 #Calculate feed location options #0 - inverse feed at tip #1 - min-max on flute length #2 - tip to pivot on tool length #3 - min-max on flute length to pivot on tool length
  18. Hi all I've acquired a 4th axis with cenroid controls and with the post I'm using keep getting strange feedrate outputs as you can see below. Basically I want the tool to cut at the feedrate that I put in when I create the tool, it seems to change on every line. When I do a normal toolpath, say a parrallel with a few simple curves it changes the feedrate as it goes along is there a simple setting to disable this and machine from the feedrate I have choosen. G0 G54 G90 X-5.119 Y-2.798 A0. S7500 M3 G43 H4 Z64.56 M8 G1 G93 X-5.144 Y-2.637 F10748.4 G2 X-5.004 Y3.043 R16.342 F-.9 G1 X-4.754 Y6.822 F462.1 Z64.311 F7011.5 G3 X-6.231 Y-.873 R17.445 F1.2 X-4.798 Y-7.096 R17.528 F.9 G1 X-6.066 Y-6.213 F1132.7 Z64.061 F7011.5 G2 X-7.104 Y-1.064 R18.168 F-.7 X-6.515 Y4.4 R17.502 F-.8 X-6.022 Y5.964 R19.681 F-.2 G1 X-7.097 Y5.369 F1424.5 Z63.812 F7011.5 G3 X-7.188 Y5.088 R31.293 F0. Any help would be greatly appreciated. Thanks in advance
  19. Thanks for your replies, I had a look in the control def and when I unchecked the staging it still had the problem however when I unchecked the "use head no to add to register" this seems to of worked. Weird because I didn't have this issue in MR2 with the same settings but not worried as seem ok. Thanks again
  20. Hello all, when I post a single tool operations i have no problems but as soon as I post with multiple tools I get an extra entry on one of my lines calling the nest tool ( Line N160 - T3). I've just upgraded to X3MU1 from X2 MR2 and I'am using the mpmaster post. I have looked at both posts from each version and they look the same. All help would be appeciated. Thanks N100 G00 G17 G21 G40 G80 G90 N110 T2 M06 (6MM CAR) N120 (MAX - Z25.) N130 (MIN - Z-10.5) N140 M08 N150 G00 G17 G90 G54 X-516.73 Y-212.745 S5500 M03 N160 G43 H2 Z25. T3 N170 Z2. N180 G94 G01 Z-1. F500.
  21. Maybe I'm having a blonde moment or something but I can't see anything in the top thread about coolant changes, only feedrates which I've changed and works fine now. sorry for being ignorant
  22. I had a read of that and I see it says that there'no real changes to the post from X2. I think we're going to un-install X3 and start from scratch and see what happens. Hopefully all will be ok or it could be back to MR2 Thanks anyway
  23. Thanks but that's already set. It not posting any coolant commands what so ever. We've tried comparing the post from X2 but it looks a bit different on the coolant front.
  24. Hello Chaps, I eventually decided to take the plunge and upgrade to X3MU1 from X2 MR2, left X3 alone as there seemed quite a few issues, but now I have a couple of questions for you. 1. When I copy toolpath operations from 1 machine group to another and tell it to use existing tools the tools don't show in the toolpath parameters on each operation. Any clues? 2. On one of our machines we use the mpmaster post and for some reason it is not outputing any coolant commands even though we are asking it to. I can't find in the post where to put my thru tool coolant values (M38,M39) Any help would be apperciated Ian , UK
  25. Thanks for that mate, I did what the link suggested and it seems to be fine now. Although I can't see a big improvement so far with the card, only the screen not fading. thanks again

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