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:

ken wong

Customers
  • Posts

    128
  • Joined

  • Last visited

Everything posted by ken wong

  1. Hi everybody! I have to cut slot 2.0x.08 and .32 deep in Caldie tool steels The customer said this familiar to s7 but harder right now i use .0625 end mill 4-flute run 120sfpm and .0001 fpt depth at .012 like harvey tools suggest. But tool keeps broken every 3 slots Please advice if you guys have experience with this material Thanks and Thanks alot
  2. in 2023 is perfect toolpath i look for
  3. Thank you , DBronson I will try tomorrow on machine
  4. Hi everyone! I want to machine bronze color surface using 4 or 5 axis machine. how to control tool axis in order my tool always normal to gray surface thanks files attached test unite tool path.mcam
  5. Thanks! I know and I did set that but like i say tool only stop on collision only and not show cutting fixture
  6. in verify I have display of stock , fixture , tool ... how do i can verify if the tool touch the fixture. I made the test so that tool will cut the fixture . But why it not show up in verify?
  7. how does slotting solve this problem? adjusting the ramp pitch? i mean use thread toolpath but pick slotting saw tool
  8. I avoid this problem by not using thread mill tool definition in stead of it i use slot mill , and i don not have any problem
  9. Turn off depth of cut or put + value in top of stock
  10. Hi! I'm using the generic Haas 4 axis post, for rigid tapping . How to change in post in order feed come out by pitch (1/n thread tap)
  11. I am sorry for giving not much information , the part is from aluminum 6061 with tol:+/-.005 with quality 5pcs only but we really care about both end shape with sharp corner how to machine it we have full 4 axis and full 5 axis. 3d printing, edm or die is not an option my boss said it was machined by some other company before
  12. how to make this 2 end off this part Pivot Head.mcam
  13. yes , we contact them and wait for new psb file and for now we come back to 2018 thanks every people help me go right direction , thanks
  14. btw this post we bought from inhouse when we work with x6
  15. reseller say we need new post . but i want to ask mastercam community first
  16. Hi i upgrade mc2018 to mc2019 now when i post i have error: 20 Sep 2018 10:00:25 AM - Report created. 20 Sep 2018 10:00:25 AM - Initialize posting log file 20 Sep 2018 10:00:25 AM - Using MP run version 21.00 and post components version 21.00 20 Sep 2018 10:00:25 AM - Initiate opening the post processor file(s). 20 Sep 2018 10:00:25 AM - C:\Users\Public\Documents\shared Mcam2019\mill\Posts\MAZAK_FUSION.PST 20 Sep 2018 10:00:25 AM - An encrypted post file is associated with the post file. 20 Sep 2018 10:00:25 AM - Post processor file name: C:\Users\Public\Documents\shared Mcam2019\mill\Posts\MAZAK_FUSION.PSB 20 Sep 2018 10:00:25 AM - The post processor file has finished the read process. 20 Sep 2018 10:00:25 AM - Initialization of pre-defined post variables, strings, postblocks was successful. 20 Sep 2018 10:00:25 AM - Search for defined post variables, strings, postblocks was successful. 20 Sep 2018 10:00:26 AM - RUN TIME - Error opening buffer file:. Buffer number with error is 4. 20 Sep 2018 10:00:26 AM - RUN TIME - Error opening buffer file:. Buffer number with error is 4. 20 Sep 2018 10:00:26 AM - Successful completion of posting process! G code look ok this post we keep update from x6 to go on please help
  17. i found the problem i change rotdir2$ =-vecx #Direction to rotdir2$ =vecx #Direction and open limit to +120
  18. i use mastercam 2018 with hass generic post come with mc, and my hass 5 axis is c and b, so my broblem is when i drill in right side the code should be c0. b90 will be work for my mc , but my post give out c0. b-90 is wrong for machine meanwhile x,y,z are ok. i try below set ting but no luck #Primary axis angle description (in machine base terms) #With nutating (mtype 3-5) the nutating axis must be the XY plane rotaxis1$ = vecx #Zero rotdir1$ = vecy #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 please help me
  19. my post out put all 5 digit after point like x0.35277 y0.12345 z0.12345 i0.12345 .. how to make it out put to 4 digit after point like x0.1234 thanks
  20. I modify from fanuc wire post come with mastercam and use mastercamwire to program it come very close like this O0001(T) G90 G92 X0. Y0. Z0. M61 G92 X-.01401 Y-.41734 I1. J0. --------------this line no need how to remove it G0 X-.01401 Y-.41734 M100 A2 D9----------------------------this line i add hard code in post no choice M100 D9 -----------------------------this i control by condition code in mastercam G42 G1 X-.11401 Y-.15879 X-.55578 Y-.41734 X-.11401 G40 X-.01401 M310 Z1. G0 X.67681 Y.09975 M100 A2 D9 G42 G1 X.57681 G3 X.33591 Y.34065 I-.2409 X.09501 Y.09975 J-.2409 X.33591 Y-.14115 I.2409 X.57681 Y.09975 J.2409 G40 G1 X.67681 M310 Z1. M62 G0 X0. Y0. M30
  21. Hi im trying to modify mpmaster to make program for fanuc laser machine the program for 2 contour is % O0102 () G90 G92 X0. Y0. Z0. M61 G0 X-2.3154 Y2.4341 M100 A2 D9 how to have this line G1 G42 X-2.2154 Y2.4341 G2 X-2.6529 Y2.4341 I-0.2188 J0.0 G2 X-2.2154 Y2.4341 I0.2188 J0.0 M310 Z1.0 how to have this line G40 G0 X-6.3812 Y0.7500 M100 A2 D9 G1 G42 X-6.2813 Y0.7500 G2 X-6.7188 Y0.7500 I-0.2188 J0.0 G2 X-6.2813 Y0.7500 I0.2188 J0.0 M310 Z1.0 G40 M62 G00 X0. Y0. M30 % how to make line M100 A2 D9 and line M310 Z1.(retrack bettween contour) and what is good idea to control it by cantext or by coolant or by mics thanks alot for any help
  22. Hi my x8 solid tab in operation manager disapear only toolpath tab show up. what to do to get it back

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