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

Page 543

Advertising
background image

L-force | PLC Designer

Command Line-/Command File



DMS 3.2 EN 02/2011 TD29

541

Delaying processing of the CMDFILE:

delay 5000

Waits 5 seconds

Controlling the Watch and Receipt Manager:

watchlist load <file>

Loads the Watchlist saved as <file> and opens the corresponding
window ('Extras' 'Load Watchlist')

watchlist save <file>

Saves the current Watchlist as <file> ('Extras' 'Save Watchlist')

watchlist set <text>

The watchlist is set active (corresponds to selecting a watchlist in
the left part of the Watch and Receipt Manager)

watchlist read

Updates the values of the Watch variables ('Extras' 'Read receipt')

watchlist write

Fills the Watch variables with the values found in the Watchlist
('Extras' 'Write receipt')

Linking libraries:

library add <library file1>
<library file2> .. <library fileN>

Attaches the specified library file to the library list of the currently
open project. If the file path is a relative path, the library directory
entered in the project is used as the root of the path.

library delete [<library1>
<library2> .. <libraryN>]

Deletes the specified libraries from the library list of the currently
open project.

Copying objects:

object copy <source project file>
<source path> <target path>

Copies objects from the specified path of the source project file to
the target path of the already opened project.

If the source path is the name of an object, this will be copied. If it is

a folder, all objects below this folder will be copied. In this case, the
folder structure below the source folder will be duplicated.

If the target path does not yet exist, it will be created.

Advertising