Hi Felix and trnsys-users, I am also using type 557a and would like to get more temperatures than just the average storage temperature (output 3), however I am also short of ideas...
I’ve looked at many other threads but have not come across a solution.. I took a look at the source code for Type557, tried to modify the line “OUT(9)=TUTMED(0)[…] OUT(10)= TUTMED(1)” with “OUT(9)=TUTMED(1)[…] OUT(10)=TUTMED(0)”
but this didn’t seem to change anything… The file Type557.exe in the Plug-in folder might play an important part, making it difficult to change code like this (?) If anyone knows how to get the temperatures at all nodes (parameter 7 * parameter 8) as outputs that would be great! Thanks, Ciarán From: trnsys-users-bounces@cae.wisc.edu [mailto:trnsys-users-bounces@cae.wisc.edu]
On Behalf Of Felix Pag Hello, "The listed input referenced an output number beyond the allocated outputs for the connected type." I had a look in the Trnvdst.inc file and thought that I could solve the problem by setting the Parameter "MAXSPE = Maximum number of specified output ground temperatures" from 10 to a higher value and then
recompile the dll but that doesn't solve the problem. |