[TRNSYS-users] TRNSYS Message 427 - Type 15

David BRADLEY d.bradley at tess-inc.com
Mon Mar 3 14:12:09 PST 2014


Luis,
I am reasonably sure that the problem does not lie in Type15. When a 
Type sends an error message to the messages() routine, it sends it own 
Type number so if the Type number is incorrectly keyed into the calling 
Type, it will appear to the end user as though the wrong Type generated 
the error message. The last two arguments in the call to messages() are 
the current Unit number and the current Type number.

As for the problem at hand, I think perhaps that you are using the 
Trnsys16 coding standard. There should be a line in your component that 
sets INFO(6) to the number of outputs that you need for your Type. You 
will get this error if you reference an output greater than the number 
of outputs that you reserved for Type. For example:

INFO(6) = 10
...
OUT(11) = someValue

Kind regards,
  David


On 2/26/2014 13:56, LUIS J. CLAROS wrote:
> Dear TRNSYS Users,
>
> I get this error :
>
> TRNSYS Message    427 : An OUTPUT from the specified component model 
> has been written to the global OUT array in a location beyond the 
> allocated number of outputs from this model. Please check the 
> component carefully to insure that INFO(6) is set correctly. The 
> simulation has been aborted to avoid problems caused by over-writing 
> the outputs from other component models Reported information  : Not 
> available .
>
>  when I perform a simulation using Type 15-3 (EPW), Type 56 and a new 
> Type that I have developed, which makes use of the Type 15 outputs. It 
> looks like to be associated to Type 15 which seems odd.
>
> I would really appreciate if anybody could help me to solve it.
>
> Thanks in advance,
>
> Luis
>
>

-- 
***************************
David BRADLEY
Principal
Thermal Energy Systems Specialists, LLC
22 North Carroll Street - suite 370
Madison, WI  53703 USA

P:+1.608.274.2577
F:+1.608.278.1475
d.bradley at tess-inc.com

http://www.tess-inc.com
http://www.trnsys.com




More information about the TRNSYS-users mailing list