Jump to content
OMRON Forums

How to copies files from flash into RAM


Lunzhe

Recommended Posts

Hi everyone! The CK3M is my device and I have purchased PDK. Now I try to program in C# to connect with CK3M for host computer. I have copied the file(.pmc or .plc) to /var/ftp/usrflash and I can find it with PUTTY. but I cant copies files from flash into RAM. For example, I typed code "system gpascii -i{/path/File.plc}" in IDE Terminal, and Message below,

system gpascii -i/var/ftp/usrflash/Temp/prog1.pmc

/var/ftp/usrflash/Temp/prog1.pmc:0:2: error #20: ILLEGAL CMD: /*For more information see notes.txt in the Documentation folder */

furthermore, I try to get manual or help of gpascii command in Linux but failed. Could you give me some document on it?

PS:I have purchased PDK in my computer. If I have compilation of code. Can I use it in other Computer? I copy my .lic in anthor Computer, but I still need a new authorization.

Link to comment
Share on other sites

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

I don't quite understand why you were trying to load the plc or pmc files that way. Normally these files would be included in an IDE Project and downloaded to the PMAC that way, which is more capable. Adding more this way is usually only done as a workaround to prevent having to use the IDE for small changes. The PDK is just meant for making the HMI side as I understand it.

 

You asked about gpascii. This is explained in more detail if you issue "gpascii --h" through putty. I've included the response below.

 

root@192.168.0.200:/opt/ppmac# gpascii --h

This program is the command line input/output to the Power PMAC Command Processor

 

The input options are the following:

-i followed by the input file name. Default is the STDIN

-o followed by the output file name. Default is the STDOUT

-e followed by the error output file name. Default is the STDOUT

-v Sets the verbose mode where status messages are printed

-2 Enables global & user defined name string replacement with Power PMAC commands

-n Do not append to a PPMAC response. The default is to add the ACK

Default is no flush. This option cannot be used along with the -i option.

-f Automatically flush data to the terminal after PPMAC response on.

 

To terminate the program send an ESC with a NEWLINE

If you are using the "-i" input file option you must use a CNTRL C to terminate the program.

 

 

PS:I have purchased PDK in my computer. If I have compilation of code. Can I use it in other Computer? I copy my .lic in anthor Computer, but I still need a new authorization.

The PDK should only be required for development.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.

×
×
  • Create New...