Replies: 1 comment 1 reply
-
This is a tool issue and not an issue with this library. If you can include your model (and which tool you use) it may be possible to resolve it, but preferably at e.g., stackoverflow - not here. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am new to Modelica and I have been reading and practicing the tutorials for a while. I wanted to create a model and a part of that model contained a feedback loop. So, I used the basic one from the standard library in the math section.
However, I can't run the model. Simply because it always says that the unit of the feedback.u1 and u2 and different than feedback.y. I tried to look at the code but can't locate where the unit is mentioned nor how to change it to make all of them u1, u2, and y to be consistent. Is there a way to sort through that to find it? or an efficient way to change it up?
here is what I did. I looked at the code of the model and couldn't locate it. I opened the class feedback block and still couldn't find it. I even opened the class of the output itself "feedback. y" and still couldn't find where this unit 'J' was located as the Modelica warning said.
Beta Was this translation helpful? Give feedback.
All reactions