Integrating FMUs into MicroFMU
Overview
This guide details how to preprocess FMUs to work with MicroFMU.
Steps
Place the FMU file in the project directory
cp path/to/fmu/BouncingBall.fmu .
Ensure preprocessing scripts are executable
sudo chmod +x parseFMU.sh changeCode.sh
Run FMU preprocessing
make
Inspect extracted files in ``fmu/`` directory
ls fmu/
Check ``modelDescription.xml`` for variable names and metadata
This ensures your FMU is properly integrated into the library.