tlkenergy / sim-tlk

Roadmap and Issues for sim.TLK cloud based system simulation
2 stars 1 forks source link

One of the Sub Menu isn't loading #45

Open Walshest opened 11 months ago

Walshest commented 11 months ago

For some reason one of our sub menus isn't loading properly... Bug_withEvaporatorSubMenu

mateokurti commented 11 months ago

Two of the parameters on this sub-menu have a dependency on VariableAirInletTemp_int which doesn't seem to exist as a parameter. Is this intentional? Removing/correcting this dependency should resolve the issue. Meanwhile, we'll work to handle this validation so it is prevented on the FMU Interface level.

Walshest commented 11 months ago

Thanks for the fast response. Actually the parameter does exist... I just downloaded it from Django and searched for it:

image

I assume it isn't showing in Sim.TLK anymore as it seems to have changed to a constant in the last compile from Dymola

mateokurti commented 11 months ago

Yes, only parameters and inputs can be configured. That's why it isn't showing on the list.

Walshest commented 11 months ago

Thanks for the solution on why it isn't working. It would be great if you can leave this bug open until you have implemeneted a warning in the UI to identify this :)