Skip to content

Commit

Permalink
Corrected exported FMUs, changed sign of load
Browse files Browse the repository at this point in the history
  • Loading branch information
Dag Brück committed Feb 21, 2024
1 parent 2761bde commit fa9649a
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 1 deletion.
Binary file modified examples/DC-Motor2023.ssp
Binary file not shown.
2 changes: 1 addition & 1 deletion examples/DC-Motor2023/SystemStructure.ssd
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@
<ssv:Real value="0.0" unit="s"/>
</ssv:Parameter>
<ssv:Parameter name="MLoad.k" description="Constant output value">
<ssv:Real value="1.0" unit="N.m"/>
<ssv:Real value="-1.0" unit="N.m"/>
</ssv:Parameter>
</ssv:Parameters>
<ssv:Units>
Expand Down
1 change: 1 addition & 0 deletions examples/DC-Motor2023/models/sse_edrive/Export FMUs.mos
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// Script to export FMUs from library.
// Script generated by Dymola.

Evaluate=false;
OutputCPUtime = false;
Advanced.Translation.EnableCodeExport=true;
Advanced.FMI.CrossExport=true;
Expand Down
Binary file modified examples/DC-Motor2023/resources/edrive_mass.fmu
Binary file not shown.
Binary file modified examples/DC-Motor2023/resources/emachine_model.fmu
Binary file not shown.
Binary file modified examples/DC-Motor2023/resources/stimuli_model.fmu
Binary file not shown.

0 comments on commit fa9649a

Please sign in to comment.