15 appendix, 1 command line commands, Drive plc developer studio – Lenze DDS v2.3 User Manual

Page 311

Advertising
background image

Drive PLC Developer Studio

Appendix

15-1

l

DDS EN 2.3

15

Appendix

15.1

Command line commands

The DDS can be assigned certain commands on startup that will become effective on program
execution. These command line commands start with ” /” and are case-insensitive. Processing is
sequential from left to right.

/online

DDS attempts to go online with the current project after startup.

/run

DDS starts the user program after log-in.
Valid in combination with /online only.

/show
/show hide

/show icon

/show max
/show normal

The DDS frame window display can be set.
The window is not displayed and does not show in the task bar.

The window is minimized.

The window is maximized.
The window is shown in the status applicable on last exit.

/out <outfile>

All messages are output into the message window and the file <outfile>.

/cmd <cmdfile>

After startup, the commands in command file <cmdfile> will be executed.

A command line input is structured as follows:
” <DDS EXE file path>” ” <Project path>” / <Command 1> / <Command 2> ...

DDS file *.pro is opened, the window is not displayed. The content of command file (cmdfile)
command.cmd is processed.

Show/Hide Bookmarks

Advertising