This functionality is only available for certain module packages.

Creating text discipline components

The three specific text objects that already incorporate text fragments will be created.

Begin by creating the ListOfComponents unit in T_Mechatronic_ModularSystem.

  1. Select the T_Mechatronic_ModularSystem library.
  2. Select New > Unit in the shortcut menu.
  3. Enter ListOfComponents in the Name field.

Now create the components:

  1. Select the ListOfComponents unit.
  2. Select New > ListOfComponents > Body in the shortcut menu.

  1. Enter Sensors_Actuators_Body in the Name field.
  2. Click File > Import.... Click [Import...] and in the file selection select the file created by you, Body.txt that is located in the following folder:
<EEC installation folder>\resources\Tutorial\ListOfComponents
  1. Repeat Steps 4 and 7 for the component of the type Chapter with the name Sensors_Actuators_Chapter and the text resource Chapter.txt.
  2. Repeat Steps 4 and 7 for the component of the type Line with the name Sensors_Actuators_Line and the text resource Line.txt.

When importing the text resources, the parameters contained in them are automatically detected and the corresponding parameters are created in the Parameter unit.