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 problem


Robert Eichorn
 Share

Recommended Posts

Our shop is believe it or not on board a navel ship out in the Mediterranean Sea. We have two CNC Lathes and Three CNC Mills We recently upgraded from V7 to V9 MC in May and have been doing wonders for the sixth fleet ever since. Our problem is an old one. Posting to our NASA Mill with an old xxxxor 8020 control. We have worked most of the posting bugs but stuck on one. After every NC program, I have to copy and paste a Square to the end of the program in order for it to load from my Greco box to the machine. I have made several changes to the post, like changing the Null Characters (ASCII code) from 0, 00 or 000, but no luck. Any help would be appreciated.

Link to comment
Share on other sites

Ying - Help this guy, sounds like a communications problem.

 

Can you use the communications package that came inside of Mastercam or is the greco minifile the only way to get code into it.

 

The xxxxor is PC based so it should be easy to get programs into or out of.

 

Sure hope your a registered user or you might just be branded as the only "Pirate" that actually has a ship!

Link to comment
Share on other sites

Robert,

 

Good to hear things are working well for you !

 

You could determine the actual character hidden in that "square" by looking at the NC file in an editor capable of viewing in Hex mode.

 

If you do not have that Hex viewer capability, try the two (semi-educated guesses) shown below first...

 

Usually the control characters you would see at the end of a program for these older machines would be either: [ESC] or [ctrl-D]

 

To output a raw character value in an MP type post you enter the control character's decimal value on a line by itself.

 

In the PEOF (end of file) postblock try these ->>

 

code:

peof # End of file for non-zero tool

n, "M30" # or "M02" here

27 # Outputs an [ESC] character

 

-or-

 

 

peof # End of file for non-zero tool

n, "M30" # or "M02" here

4 # Outputs a [ctrl-D] character

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