<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN">
<html><body>
<p>Before you start off on your new adventure of writing a type, I might suggest you see if there's an existing model that does what you need.  In this case, there is a Type that reads an Excel file as part of the standard TRNSYS package.  But very likely, you just want to read data at even intervals of time.  If this is the case, simply export the data from Excel to a delimited text file and read in the data using the popular Type 9 data reader.</p>
<p> </p>
<p>If you truly want to write a Type that communicates with Excel I hope you have a strong background in Fortran and the Windows API because this is not a simple task.</p>
<p> </p>
<p>Jeff</p>
<p> </p>
<div>
<pre>---</pre>
<p>Jeff Thornton</p>
<p><em>President - TESS LLC</em></p>
<p><em>22 N. Carroll Street, Madison WI USA 53703</em></p>
<p><em>Office: (608) 274-2577  Fax: (608) 278-1475</em></p>
<p><em>www.tess-inc.com</em></p>
<p><em>E-Mail: thornton@tess-inc.com</em></p>
<p> </p>
</div>
<p>On 06/15/2012 11:45 am, Rinku Sheth wrote:</p>
<blockquote type="cite" style="padding-left:5px; border-left:#1010ff 2px solid; margin-left:5px; width:100%"><!-- html ignored --><!-- head ignored --><!-- meta ignored -->
<div dir="ltr">Hi,<br /><br />I am new to Trnsys of any kind of simulation program. I need to creat a type in Trnsys 16 and I do not know how to creat new type. I have read manual 8 (Programmer's guide) and manual 2 (Using the simulation studio) but I do not understand it much. <br /><br />I have followed steps as per manual 2 and I could prepare proforma and could insert the inputs, outputs and parameters. But still I can not finish the type. The main idea is to read an execl file using Trnsys 16.<br /><br /> Should I use TRNEDIT (following manual 7 - TRNEdit: Editing the input File and Creating TRNSED Application).<br /><br />Please guide me because I am getting crazy.<br /><br />Thank you in advance,<br /><br />Falguni <br clear="all" /><br /> -- <br />
<div dir="ltr">Falguni Sheth Karathia<br /><br /></div>
</div>
</blockquote>
</body></html>