L-force | plc designer – Lenze PLC Designer PLC Designer (R2-x) User Manual

Page 459

Advertising
background image

L-force | PLC Designer

The Resources



DMS 3.2 EN 02/2011 TD29

457

The following commands are firmly integrated in the run-time system and contained
in the ini-file with the corresponding entries for entry help, tooltips and help:

Command

Description

?

The run-time system supplies a list of the available commands. The list is
independent of the status of the description files of the target system.

mem

Hexdump of a memory area

Syntax 1: mem <start address> <end address>

Addresses can be entered decimal, hexadecimal (Prefix 16#) or as a macro.

memc

Hexdump relative to the start address of the code in the controller; like mem, the
data are added to the code area start address.

memd

Hexdump relative to the data base address in the controller; like mem, the data
are added to the data area start address.

reflect

Reflect current command line, for test purposes.

dpt

Read and display data-pointer table.

ppt

Read and display POU table.

pid

Read and display project Id.

pinf

Read and display project info (see 'Project' 'Project Info').

tsk

Show list of IEC-tasks incl. task infos defined in the project.

startprg

Start PLC program ('Online' 'Start').

stopprg

Stop PLC program ('Online' 'Stop').

resetprg

Reset PLC program. Only not-retentive data get initialized.
('Online' 'Reset).

resetprgcold

Reset PLC program cold. Retentive data also get initialized.
('Online' 'Reset (cold)').

resetprgorg

Reset PLC program original. The current application program as well as all data

(incl. retentive and persistent) are deleted.
('Online' 'Reset (origin)').

reload

Reload boot project.

getprgprop

Read and display program properties (Name, title, version author, date).

getprgstat

Read and display program status (e.g. "run", "stop", last error, flags)

filedir

File command "dir". List of files in the PLC directory.

filecopy

Copy file [from] [to]. Example: "filecopy filename.txt filename2.txt".

filerename

Rename files on PLC [old] [new]. Example: filerename oldname.txt newname.txt".

filedelete

Delete file on PLC; Example: "filedelete file.xml".

saveretain

Save retain variables. The name of the save file will be displayed afterwards.

restoreretain

Load retain variables. The name of the save file, from which the variables values
are restored, will be displayed.

Advertising