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

The Module folder contains the following subfolders:

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

Module and Subfolder Naming Structure

Module names have the following structure:

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.

When you change the name of the module or the module configuration in the Modules area, the name automatically updates in all linked locations. The renaming behavior does not apply to legacy modules.