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:

kkominiarek

Verified Members
  • Posts

    555
  • Joined

  • Last visited

Everything posted by kkominiarek

  1. I like the website design. This site could be another tool in the selection process for purchaseing an computer.
  2. IE 8.06 Gunther..... quote: very frustratingonly because I like your product. I want it to work the way it is meant to. I thank you for this add-on.
  3. i shrunk my logo to 74x42 (3 letters). it only shows up on wireframe with a few operations only. if i have a solid on my screen and choose not to use a screen shot...it still does not display the logo. (very frustrating)
  4. do you show the screenshot as well? if yes... large or small bmp? wire or surfaces/solids?
  5. Code breaker.....still have issue today? did you save the file? have you shutdown (cleared mcam temp file) then restarted? These 2 steps solve alot of little crazy gremlins in mastercam for me.
  6. Using X+, the tool bmp's and company logo only appear in certain setup sheets. (it may have something to do with # of tools or size of screenshot) How can I set it so they always appear? Tool bmp's not so important but nice to see. I would like my company's logo to always appear though.
  7. All seems to work good now except for one thing...the tool bmp's and company logo only appear in certain setup sheets. How can I set it so they always appear? Tool bmp's not so important but nice to see. I would like my company's logo to always appear though.
  8. I just manually deleted all x+ files/folders then rebooted. I'll let you know how it turns out.
  9. no uninstall file there....not in add-remove programs either.
  10. where do i uninstall x+? It's not working right....I want to uninstall then reinstall. (i like what it outputs)
  11. I got it to work..... I set my "max surface deviation" to .0001(was .001).....curves match surfaces perfectly. FYI - changing the "curve chordal deviation" from .001 to .0001 did not work.
  12. I am running into this issue right now. I import a model into MCX4 then create curves on the model. The curves DO NOT match the model. I tightened up the tolerances/chordal deviation to .0001. (does not help) One of our users still has V9 on his pc.....he imported the model then created curves...the curves matched the model perfectly. Is there a fix for this yet???
  13. During the last week I've had this error pop up 3x. quote: Encountered an improper argument Once while in system config, once in toolpath properties....the other I can't remember. Anyone ever hear of this? It locks up mastercam.
  14. quote: Using comments/Manual Entries, really isn't the best way to handle this. Our "manual entries" aren't just limited to M00's or M01's....we'll place job instructions there which change with each job. I don't understand how the following example would help me accomplish that. If mi1$ = 2, “M00 (CHECK PART)”, e$ Else, n$, “M01”, e$ I wish that manual entry and operation comments were handled individually in the post. It seems odd that I can't have a perfect post, I must edit something. I'll have to choose between editing manual entries or operation comments. Thanks to all who responded, I appreciate you taking the time.
  15. *** this is program now *** manual entry how I want it *** but no operation comments posted (NON CENTER SPACER) (CLAMP AT FRONT) T1 (2" INSERT ROUGHER X 8.5" REACH ) M6 G0 G90 G56 X-357.3439 Y100.3033 S1000 M3 G43 H1 Z75. X-357.3439 Y100.3033 Z3. G1 Z-6. F762. G41 D1 X-351.7564 Y92.01 F1016. G2 X330.382 Y-10.436 I285.19 J-423.29 G1 G40 X338.159 Y-4.1501 G0 Z75. M5 G91 G28 Z0. M01 (CENTER SPACER) (CLAMP AT FRONT) T7 ( TOOL-7. - .500" E MILL X 2.00 LOC ) M6 G0 G90 G56 X-193.5658 Y49.7198 S2000 M3 G43 H7 Z75. Z3. G1 Z-38.1 F500. *** this is program BEFORE ***** *** operation comments posted *** manual entry not where I wanted T1 (2" INSERT ROUGHER X 8.5" REACH ) (NON CENTER SPACER) (CLAMP AT FRONT) (ROUGH STEP AREA) M6 G0 G90 G56 X-357.3439 Y100.3033 S1000 M3 G43 H1 Z75. X-357.3439 Y100.3033 Z3. G1 Z-6. F762. G41 D1 X-351.7564 Y92.01 F1016. G2 X330.382 Y-10.436 I285.19 J-423.29 G1 G40 X338.159 Y-4.1501 G0 Z75. M5 G91 G28 Z0. M01 T7 (.500" E MILL X 2.00 LOC ) (CENTER SPACER) (CLAMP AT FRONT) (FINISH TOP THRU HOLE) M6 G0 G90 G56 X-193.5658 Y49.7198 S2000 M3 G43 H7 Z75. Z3. G1 Z-38.1 F500.
  16. ***this is sections of my post ......I added this line to for manual entry. if gcode$ = 1006, scomm$, e$#Man entry code # ------------------------------------------ # Tool Comment / Manual Entry Section # ------------------------------------------ ptoolcomment #Comment for tool tnote = t$ toffnote = tloffno$ tlngnote = tlngno$ "(", *tnote, pstrtool, ")", e$ pstrtool #Comment for tool if strtool$ <> sblank, [ strtool$ = ucase(strtool$) "-", *strtool$ ] pcomment$ #Comment from manual entry (must call pcomment2 if booleans) pcomment2 pcomment2 #Comment from manual entry scomm$ = ucase (scomm$) if gcode$ = 1006, scomm$, e$#Man entry code if gcode$ = 1007, "(", scomm$, ")" #else, "(", scomm$, ")", e$ # ------------------------------------------ *** this is PSOF comment section *** psof$ pcom_moveb c_mmlt$ #Multiple tool subprogram call pcan comment$ " ", e$ # LINE SKIPS " ", e$ # LINE SKIPS pbld, n$, *t$, ptoolcomment, e$ "M6",e$ pindex if mi1$ > one, absinc$ = zero *** this is PTLCHG$ section *** ptlchg$ #toolchange pcuttype toolchng = one #if mi1 = one, #Work coordinate system # [ # pfbld, n, *sg28ref, "X0.", "Y0.", e # pfbld, n, "G92", *xh, *yh, *zh, e # ] pbld, n$, "M01", e$ pcom_moveb c_mmlt$ #Multiple tool subprogram call pcan " ", e$ # LINE SKIPS comment$ " ", e$ # LINE SKIPS pbld, n$, *t$, ptoolcomment, e$ "M6",e$
  17. jp.....i spoke to soon, my "operation comments" aren't posting now. any idea what could've caused this?
  18. I did not.....those are "comments", I want to move where "manual entry" is posted. ( i take it as 2 different animals)
  19. V9 and X both loaded on computer seemed to run ok. X with X2 or X3 or X4 or any combination doesn't run so smoothly. I uninstalled all previous vers, cleaned up the registry then did a fresh install for X4. I beleive X2 was more stable than X4....but I must move on.....so I cut the cord to all past vers. hth
  20. I need my "manual entry" to post before the tool change. (see below) I've made a few changes to the post but nothing worked. **this is how it posts now..... T2 ( TOOL-2. - 2" INSERT ROUGHER X 8.5" REACH ) NON CENTER SPACER (manual entry) CLAMP AT FRONT (manual entry) M6 G0 G90 G56 X453.8342 Y-331.2801 S1000 M3 G43 H2 Z75. ....... **this is what i need..... NON CENTER SPACER CLAMP AT FRONT T2 ( TOOL-2. - 2" INSERT ROUGHER X 8.5" REACH ) M6 G0 G90 G56 X453.8342 Y-331.2801 S1000 M3 G43 H2 Z75. .......
  21. in the operations mngr,operation, tool.....tool #, tlo, dia offset....these need to have numbers in the respective boxes. i don't see how mcam will post out tool #0 if these are filled in.

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