Dialog Box ‘Properties - ‘Application Build Options’

Function: The dialog contains settings used by CODESYS while generating a boot application for a control.

Call: Main menu View ‣ Properties, context menu of a application object

Download Application Info

This feature requires compiler version >=3.5.0.0, runtime system version >= 3.5.0.0.

The information about the application contents is also downloaded to the PLC. We recommend that you keep this option activated because it enables a difference check between the current application and the application on the controller. This compares the number of blocks, data, and memory locations.

To receive information about the differences, click Details in the Applications tab of the device editor. This is also in the messages view that opens when you are downloading an application to the controller when it is different from the one already on the controller.

Dynamic memory settings
Use dynamic memory allocation

Memory is allocated dynamically for the application, for example when using the __NEW operator. In this case, define the Maximum size of memory (bytes).

Important: The entire memory is not available for creating objects dynamically. Instead, the system always uses part of it for management information.

See also