You are here: Start » Technical Issues » Project Files

Project Files

When you save a project, several files are created. Most of them have textual or xml formats, so they can be edited also in a notepad and can be easily managed with version control systems.

A project may consist of the following file types:

  • Single *.avproj file (XML) – this is the main file of the project; plays a role of the table of content.
  • Single *.avcode file (textual) – this is the main source code file.
  • Zero or more *.avlib files (textual) – these are additional source code modules.
  • Zero or more *.avdata files (binary) – these files contain binary data edited with graphical tools, such as Regions or Paths.
  • Single *.avview file (XML) – this file stores information about the layout of Data Previews panels.
  • Zero or one *.avhmi file (XML) – this file stores information about the HMI Design.
Previous: Communication with Modbus TCP devices Next: C++ Code Generator