SPF-OST / pytrnsys_gui

Graphical user interface for pytrnsys
https://pytrnsys.readthedocs.io
GNU General Public License v3.0
3 stars 4 forks source link

TRNSYS type not found #441

Open Gim07 opened 1 year ago

Gim07 commented 1 year ago

Hi, I have an issue when i try to run the mass flow solver in the example solar_dhw_GUI. A pop-up windows with a TRNSYS error display that there are 2 errors in the deck file. I have already encountered these errors, and i suppose that the problem is related to the .dll not found by TRNSYS (TRNSYS Error 105). I had copy the dll in \pytrnsys_data\ddcks\dlls in to the C:\Trnsys17\UserLib\ReleaseDLLs directory as reported in the installation guide, but it still doesn't work.
Can you help me to resolve this problem?

zuckerruebe commented 1 year ago

Hi Giacomo. Could you attach the solar_dhw_GUI.log file in the project folder that is generated when the mass flow solver is run?

Gim07 commented 1 year ago

Yes of course. I tried also other examples, and custom project created following the guide, but I encountered always the same issue. solar_dhw_GUI_mfs.log

zuckerruebe commented 1 year ago

It seems TRNSYS cannot find the implementations/DLLs for types 150 and 935:

grafik

The DLL for type 931 is there, but for some reason TRNSYS cannot load it. We're looking into and will get back to you. I hope that's ok?

zuckerruebe commented 1 year ago

Hi @Gim07

Could you try the lasted development version found here https://github.com/SPF-OST/pytrnsys_gui/releases/tag/bleeding-edge and check again?

Cheers

P.S.: You'll need to copy the DLLs from pytrnsys-gui-master-fe65805-4210220\pytrnsys_data\ddcks\dlls to UserLib\ReleaseDLLs again and remove the old pytrnsys_gui (not the standard TRNSYS) libs there.