<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Ankur,<br>
  Type460 existed as Type260 before the migration from TRNSYS 15 to 16.
With the release of v16, there was fundamental change in the way that
TRNSYS dealt with the simulation start time. Types could be fully
updated to take the new definition of the start time or they could be
left in "legacy mode," which involved minimal code changes. If Type460
has some lines in it that say:<br>
<br>
      IF(INFO(7).EQ.-2) THEN<br>
       INFO(12)=15<br>
       RETURN 1<br>
    ENDIF<br>
<br>
then it is in legacy mode and you can remove those lines, then compile
it in with the trnlib.dll (there was no ability to have Types in
external DLLs in Trnsys15). If, however, the lines say:<br>
<br>
      IF(INFO(7).EQ.-2) THEN<br>
       INFO(12)=16<br>
       RETURN 1<br>
    ENDIF<br>
 
<br>
then the Type was updated and I would think that it would NOT work in
TRNSYS 15.<br>
Best,<br>
 David<br>
<br>
<br>
On 5/4/2010 01:47, ankur khandelwal wrote:
<blockquote
 cite="mid:t2ga971d9201005032347u1a5ba2edo5da40f4c4986823d@mail.gmail.com"
 type="cite">Dear Trnsys User,
  <div><br>
  </div>
  <div>We have licence of Trnsys 15. I will be thankful if anyone tell
me whether the "type 460" (used to simulate earth-air tunnel) will work
in trnsys 15. </div>
  <div><br>
  </div>
  <div>Regards,</div>
  <div>Ankur Khandelwal</div>
  <div><br>
  </div>
  <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
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://www-old.cae.wisc.edu/mailman/listinfo/trnsys-users">https://www-old.cae.wisc.edu/mailman/listinfo/trnsys-users</a>
  </pre>
</blockquote>
</body>
</html>