Skip to content

Some notes about the tutorial #2

@Modelica-ZhipengChen

Description

@Modelica-ZhipengChen

Thanks for this wonder tutorial in 16th Modelica&FMI Conference.

There are some notes:

  1. Python virtual environments is introduced in python3.3, so we may don't need a uv
  2. we can use the following cmake config in export\CMakeLists.txt to atomic set startup project
if(CMAKE_C_COMPILER_ID STREQUAL "MSVC")
  set_property(DIRECTORY ${CMAKE_SOURCE_DIR} PROPERTY VS_STARTUP_PROJECT model)
endif()
  1. There are additional work for cross-compile in platform QNX, VxWorks and so on.
  2. The fundamental difference between FMPy and Reference-FMU lies in their implementation languages. FMPy is more like a Swiss Army knife, while Reference-FMU serves more as a reference.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions