Set the Compilation Options

Click the icon to open the PLCClosed "Programmable Logic Controller" A Programmable Logic Controller, PLC, or Programmable Controller is a digital computer used for automation of industrial processes, such as control of machinery on factory assembly lines. Used to synchronize the flow of inputs from (physical) sensors and events with the flow of outputs to actuators and events options dialog box.

  • Select the Debug option to use Step-By-Step Debugging during simulation or online testing.
  • Select the Release option to if step-by-step debugging is not required and to give highest performance to the application.

When additional statements are incorporated in the code (e.g., trace outputs), you must select the Debug compiling mode so that they are taken into consideration (in RELEASE mode, those statements are not included).

For more information, see:

Code Generation

The code compilation options are: Normal and Optimized.

Normal


  • Using Normal code is recommended to take advantage of all KAS PLC features unless the controller is unable to meet performance requirements.

Optimized


  • The Optimize Code option is not available for the PCMM2G.

Optimized code generation: