Replies: 1 comment 3 replies
-
Also, PythonFMUs can be deployed on target hardware. Just compile the repo once and drop the binary into the FMU. This fact makes Source code FMUs less attractive in this case (why adapt a new workflow, when one exists already?). |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I understand that PythonFMU is just a tool coupling solution, but I would like to know what are the technical barriers to implementing a 'source code FMU' compiler from Python? That would enable deployment of the FMU onto target hardware.
Beta Was this translation helpful? Give feedback.
All reactions