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

L-force | PLC Designer
The Resources
458
DMS 3.2 EN 02/2011 TD29
Command
Description
setpwd
Set password on controller; Syntax: setpwd
e.g. "setpwd abcde 0"
system, or "1" valid for all applications
delpwd
Delete password on PLC.
Please regard:
• The first word of the command sequence entered is interpreted as keyword
(
• If the first word of the command entry is not recognized by the controller, the
response 'Keyword not found' will appear in the result window.
• If a keyword is preceded by a „?
searched for the existence of a help section to this keyword. If one is available,
nothing is sent to the controller, but only the help text is displayed in the output
data window.
8.13.3
Use of macros during the command entry in PLC-Browser
If a command associated with a macro is entered in the command line, this is
expanded before it is sent to the controller. Then the response in the result window
appears in a similarly expanded form.
The entry syntax is:
Macros are:
%P
If NAME is a POU-name, the expression is expanded to
no alteration
%V
If NAME is a variable name, the expression is expanded to #
otherwise there is no alteration (this notation #
controller as a memory address)
%T
If NAME is a variable name, the expression is expanded to
there is no alteration.
%S
If NAME is a variable name, the expression is expanded to
there is no alteration.
The % character is ignored if the escape symbol \ (Backslash) is placed in front. The
escape symbol as such is only transmitted if written \\.