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:

Alan Chen

Customers
  • Posts

    54
  • Joined

  • Last visited

Everything posted by Alan Chen

  1. I have modify the post finish... Can you test for me...?? Thanks..
  2. Does anyone can help me modify the Rotary Angle... I modify the parameter with "rotaxtyp" rotaxtyp : -3 #Rotary Axis But the side view for c angle equal to 0. rotation is about the Z axis of the WCS. I want to left view c angle equal to 0. for HVM machine... And how can I set the angle only between 0 and 360. Thanks....
  3. That's OK... I will modify the post.. Thanks..~~
  4. Sorry... I want to modify the post.. I try to use MPFAN.pst and MPMaster.pst.. Whice one do you suggest... Can you help me..?? Or can you give me the sample post ...?? I modify it... Thanks..
  5. I want to modify the post.. I try to use MPFAN.pst and MPMaster.pst.. Whice one do you suggest... Can you help me..??
  6. Thanks... Awea HVM 6025& 3018 & 4025 4025 is the same your machine..different color only.. CNC Control: Fanuc 18M
  7. Does anyone use AWEA HVM Machine..?? I don't understander that nc code ..
  8. Thanks... I have modify finish... pwrtt$ # Write tool table, scans entire file, null tools are negative tnote = t$ toffnote = tloffno$ tlngnote = tlngno$ if t$ >= 0, if tool_typ$ = 0, "(UNDEFINE ",*tnote," ",*tlngnote," ", *toffnote," ", *tldia$," " ,"R=" ,*tcr$, ")",e$ if tool_typ$ = 1, "(CENTER ",*tnote," ",*tlngnote," ", *toffnote," ", *tldia$," " ,"R=" ,*tcr$, ")",e$ if tool_typ$ = 2, "(SPOT ",*tnote," ",*tlngnote," ", *toffnote," ", *tldia$," " ,"R=" ,*tcr$, ")",e$ if tool_typ$ = 3, "(DRILL ",*tnote," ",*tlngnote," ", *toffnote," ", *tldia$," " ,"R=" ,*tcr$, ")",e$ if tool_typ$ = 4, "(TAP-RH ",*tnote," ",*tlngnote," ", *toffnote," ", *tldia$," " ,"R=" ,*tcr$, ")",e$ if tool_typ$ = 5, "(TAP-LH ",*tnote," ",*tlngnote," ", *toffnote," ", *tldia$," " ,"R=" ,*tcr$, ")",e$ if tool_typ$ = 6, "(REAMER ",*tnote," ",*tlngnote," ", *toffnote," ", *tldia$," " ,"R=" ,*tcr$, ")",e$ if tool_typ$ = 7, "(BORE ",*tnote," ",*tlngnote," ", *toffnote," ", *tldia$," " ,"R=" ,*tcr$, ")",e$ if tool_typ$ = 8, "(CBORE ",*tnote," ",*tlngnote," ", *toffnote," ", *tldia$," " ,"R=" ,*tcr$, ")",e$ if tool_typ$ = 9, "(CSINK ",*tnote," ",*tlngnote," ", *toffnote," ", *tldia$," " ,"R=" ,*tcr$, ")",e$ if tool_typ$ = 10, "(FLAT ",*tnote," ",*tlngnote," ", *toffnote," ", *tldia$," " ,"R=" ,*tcr$, ")",e$ if tool_typ$ = 11, "(BALL ",*tnote," ",*tlngnote," ", *toffnote," ", *tldia$," " ,"R=" ,*tcr$, ")",e$ if tool_typ$ = 12, "(CHAMFER ",*tnote," ",*tlngnote," ", *toffnote," ", *tldia$," " ,"R=" ,*tcr$, ")",e$ if tool_typ$ = 13, "(FACE ",*tnote," ",*tlngnote," ", *toffnote," ", *tldia$," " ,"R=" ,*tcr$, ")",e$ if tool_typ$ = 14, "(SLOT ",*tnote," ",*tlngnote," ", *toffnote," ", *tldia$," " ,"R=" ,*tcr$, ")",e$ if tool_typ$ = 15, "(RAD ",*tnote," ",*tlngnote," ", *toffnote," ", *tldia$," " ,"R=" ,*tcr$, ")",e$ if tool_typ$ = 16, "(DOVE ",*tnote," ",*tlngnote," ", *toffnote," ", *tldia$," " ,"R=" ,*tcr$, ")",e$ if tool_typ$ = 17, "(TAPER ",*tnote," ",*tlngnote," ", *toffnote," ", *tldia$," " ,"R=" ,*tcr$, ")",e$ if tool_typ$ = 18, "(LOLLIPOP ",*tnote," ",*tlngnote," ", *toffnote," ", *tldia$," " ,"R=" ,*tcr$, ")",e$ if tool_typ$ = 19, "(BULL ",*tnote," ",*tlngnote," ", *toffnote," ", *tldia$," " ,"R=" ,*tcr$, ")",e$ if t$ >= 0, tcnt = tcnt + 1
  9. Can anyone help me..?? I modify the post with "strtool_v7" Parameter set to "0" It will output "Flatmill" or "Bullmill" ...etc. Can I change the common..?? if can't, I want to like this... if I select a new tool with "EndMill", Post will output tool common with "EM". if I select a new tool with "CHAMFER MILL", Post will output tool common with "CM". if I select a new tool with "FACE MILL", Post will output tool common with "FM". Can Mastercam post do..?? Thanks...
  10. You can try to copy "Glu32.dll & OpenGL32.dll" from Mcam9Common to Mcam9 .... It will fix your problem... --------------------
  11. You can try to copy "Glu32.dll & OpenGL32.dll" from Mcam9Common to Mcam9 .... It will fix your problem... --------------------
  12. No... Ok,I crate the toolpath with drill.. smoetimes I want to use G83 with canned cycle function... so it will output with G83 X? Y? Z? R? Q?... But sometimes I need output with G00 & G01. Because I want to set "First peck" & "other peck". And when the hole breakthrough, I want to change the speed & Feed.... So, I need "custome drill cycle"...
  13. Sorry... Does anyone use STAR Swiss Type Automatic Lathe with Mastercam Lathe v9.1 SP2...?? How can I get the post with "SR-20RII" ? Can anyone help me... Thanks..
  14. I want to keep G83 canned cycle function.. And, I need new "custome drill cycle"...
  15. 01. I want to use G83 function with use canned cycle... I can modify the post parameter "usecanpeck$ : yes$ #Use canned cycle for Peck" Set to "No$" The depth will output with G00 & G01... 02. I want to crate "custome drill cycle"... The depth will output like G83 without "use canned cycle"
  16. Sorry... My meaning is I want to use "custome drill cycle",like G83 can without "Canned Drill Cycle".. in post --------------------------------------------------- Enable Canned Drill Cycle Switches --------------------------------------------------- secandrill : yes #Use canned cycle for drill secanpeck : yes #Use canned cycle for Peck secanchip : yes #Use canned cycle for Chip Break secantap : yes #Use canned cycle for Tap secanbore1 : yes #Use canned cycle for Bore1 secanbore2 : yes #Use canned cycle for Bore2 secanmisc1 : yes #Use canned cycle for Misc1 secanmisc2 : yes #Use canned cycle for Misc2 ---------------------------------- I can set to "No"... It will output with G01 & G00 Now I want to use "custome drill cycle", and same to output with G01 & G00 Thanks...
  17. How can I use "custome drill cycle" without Canned Drill Cycle.... I want to output with G0&G1.... Thanks...
  18. Nice Documentation... It will help me better...
  19. You can try to copy "Glu32.dll & OpenGL32.dll" from Mcam9Common to Mcam9 .... It will fix your problem...
  20. I found.... 01. Set "plane mask in chain" in settings-configuration.... 02. change color use shift+click... thanks..
  21. How can I change color use chain with plane mask..?? In version 9 is very easy, but in X not.... I use right click on color button and select chain then select only plane mask in chain... very hard...!!!
  22. Sorry...How can I get this file...?? Mcx File Thanks...

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