Mitsubishi MELSEC L Series User Manual page 102

Cpu module, built-in ethernet function
Hide thumbs Also See for MELSEC L Series:
Table of Contents

Advertisement

put
[Function]
[Specification format]
[Example 1]
[Example 2]
[Note]
pwd
[Function]
[Specification format]
[Note]
quit
[Function]
[Specification format]
[Identical command]
quote
[Function]
[Specification format]
[Example]
[Note]
rename
[Function]
[Specification format]
[Example]
[Note]
user
[Function]
[Specification format]
[Example 1]
[Example 2]
100
Writes a file to the CPU module.
put "source file path name" [destination file path name]
When writing the MAINSEQ1.QDR file to the standard RAM with the same file name:
put MAINSEQ1.QDR 3:\MAINSEQ1.QDR
When writing the MAINSEQ.QDR file to the standard RAM with a different file name:
put MAINSEQ.QDR 3:\MAINSEQ1.QDR
• If no directory is specified for the source file path name (FTP client side), the file on the
current directory where FTP is started up and connected to the server is written.
• When no destination file path name (FTP server side) is specified, the file is saved in the
memory in which current parameter files are stored.
Displays the current directory name of the CPU module.
pwd
"\" is displayed as the execution result of the "pwd" command.
Disconnects the line from the FTP server and terminates the FTP session.
quit
bye
Sends an FTP server subcommand (a subcommand dedicated to CPU modules).
quote
quote password-lock
Only CPU module dedicated subcommands can be specified. Refer to (2).
Renames a CPU module file.
rename "old file path name" "new file path name" (abbreviated to "ren")
When renaming a file stored in the standard RAM:
rename 3:\MAINSEQ1.QDR 3:\SEQ1OLD.QDR
Either of the following response codes is displayed upon completion.
350 Need more info.
250 Rename successful.
Inputs the user name and password of the connected FTP server.
user "user name" [FTP password]
• User name: Login name set with a CPU module parameter
• FTP password: FTP password set with a CPU module parameter
When specifying a user name:
user CPU
When specifying a user name and password:
user CPU CPU

Advertisement

Table of Contents
loading

Table of Contents