Downloadplcprogram; Getplcmode - Omron CX-Supervisor Reference Manual

Script language reference
Hide thumbs Also See for CX-Supervisor:
Table of Contents

Advertisement

PLC Commands
6-6-2

DownloadPLCProgram

Note:
Note:
6-6-3

GetPLCMode

68
The PLC called controlPLC is closed. No further communications with the
PLC will take place until it is reopened.
Syntax
returnstate
processed)
Remarks
Argument
Type
returnstate
bool
plcname
string
filename
string
processed
bool
Typical Example
DownloadPLCProgram("controlPLC", "Prog01.bin", done)
The program stored in the file 'Prog01.bin' in the current directory is
downloaded to the PLC 'controlPLC'. Before continuing, the script waits up to
five seconds for the action to succeed.
The operation may not be complete immediately after the statement has been
executed. The processed flag 'done' is set at a later time when the operation
has been completed. Therefore, if using statements that require the upload to
be completed create an On Condition script containing the code to be
executed after the upload, with the processed flag as the expression (e.g.
'done').
This command can only be used when the PLC is in 'STOP' mode. Refer to
chapter 6, GetPLCMode or chapter 6, SetPLCMode for further information.
Syntax
mode = GetPLCMode("plcname")
Remarks
Argument
Type
mode
string
plcname
string
Typical Example
currentmode = GetPLCMode("controlPLC")
In this example, the current mode of the PLC 'controlPLC' is stored in the point
'currentmode'.
SECTION 6 Functions and Methods
=
DownloadPLCProgram(plcname,
Description
Returnstate is '1' if the function is successful, or
'0' otherwise.
Name of PLC to download the program to.
Name of the file on disk to download to the
PLC. If a drive and path are not specified, the
current directory is assumed, which may not be
the same as the application directory. If a
filename is specified as "" the user is prompted
at runtime for a filename.
processed is set to 'TRUE' when the operation
is actually completed.
Description
A Text point containing the current PLC mode.
Possible modes are 'STOP', 'DEBUG', 'RUN',
'MONITOR' and 'UNKNOWN'.
Name of PLC
filename,

Advertisement

Table of Contents
loading

This manual is also suitable for:

Cx-supervisor 3.1

Table of Contents