L-force | plc designer – Lenze PLC Designer PLC Designer (R3-1) User Manual

Page 536

Advertising
background image

L-force | PLC Designer

Menu Commands sorted by Categories

534

DMS 4.1 EN 03/2011 TD29

Instance path

Complete object path of the breakpoint
position

example:
"PLC.Application.PLC_PRG.FBinst1"

Tasks

Tasks during the run of which the
breakpoints should be noticed: "(any)" in
case of no restriction (default), resp.
particular task name(s) .

example: "MainTask, SubTask1"

Condition

Definition of when (number of hits) the
breakpoint should cause a break in
processing; (default: 1).

example: "Break when the hit count
is equal to 3"

Current hit count

Indicates how often the breakpoint has
been run through (hit) up to now.

example: "3"


The following functions are available as buttons in the upper right part of the dialog
for editing the current breakpoints parameters resp. for removing or adding
breakpoints:

New breakpoint

Opens the 'New breakpoint' dialog for defining a new breakpoint.
See description of corresponding command 'New breakpoint'.

Clear breakpoint

Removes the breakpoint; do not mix up with disabling !

Enable/disable
breakpoint

Toggles the breakpoint between 'enabled' and 'disabled' status; in
case of 'disabling' the breakpoint will not be removed from the list, but
can be re-enabled.

Properties

Dialog 'Breakpoint Properties' will be opened, where you can modify the
breakpoint parameters. The dialog matches the 'New Breakpoint' dialog.

Go to source
position

The 'Select Online State' dialog will open from where you can get to the
source position of the breakpoint.

Clear all
breakpoints

Removes all breakpoints. The list will be empty. Do not mix up with
disabling!

Enable all
breakpoints

Enables ( )all currently disabled breakpoints .

Disable all
breakpoints

Disables ( ) all currently enabled breakpoints. The breakpoints remain in
the list and can be re-enabled.

Advertising