Edit Modules
Modules are configurable units, or "building blocks", which you add to an ECU project to provide services or drivers.
You can see which modules have been added to your ECU Project in the Basic Editor. The Basic Editor displays all module configuration of the ECU configuration, and allows you to make changes to the active modules and their configurations.
Adding and Removing Modules via the UI Client
Modules can be added to and removed from an ECU project by using the Basic Editor.
To the left-hand side of the Basic Editor is a toolbar. This contains the following options:
-
Add Module
-
Remove Module
These can be used to add modules to and remove modules from your project.
To add a module press the button Add Module to open the Add Module Assistant. Here you can:
-
Select the module source:
-
from a BSW package
-
from an AUTOSAR Standard Definition
-
from a custom definition
-
-
Then select the modules you want from your selected source.
-
By default, modules which can only be selected once and which have already been selected will be filtered out.
-
There is also an option to enable automatic handling of VTT modules. This will cause VTT modules related to the selected ones will be added automatically.
-
-
Finally, you can optionally override the default short name(s) of the module(s) to be added.
When the Add Module Assistant closes the module will be visible in the module tree in the Basic Editor.
To remove a module, select the module you would like to remove and press button Remove Module.
Adding Modules via the CLI
For information about adding modules to an ECU project via the CLI, please see here.