Hello everyone, I have a problem that trnsys delivers an error when I
have too many outputs. Or something like that: The listed input referenced an output number beyond the allocated outputs for the connected type.
The error was already mentioned by someone, but the
answer is not working. Maybe someone can help, Thanks, Marius PS Here is what they wrote Dear Olivier,
The problem is that the component is not setting the number of outputs in the INFO array. The component runs fine if you add the line INFO(6) = 3 after the ENDIF corresponding to the checking for INFO(7) = -2. My recommendation is that you update the component to a fully TRNSYS16 component. Please follow the instructions in the manual 'Volume 8-Programmer's guide'. Best regards,
Diego
Olivier Guillemot wrote: > for sure... > > thanks > olivier > > keilholz, werner a écrit : >> Dear Oliver, >> I'm not sure what you attempt to do, but this error sounds as if you >> declared more outputs in a type than the type actually handles. >> Which type are you trying to use ? Maybe you should show us the >> Proforma >> you made ? >> >> Werner >> >> -----Message d'origine----- >> De : [EMAIL PROTECTED] >> [EMAIL PROTECTED] De la part de Olivier >> Guillemot >> Envoyé : vendredi 7 juillet 2006 08:51 >> À : trnsys-users@engr.wisc.edu >> Objet : [TRNSYS-users] Error message >> >> Hi, >> >> I tried to create a new proforma from a fortran code founded on >> http://sel.me.wisc.edu/trnsys but I have the following error : The >> listed input referenced an output number beyond the allocated outputs >> for the connected type. >> >> Do you have any idea? >> >> regards,
>> olivier |