Drive plc developer studio – Lenze DDS v2.3 User Manual
Page 128

Drive PLC Developer Studio
Editors
7-6
l
DDS EN 2.3
7.1.1.10
Help Manager
Icon:
-
Menu:
EditWHelp Manager
Keyboard:
Use this command to open the dialog box
Help Manager for a display of possible inputs at the
current cursor position in the editor window.
1. Select the input category from the column on the left.
2. Select the required entry in the column on the right.
3. Click OK to confirm the selection.
The selection will be inserted at the current cursor position.
•
The Help Manager is context-sensitive, i.e. the categories available depend on the current
editor window and the current cursor position.
•
With arguments
•
In the case of this option, the arguments to be transferred are also specified on insertion of
the selected element.
Examples:
Selection of function block fu1 with defined input variable var_in:
fu1(var_in:=);
Insertion of function func1 that requires var1 and var2 as transfer parameters:
func1(var1, var2);
Toggling between structured and non-structured representation of the available elements is
possible on principle by activating/deactivating the option Structured.
Show/Hide Bookmarks