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

Page 541

Advertising
background image

L-force | PLC Designer

Command Line-/Command File



DMS 3.2 EN 02/2011 TD29

539

Commands of the project menu:

project build

The project that is loaded will be incrementally compiled ('Project'
'Build')

project rebuild or

project compile

The project that is loaded will be compiled in full ('Project' 'Rebuild')

project clean

Compilation information and Online Change information in the
current project will be deleted ('Project' 'Clean Project')

project check

The project that is loaded will be checked ('Project' 'Check all')

project compile

The current project will be compiled by "Rebuild all" ('Project'
'Rebuild all')

project check

The current project will be checked ('Project' 'Check')

project build

The current project will be built ('Projekt' 'Build')

project import <file1> ... <fileN>

The files <file1> ... <fileN> get imported into the current project

('Project' 'Import'). Regard: Wildcards can be used, e.g. "project
import C:\projects\*.exp" will import all files with extension *.exp
found in directory C:\projects.

project export <expfile>

The current project will be exported in the file <expfile> ('Project'
'Export')

project expmul

Each object of the current project will be exported in an own file,
which gets the name of the object.

project documentation

The entire project will be printed on the default printer ('Project'
'Documentation', see also above "file printersetup")

Commands for the control of the message file:

out open <msgfile>

The file <msgfile> opens as message file. New messages will be
appended

out close

The currently shown message file will be closed.

out clear

All messages of the currently opened message file will be deleted.

Commands for the control of messages:

echo on

The command lines will be displayed as messages.

echo off

The command lines will not be displayed as messages.

echo <text>

<text> will be displayed in the message window.

Advertising