<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Tobias,<br>
I would be very surprised if this error had anything to do with
the operating system. In a Trnsys16 component, you had to reserve
the number of outputs that you wanted your Type to use and you did
so by a command that looked something like:<br>
<br>
INFO(6) = 12<br>
<br>
if you wanted to reserve 12 outputs. The error you are getting is
that some component is reserving a certain number of outputs for
itself and then is setting an output that is outside of the reserved
range. The following would cause the error:<br>
<br>
INFO(6) = 12<br>
...<br>
OUT(14) = someVariable<br>
<br>
The error message should mention the Unit and Type number of the
component that is causing the problem. Please send me that
information and I may be able to help you look a bit further.<br>
<br>
I have two guesses as to why the error occurs on some computers but
not on others. First, the check that is generating the error can be
turned off by changing the "debug mode" flag in the simulation
control cards. In the Studio, open the control cards tool (where you
set the simulation start and stop times) and scroll down to the
field that says "debug mode" Debug mode may be turned off on one
computer but not the other. Second (more likely) there is another
DLL in the ..\TrnsysXX\UserLib\DebugDLLs\ or
..\TrnsysXX\UserLib\ReleaseDLLs\ directory of one of the computers
but not the other. <br>
Kind regards,<br>
David<br>
<br>
<br>
<br>
<br>
<div class="moz-cite-prefix">On 1/8/2014 09:10, Tobias Henzler
wrote:<br>
</div>
<blockquote
cite="mid:ee435911532155469e129bb0bda32484@ige.uni-stuttgart.de"
type="cite">
<meta http-equiv="Content-Type" content="text/html;
charset=ISO-8859-1">
<meta name="Generator" content="Microsoft Word 14 (filtered
medium)">
<style><!--
/* Font Definitions */
@font-face
{font-family:Calibri;
panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0cm;
margin-bottom:.0001pt;
font-size:11.0pt;
font-family:"Calibri","sans-serif";
mso-fareast-language:EN-US;}
a:link, span.MsoHyperlink
{mso-style-priority:99;
color:blue;
text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
{mso-style-priority:99;
color:purple;
text-decoration:underline;}
pre
{mso-style-priority:99;
mso-style-link:"HTML Vorformatiert Zchn";
margin:0cm;
margin-bottom:.0001pt;
font-size:10.0pt;
font-family:"Courier New";}
span.E-MailFormatvorlage17
{mso-style-type:personal-compose;
font-family:"Calibri","sans-serif";
color:windowtext;}
span.HTMLVorformatiertZchn
{mso-style-name:"HTML Vorformatiert Zchn";
mso-style-priority:99;
mso-style-link:"HTML Vorformatiert";
font-family:"Courier New";
mso-fareast-language:DE;}
.MsoChpDefault
{mso-style-type:export-only;
font-family:"Calibri","sans-serif";
mso-fareast-language:EN-US;}
@page WordSection1
{size:612.0pt 792.0pt;
margin:70.85pt 70.85pt 2.0cm 70.85pt;}
div.WordSection1
{page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
<div class="WordSection1">
<p class="MsoNormal">Dear TRNSYS-Users,<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal"><span lang="EN-US">I am currently working
on several type programming projects with FORTRAN in CVF. It
usually works fine and there is no problem in using it with
different versions (TRNSYS 16_1, 17_0) and on several PCs.<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">Now a strange error
occurred with one type as it does not work equally on
different PCs. The DLL is of course the same, and the
configurations are also equal.<o:p></o:p></span></p>
<pre><span style="font-size:11.0pt;font-family:"Calibri","sans-serif"" lang="EN-US">In that special case, it works on XP-Mode properly meanwhile on Win7 the results differ extremely and an error occurs (TRNSYS Message 427). The problem exists on some PCs with Win7, but works on others with Win7:<o:p></o:p></span></pre>
<p class="MsoNormal"><span
style="font-family:"Arial","sans-serif";mso-fareast-language:DE"
lang="EN-US"><o:p> </o:p></span></p>
<p class="MsoNormal"><span
style="font-size:10.0pt;font-family:"Courier
New";mso-fareast-language:DE" lang="EN-US"> "An OUTPUT
from the specified component model has been written to the <o:p></o:p></span></p>
<p class="MsoNormal"><span
style="font-size:10.0pt;font-family:"Courier
New";mso-fareast-language:DE" lang="EN-US">global OUT
array in a location beyond the allocated number of outputs <o:p></o:p></span></p>
<p class="MsoNormal"><span
style="font-size:10.0pt;font-family:"Courier
New";mso-fareast-language:DE" lang="EN-US">from this
model. Please check the component carefully to insure that <o:p></o:p></span></p>
<p class="MsoNormal"><span
style="font-size:10.0pt;font-family:"Courier
New";mso-fareast-language:DE" lang="EN-US">INFO(6) is
set correctly. The simulation has been aborted to avoid <o:p></o:p></span></p>
<p class="MsoNormal"><span
style="font-size:10.0pt;font-family:"Courier
New";mso-fareast-language:DE" lang="EN-US">problems
caused by over-writing the outputs from other component
models"<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">I do not think that it
is a problem of WinXP/Win7. In my opinion it might also be a
problem with missing components that are supposed to be
located in the system folder.<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">Has anyone ever had a
problem with a DLL not working equally on different PCs?<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">Best regards and thanks
in advance<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">Tobias<o:p></o:p></span></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">University of Stuttgart<o:p></o:p></p>
<p class="MsoNormal">mailto: Tobias.henzler at
ige.uni-stuttgart.de<o:p></o:p></p>
</div>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
TRNSYS-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:TRNSYS-users@cae.wisc.edu">TRNSYS-users@cae.wisc.edu</a>
<a class="moz-txt-link-freetext" href="https://mailman.cae.wisc.edu/listinfo/trnsys-users">https://mailman.cae.wisc.edu/listinfo/trnsys-users</a>
</pre>
</blockquote>
<br>
<pre class="moz-signature" cols="72">--
***************************
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
<a class="moz-txt-link-abbreviated" href="mailto:d.bradley@tess-inc.com">d.bradley@tess-inc.com</a>
<a class="moz-txt-link-freetext" href="http://www.tess-inc.com">http://www.tess-inc.com</a>
<a class="moz-txt-link-freetext" href="http://www.trnsys.com">http://www.trnsys.com</a></pre>
</body>
</html>