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:

Manual Entry


Recommended Posts

"I always have to edit this to put the comment in the right location"

 

For something as common as a program stop/M00, you may find it more better to use the miscellaneous page to trigger this. That way you can control the locations, and have the format the same every time.

 

You would need to add some logic to the toolchange post block.

Example:

If mi1$ = 2, “M00 (CHECK PART)”, e$

Else, n$, “M01”, e$

 

Mpmaster already has this feature.

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

Add this line in your post:

 

if gcode$ = 1008, "(", scomm$, ")", e$ #Operation comment

 

 

code:

***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$, ")"

if gcode$ = 1008, "(", scomm$, ")", e$ #Operation comment <============== HERE

 

#else, "(", scomm$, ")", e$

quote:

I wish that manual entry and operation comments were handled individually in the post.


See this Link page

 

 

HTH

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.

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