Each module consists of a root folder with folder type Module .

This contains the following subfolders:

  • Module configuration —Contains all parameterizations provided by this module. Parameterizations can be made here.
  • Module system —Contains the functionality of the module. May be present in the database only once.
Note You cannot make changes to the system folder.

Module and Subfolder Naming Structure

Structure of a module name:

Module_abbreviation_(Description_of_the_module)

Example: SCS_(Safety_Control_System)

Subfolders contain the suffixes _config and _system.

Example: SCS_config is the configuration folder of module SCS.

Example: SCS_system is the system folder of module SCS.