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:

New Canned Text


Recommended Posts

Hey, I'm trying to swap Canned Text 6 and 7 for M3 and M4. Here's what I tried after following a posting I found earlier:

 

#Cantext string definitions (spaces must be padded here)
sm00		 : "M0"
sm01		 : "M1"
strtextno : ""
strcantext : ""

# --------------------------------------------------------------------------
# Generate string for spindle
sm04 : "M4"	 #Spindle reverse
sm05 : "M5"	 #Spindle off
sm03 : "M3"	 #Spindle forward
spindle : ""		 #Target string

 

 

pcant_out	 #Canned text - build the string for output
 #Assign string select type outputs
 if cant_pos < three, #cant_pos indicates canned text output
 [
 if cantext$ = three, bld = one
 if cantext$ = four, bld = zero
 #Build the cantext string
 if cantext$ = one, strcantext = strcantext + sm00
 if cantext$ = two, strcantext = strcantext + sm01
 if cantext$ = five, strcantext = strcantext + sm05
 if cantext$ = six, strcantext = strcantext + sm03
 if cantext$ = seven, strcantext = strcantext + sm04
 if cantext$ > seven,
	 [
	 strtextno = no2str(cantext$)
	 strcantext = strcantext + strm + strtextno
	 ]
 ]
 else, #cant_pos indicates coolant output

 

 

and my code comes out like this:

 

M5M3M4M05

 

 

Any ideas where I went wrong? Thanks!

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