-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please write proper unit in PI-timeseries export (applies to version 2.3 and higher) #1130
Comments
In GitLab by @gijsber on Jan 22, 2020, 14:49 This is rather problematic as pymoca does not parse all this Modelica SI-units stuff.
|
SGeeversAtVortech
pushed a commit
that referenced
this issue
Oct 7, 2024
In case partial history was present, the delay expressions with missing values were correctly logged a warning for. However, in case no history was provided at all, these warnings were not logged due to the if-check not catching this. This commit makes sure that warnings are logged also in that scenario. Closes #1130
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In GitLab by @gijsber on Jan 22, 2020, 09:40
Currently pi_mixin writes unit_unknown in the timeseries header during export.
please write a proper unit if known based on the SI specification as used in the Modlica model.
Currently both flow and volume, typically expressed in m3/s and m3, have the same unit_unknown, which gives trouble on the Fews-side when I have to convert this to ML/day (multiply by 86.4) vs. ML (multiply by 0.01)
Please fix in version 2.3 and higher
The text was updated successfully, but these errors were encountered: