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

Posts posted by kkominiarek

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

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

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

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

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

  6. ***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$

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

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

    .......

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