Opened 7 years ago
Closed 7 years ago
#4887 closed defect (fixed)
Issue with connection equations in the NF
Reported by: | Francesco Casella | Owned by: | Per Östlund |
---|---|---|---|
Priority: | high | Milestone: | 2.0.0 |
Component: | New Instantiation | Version: | |
Keywords: | Cc: |
Description
Please check the ActuatorWithNoise model. The following error is reported:
Error: Internal error Instantiation of Modelica.Blocks.Examples.NoiseExamples.ActuatorWithNoise failed with no error message.
in what seems to be the NFFlatten.resolveConnections
phase.
Note:
See TracTickets
for help on using tickets.
Fixed in 9ebc2e7e. The model now fails because it's overdetermined, presumably due to either the prefixing or the complex binding issues.