Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The new component name, type, and its parameters must be defined in the FMUGlossary.csv file located in at C:\OPAL-RT\RT-LAB\ v11.3.X[RT-LAB Version]\FMUCreator\resources\FMUGlossary\FMUGlossary.csv.

To add a new component to the existing ones in this file, the following fields must be filled in:

ID

...

A unique ID per FMU.

Can be generated by the following MATLAB command

...

:

Code Block
languagematlab
UUID = java.util.UUID.randomUUID

Name

The name of the component. This name must be exactly the same as the name of the component that appears in the Modelica’s library. For example: GENROU, EXST1, GAST, etc.

Type

There are 6 types of components:


  • 1 for machine

  • 2 for exciter

  • 3 for stabilizer

  • 4 for the turbine and governor

  • 5 for maximum excitation limiter

  • 6 for minimum excitation limiter

  • 7 for two-terminal hvdc line

Number of Parameters

Insert the number of parameters for each component. This value must match the number of parameters to be followed in the same row.

Parameters...

Used for naming the parameters of a component. The same parameter names must exist in the component in the Modelica library. To avoid the confusion of the parameter names when different components are combined to build a GenUnit, it is recommended to use the following suffixes depending on the component type, defined in the ‘Type’ section:


  • Type 1: not required

  • Type 2: _ex

  • Type 3: _pss

  • Type 4: _tg

  • Type 5: _OEL

  • Type 6: _uel

...