Jump to content
OMRON Forums

Downloading Big pmc File into PPMAc.


wonjae lee

Recommended Posts

Hello.

I"m Using Power PMac(UMac)

 

I Have a program NC-code witch has three sub-programs.

sub prog size is 1. 2 MB, 2. 80 MB, 3. 100 MB, each.

 

The Problem is...

 

 It takes a lot of time for downloading sub prog.

and my PMac's  memory amount is only 320 MB.

so i can not use sub=prog that size exceed over 300 MB(aprox)

 

is there anyway to run program directly from usb memory or hdd of PC? Like Fanuc Controller SYstem?

or 

Using Rotary Buffer is the only way to solve this program?

 

If anyone has same issue of me, or know the answer about this.

 

Please Answer me.

 

Thanks.

Edited by wonjae lee
Link to comment
Share on other sites

  • Replies 3
  • Created
  • Last Reply

Top Posters In This Topic

  • 2 weeks later...

Hi, you can upload the NC file to the PMAC with a FTP client (e.g. FileZilla). The destination folder should be in /var/ftp/usrflash/.

Then, issue the following command to ininitialize the sub prog:

// No space between -i and /var
gpascii -i/var/ftp/usrflash/Temp/mysubprog.nc

 

And don't forget to enclose the subprog code in the following structure:

open subprog xxx
<subprog code>
return
close

 

Link to comment
Share on other sites

  • 4 months later...
On 3/3/2022 at 2:58 PM, zerbzhang said:

In the c language project, add the reading program, use the PMAC_linux command to load the NC program, and realize the NC program you need to dynamically load the usb.

is there any smaple code i can get?

if any, let me know please.

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.


×
×
  • Create New...