3 breakpoint positions, Breakpoint positions, Drive plc developer studio – Lenze DDS v2.3 User Manual
Page 146

Drive PLC Developer Studio
Editors
7-24
l
DDS EN 2.3
7.3.2.1
Configuring the monitoring window
Icon:
-
Menu:
ExtrasWMonitoring options
Keyboard:
-
Use this command to configure the monitoring window.
In online mode, the text editor window is vertically split in two.
•
Normal program text is shown on the left.
•
Variables and their respective values are shown on the right.
Open the dialog box
Monitoring options to effect the following settings:
•
Width of monitor window (in percent).
•
Distance between two monitoring variables in a line.
Distance 1 corresponds to one pixel in the selected resolution.
7.3.3
Breakpoint positions
Breakpoint positions are all program locations where variable values can change or program flow
branches.
•
As the DDS internally combines several IL lines into one C code line, it is not possible to set
breakpoints in every line.
•
Exception: Function calls:
Breakpoints must be set in the functions as necessary.
Possible breakpoint positions are identified with a dark grey line number field:
W
W
W
W
W
W
W
Instruction list editor
The following breakpoint positions are possible in the instruction list editor:
•
At the beginning of an organization unit
•
On every LD, LDN (or if an LD is set directly behind a label, on this label)
•
At every JMP, JMPC, JMPCN
•
At every label
•
At every CAL, CALC, CALCN
•
At every RET, RETC, RETCN
•
At the end of the organization unit
Show/Hide Bookmarks