Drive plc developer studio, Appendix – Lenze DDS v2.3 User Manual

Page 313

Advertising
background image

Drive PLC Developer Studio

Appendix

15-3

l

DDS EN 2.3

Manage the default behaviour of DDS dialogs
query on

Display dialogs expecting user input

query of ok

All dialogs behave in accordance with a click on

OK

query off no

All dialogs behave in accordance with a click on

No

query off cancel

All dialogs behave in accordance with a click on

Cancel

Command to call command files as subroutines
call <parameter 1>
...
<parameter 10>

Call command files as subroutines. Up to 10 parameters may be transferred. In the called file, $0 - $9 may be
used to access the parameters.

Set used DDS directories
dir lib <libdir>

Set <libdir> as the library directory

dir compile <compiledir>

Set <compiledir> as compilation file directory

Delay CMDFILE processing
delay 5000

Wait 5 seconds (accuracy of execution in 100ms steps)

Manage the Watch and Receipt Manager
watchlist load <file>

Loads the Watch list saved under <file> and opens the associated window

Extras

W

Load Watch list

watchlist save <file>

Saves the current Watch list under<file>

Extras

W

Save Watch list

watchlist set <text>

Assign the name <text> to a previously loaded Watch list

Extras

W

Rename Watch list

watchlist read

Update the Watch variable values

Extras

W

Read Receipt

watchlist write

Assign the Watch variables with the values in the Watch list

Extras

W

Write Receipt

Integrate libraries
library add
<libraryfile 1>
<libraryfile 2>
...
<libraryfile n>

Attach the specified library files to the library list of the currently open project. If the file path is relative, the library
directory set in the project will be set as the path root.

library delete
[<library 1>
<library 2>
...
<library n>]

Delete all libraries or the specified one from the library list of the currently open project.

Copy objects
object copy
<Source project file>
<Source path>
<Target path>

Copy objects from the specified path of the source project file into the target path of the currently open project.
If the source path is the name of an object, that object will be copied. If it is a folder, all objects under this folder

will be copied. In this case, the folder structure under the source folder will be accepted.

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

Set the communication parameters (gateway, device)
gateway local

Set the gateway of the local processor as the current gateway

gateway tcpip
<Address>

<Port>

Set the gateway set in the specified remote processor as the current gateway
<Address>: TCP/IP address or host name of the remote processor

<Port>: TCP/IP port of the remote gateway
Caution:
Only those gateways without a set password can be accessed!

device guid
<guid>

Set the device with the specified GUID as the current device.
The GUID must correspond to the following format:

{01234567-0123-0123-0123-0123456789ABC}

The curly brackets and hyphens must be located at the specified positions.

device name
<devicename>

Set the device with the specified name as the current device.

Show/Hide Bookmarks

Advertising