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:

Post help, please.


ScottyB
 Share

Recommended Posts

Upon running my v8 Heian post through the v9 update, I now get the following text (as in lines 125, 135), which gives an alarm. Any ideas as to where this is coming from and how to stop it?

 

N110 G90

N115 S15 M03

N120 M06T1

N125 tool10

N130 M13

N135 tool10

N140 M11

N145 G55 G0 X-39.76 Y-31.844

N150 G64 G43 H1 Z.25

N155 G0 Z.1

 

Thanks,

ScottyB stumped.

Link to comment
Share on other sites

Scotty, Open your post in your favorite editor, look for this: and change the fastmode and bug 2 to what I have. Remember what you change them from, and always back up your posts before editing.

 

code:

 # --------------------------------------------------------------------------

# Debugging and Factory Set Program Switches

# --------------------------------------------------------------------------

fastmode : 0 #Posting speed optimizition

bug2 : 40 #Append postline labels, non-zero is column position?


'Rekd

Link to comment
Share on other sites

This is the only place that "tool10" appears.

 

'Rekd, I found "bug 2", but I didn't find the other line.

I'm learning a lot about posts though.

 

sd05 M13 # M code for head number 5

sd06 M13 # M code for head number 6

sd07 M13 # M code for head number 7

sd08 M13 # M code for head number 8

sd09 M13 # M code for head number 9

sd10 tool10 # M code for head number 10

 

sd11 tool11 # M code for head number 11

 

sd12 tool12 # M code for head number 12

 

sd13 tool13 # M code for head number 13

 

sd14 tool14 # M code for head number 14

 

sd15 tool15 # M code for head number 15

 

ideas?

 

Thanks

Link to comment
Share on other sites

ScottyB,

 

If you look right below this string table, there should be a line that that starts with fstrsel and looks something like this

 

fstrsel string1 variable string2

 

This line has 4 variables. the first being fstrsel (MP function), the second should be the string variable of the first string in the table. The third is the selector variable (variable with the value) and the last one being the target string (string variable used on output line).

 

One of two things is happening. The selector variable's value is such that the string tool10 is output from the list. The other possibility is that the string sd10 is on an output line. You can search the post for sd10 and you should only find one, which is the one shown in your string table.

 

If you contact your dealer and send them your post and MC9 file I'm sure they can figure it out very quickly. Without these files, I'm just guessing.

Link to comment
Share on other sites

When you declare a variable call var1 and you see the string "var1" in your program, that usually means you didn't format the variable properly.

 

I can't help you without seeing your post. I am just guessing here and I might be wrong. You can upload your post to the ftp site if this is possible.

 

Based on your description:

quote:

N125 tool10 psof phead0

N130 M13 psof phdown1

N135 tool10 psof pdown0


I am betting that you have something like

sd10 in your psof or phead0 post block which call out the sd10 variable and thus posting tool10. So, try look into how you declare and format the sd10 variable. Try find out you have the right fstrsel.

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