Vai al contenuto

Build output

Here you can edit some significant properties of the output files generated by compiling operation. Build output-image_0Downloadable target files sectionCreate downloadable target files: if this option is checked the compiler will generate the binary files that can be downloaded to the target. You can specify custom filenames or use default ones.Please note that only valid Windows filename are accepted!PLC application (active only if Create downloadable target files is checked): this field specifies the name of the PLC application binary file. By default projectname.binSource code (active only if Create downloadable target files is checked): this field specifies the name of the Source code binary file. By default projectname_source.bin.Debug (active only if Create downloadable target files is checked): this field specifies the name of the Debug symbol binary file. By default projectname_debug.binListing, reports, etc… sectionGenerate code listing file (.lst): if this option is checked the compiler will generate a listing file named as projectname.lst.
  • Generate mapped variables export file (.exp): if this option is checked the compiler will generate an EXP file named as projectname.exp.
  • Generate unused elements report (.unu.xml).