Edit object, Edit object with, Edit object - offline – Lenze PLC Designer PLC Designer (R3-1) User Manual
Page 388: Implement interfaces, L-force | plc designer

L-force | PLC Designer
Menu Commands sorted by Categories
386
DMS 4.1 EN 03/2011 TD29
Edit Object
Symbol:
Use this command (category Objects) if you want to edit or view an object which is
available in the POUs or Devices view. The object must be selected, then the command
is available in the context menu and by default in the project menu.
The command will open the object in the appropriate editor. If used in online mode
you will get a dialog asking you in which view the object should be opened (Select
Online State dialog).
Edit Object with....
Currently this command works like Edit Object.
Edit Object - Offline
This command (category Objects) is available in online mode. After a login to the
application has been performed, a double-click on an entry in the device tree will open
the associated editor in online mode (provided that an instance of the selected object
belongs to that application). If you prefer to open the object in offline mode, select it
by an single click on the entry in the device tree and use the command "Edit Object
(Offline)" that will generally be retrieved under the menu item Project.
Implement interfaces...
This command (category Objects) can be used to update a function block concerning
the implemented interfaces. This means: If the interface definition has been modified,
for example another method has been added, this modification can be done
accordingly also in the function block by selecting the function block object in the
POUs- resp. Devices tree and using command 'Implement interfaces...'.
Example:
1. Interface ITF1 contains method GetName; When creating the function blocks FB1
and FB2, each implementing ITF1, GetName will be inserted automatically also below
FB1 and FB2 in the object tree:
Abb. 186 FB1 and FB2 implement ITF1