<html>
<body>
Elisabeth,<br>
  Try modifying your call to look like the following:<br><br>
<font face="Arial, Helvetica"><x-tab>
        </x-tab></font>
<font face="Arial, Helvetica" color="#0000FF"><b>CALL</b></font>
<font face="Arial, Helvetica">
DYNAMICDATA(LU,NX,NVAL,NY,X,Y,INFO,*110)<br>
<x-tab>        </x-tab></font>
<font face="Arial, Helvetica" color="#0000FF"><b>CALL</b></font>
<font face="Arial, Helvetica"> LINKCK('TYPE907','DATA ',1,99)<br>
<x-tab>        </x-tab></font>
<font face="Arial, Helvetica" color="#0000FF"><b>RETURN</b></font>
<font face="Arial, Helvetica"> 1<br>
</font><font face="Arial, Helvetica" color="#FF0000">110</font>
<font face="Arial, Helvetica"><x-tab>
     </x-tab></font>
<font face="Arial, Helvetica" color="#0000FF"><b>CONTINUE<br><br>
</b></font>there is one more argument at the end of the above call to
DynamicData (*110) which causes the program to jump to line 110 when it
returns successfully from the DynamicData subroutine. If it returns
unsuccessfully, then it proceeds on to the next line (the call to
LINKCK). LINKCK is a subroutine that writes an error when there is an
unsuccessful call to a subroutine. What happens in your case is that
whether DynamicData is called correctly or incorrectly, you are then
calling LINKCK, which is reporting an error. You need to skip that call
when DynamicData was successful.<br>
Cheers,<br>
 David<br><br>
<br><br>
At 15:14 6/6/2007, Elisabeth Aslanian wrote:<br>
<blockquote type=cite class=cite cite="">Hello everybody<br><br>
i am doing a data reader so i use the trnsys funcitions dynamicdata and
<br>
LINKCK in type i wrote and called type907<br>
my syntax is so :<br>
CALL DYNAMICDATA(LU,NX,NVAL,NY,X,Y,INFO)<br>
CALL LINKCK('TYPE907','DYNAMICDATA',1,907)<br>
i dont understand why when i rum trnsys i get the following error:<br>
trnsys message 104: the trnsys processor has reported that a subroutine
was <br>
called that has not been found in the available TRNSYS libraries<br><br>
reported infromation : reported by LINKCK<br><br>
<br>
thank you for your help,<br><br>
Elisabeth<br><br>
_________________________________________________________________<br>
Avec Windows Live OneCare éliminez tous les virus de votre PC ! <br>
<a href="http://www.windowslive.fr/liveonecare/default.asp" eudora="autourl">
http://www.windowslive.fr/liveonecare/default.asp</a><br><br>
_______________________________________________<br>
TRNSYS-users mailing list<br>
TRNSYS-users@engr.wisc.edu<br>
<a href="https://www.cae.wisc.edu/mailman/listinfo/trnsys-users" eudora="autourl">
https://www.cae.wisc.edu/mailman/listinfo/trnsys-users</a></blockquote>
<x-sigsep><p></x-sigsep>
****************************************************************************************<br>
Thermal Energy System Specialists (TESS), LLC <br>
David
BRADLEY                          
2916 Marketplace Drive - Suite 104 <br>
Partner                                       
Madison, WI 53719 <br>
Phone: (608) 274-2577 USA <br>
Fax: (608) 278-1475 <br>
E-mail: bradley@tess-inc.com <br>
Web Pages: 
<a href="http://www.tess-inc.com/" eudora="autourl">
http://www.tess-inc.com</a>    
and     
<a href="http://www.trnsys.com/" eudora="autourl">
http://www.trnsys.com<br><br>
</a>"Providing software solutions for today's energy engineering
projects" <br>
****************************************************************************************<br>
</body>
</html>