Options for build, L-force | plc designer – Lenze PLC Designer PLC Designer (R2-x) User Manual
Page 117

L-force | PLC Designer
The Individual Components
DMS 3.2 EN 02/2011 TD29
115
6.2.8
Options for Build
If you choose this category in the Options dialog box , then you get the following
dialog box:
Options dialog box of the category Build
Debugging: It depends on the target descriptions whether this option can be
activated/deactivated by the user resp. which is the given setting . If it is activated,
additional debugging code is created, that is the code can become considerably larger.
The debugging code is needed in order to make use of the debugging functions
offered by »PLC Designer« (e.g. breakpoints). When you switch off this option, project
processing becomes faster and the size of the code decreases. The option is stored
with the project.
Replace constants: The value of each constant of scalar type (thus not for strings,
arrays and structures) is loaded directly, and in Online mode the constants are
displayed in green. Forcing, writing and monitoring of a constant is then no longer
possible. If the option is deactivated, the value is loaded into a storage location via
variable access (this does in fact allow writing the variable value, but implies longer
processing time).
Nested comments: Comments can be placed within other comments.