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:

Okuma buffer overflow


RDEMIDON
 Share

Recommended Posts

I am having an error with my Okuma MX45. I have a program thats in the memory, but when I try to pull it up in the "buffer memory" (to run it) I get a buffer overflow error. There is more than enough memory in the mach. (500k) and the program is only 40k. If I shorten the program up to 38k it fits. Is there a way to expand the buffer memory, or at least view its size? Thanks, Ryan.

Link to comment
Share on other sites

From the Programming Manual

 

• When A-Mtd is selected

Program running method A becomes effective.

The program to be executed is transferred to the operation buffer in batch.

This method is used when the program is smaller than the operation buffer capacity.

• When B-Mtd is selected

Program running method B becomes effective.

The program to be executed is called to the operation buffer in several segments.

This method is used when the program is larger than the operation buffer capacity.

Since schedule programs, subprograms, and library programs are generally called to the

operation buffer in batch, these programs must be created with restriction placed on their

capacities.

• When S-Mtd is selected

Program running method S becomes effective.

This method is used to execute a large program which does not use branch or subprogram

call functions.

Link to comment
Share on other sites

there is the way to select operations methods for 500 and 700 controls

 

in the NC optional parameter (word) No:11

set at "0" is A method

program executed entirely from the buffer

 

set at "1" is B-method

program is executed in segments from the memory but you can still use sub programs

 

set at "2" is S method

this is a line by line method , no GOTO and sub program allowed

Link to comment
Share on other sites
  • 5 years later...

there is the way to select operations methods for 500 and 700 controls

 

in the NC optional parameter (word) No:11

set at "0" is A method

program executed entirely from the buffer

 

set at "1" is B-method

program is executed in segments from the memory but you can still use sub programs

 

set at "2" is S method

this is a line by line method , no GOTO and sub program allowed

okuma nooob, here.

 

osp 7000L. macturn30

i went to NC optional parameter (word) No:11 and there was a "50" there./?

NC optional parameter long word No:11 was at 0, but setting it to 1 still resulted in buffer overflow when selecting program from MD1:

 

77k main

62k *.ssb subprogram (57k works)

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