Skip to content
Snippets Groups Projects
Commit de5fdd6b authored by Simon Barner's avatar Simon Barner
Browse files

Be more precise about supported platforms and prerequisites

parent e708ae81
No related branches found
No related tags found
1 merge request!394069
......@@ -2,7 +2,7 @@ BehaviorMod.ContentPage.html 8add0e6ba4dffc4715af499f681576b90d24a252 GREEN
ModandSim.MainPage.html 2ffbbecd7d06ade3f5a0a0ca3b3f8407d6ba5879 GREEN
code_specification.html 2212a40a032718892a24ab7aef701f40a90e4f7a GREEN
component_architecture.html d122d62d6622714a597a6ffbbf12bf0c8a092861 GREEN
cosimulation_with_af3.html 220d893a0d6e1dd5003b679fc888c2162bbd9fad YELLOW
cosimulation_with_af3.html 2a6979db8f96a812defc5df6294a9381031cbb2e YELLOW
data_dictionary.html f16333315733a5223868fdf2e0b1ec06c0419d43 GREEN
hierarchical_state_automaton.html b1e1f12b3bd667fce2158df8d0dd7379b7fb7703 GREEN
mode_automaton.html 57688d041d31a074174bd8708118fb4833626753 GREEN
......
......@@ -148,17 +148,31 @@ provided by INTO-CPS as a service. Thus, the FMUs from different tools can be im
<h2>Co-simulation using FMI (Functional Mockup Interface)</h2>
<p>
This feature supports for now only FMU export satisfying the following constraints:
AutoFOCUS3 supports currently supports FMU 2.0 export on the following platforms that
meet the listed prerequisites:
<ul>
<li>FMI2.0</li>
<li>Windows 32/64bit</li>
<li>GCC compiler:</li>
<ul>
<li>We recommend <a target="_blank" rel="noopener noreferrer" href="https://jmeubank.github.io/tdm-gcc/">TDM-GCC MinGW</a> (tested with release 9.2.0)</li>
<li>Note: <tt>gcc</tt> has to be in the search <tt>PATH</tt>. Therefore, restart AutoFOCUS3 after installing the <i>TDM-GCC MinGW</i> package.</li>
<li>Input and output values cannot carry NoVal but instead contain default values (0 for integers and reals, false for booleans, first item for enumerations)
Note: This behaviour is different from AF3 <i>simulation</i></li>
</ul>
<li>Windows
<ul>
<li>We recommend <a target="_blank" rel="noopener noreferrer" href="https://jmeubank.github.io/tdm-gcc/">TDM-GCC MinGW (x64)</a> (tested with release 9.2.0)</li>
<li>Note: <tt>gcc</tt> has to be in the search <tt>PATH</tt>. Therefore, restart AutoFOCUS3 after installing the <i>TDM-GCC MinGW</i> package.</li>
</ul>
</li>
<li>Linux
<ul>
<li>Install <tt>gcc</tt> using your distributions package manager.</li>
<li>Ensure that <tt>gcc</tt> is in the <tt>PATH</tt>.
</ul>
<li>macOS: Currently not supported</li>
</ul>
<b>Note</b>:
<ul>
<li>Input and output values cannot carry <tt>NoVal</tt> but instead contain
default values (<tt>0</tt> for integers and reals, <tt>false</tt> for booleans, first item for enumerations)
</li>
<li>This behaviour is different from AF3 <i>simulation</i>!</li>
</ul>
</p>
<h2>Exporting component architecture as an FMU</h2>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment