beautypg.com

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

Page 313

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
...

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

Set as the library directory

dir compile

Set 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

Loads the Watch list saved under and opens the associated window

Extras

W

Load Watch list

watchlist save

Saves the current Watch list under

Extras

W

Save Watch list

watchlist set

Assign the name 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


...

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
[

...
]

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

Copy objects
object copy


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

Set the gateway set in the specified remote processor as the current gateway

: TCP/IP address or host name of the remote processor

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

device 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

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

Show/Hide Bookmarks