<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <font size="-1"><font face="Arial">Dear Marco,<br>
        <br>
        If you want to use data value written on your text file, you
        have to put </font></font><font size="-1"><font face="Arial">
        parameter 5</font></font><font size="-1"><font face="Arial"> of
        your data reader </font></font><font size="-1"><font
        face="Arial">(interpolate or not) to</font></font><font
      size="-1"><font face="Arial"> </font></font><font size="-1"><font
        face="Arial">"-1" instead of "1". </font></font><font size="-1"><font
        face="Arial"> <br>
        <br>
        Best regards<br>
      </font></font>
    <div class="moz-signature">
      <hr align="LEFT" color="#3300FF" size="2" width="450">
      <table border="0">
        <tbody>
          <tr>
            <td rowspan="3" width="120">
              <center><a href="http://www.itf.biz"><img
                    src="cid:part1.09000005.09010703@itf.biz"
                    alt="www.itf.biz" border="0" height="103" width="66"></a><br>
                <font color=" #0000FF" face="CALIBRI" size="1"><a
                    href="http://www.itf.biz">www.itf.biz</a></font></center>
            </td>
            <td colspan="2"><font color="#000000" face="CALIBRI"
                size="2">Adrien JEZEQUEL<br>
                Simulations Thermiques Dynamiques</font></td>
          </tr>
          <tr>
            <td align="LEFT"> <font color="#0000FF" face="CALIBRI"
                size="4"><b>ITF</b></font><br>
            </td>
            <td><font color="#0000FF" face="CALIBRI" size="2">62, Rue du
                Bolliet<br>
                73230 St Alban Leysse<br>
                FRANCE<br>
              </font></td>
          </tr>
          <tr>
            <td align="LEFT" width="40"><font color="#0000FF"
                face="CALIBRI" size="2"> Phone :<br>
                Fax :<br>
                Mail:<br>
              </font>
            </td>
            <td><font color="#0000FF" face="CALIBRI" size="2"> +33(0)
                479 750 029<br>
                +33(0) 479 852 122<br>
                <a class="moz-txt-link-freetext"
                  href="mailto:a.jezequel@itf.biz">a.jezequel@itf.biz</a>
                ou <a class="moz-txt-link-freetext"
                  href="mailto:aj@itf.biz">aj@itf.biz</a></font></td>
          </tr>
        </tbody>
      </table>
      <i><font color="#008000" face="CALIBRI" size="1">Afin de
          contribuer au respect de l'environnement, merci de n'imprimer
          cet e-mail que si nécessaire<br>
          <font color="#008000" face="CALIBRI" size="1">Please, consider
            our environmental responsability before printing this email<br>
          </font></font></i><font color="#008000" face="CALIBRI"
        size="1"><font color="#008000" face="CALIBRI" size="1">
        </font></font></div>
    <br>
    Le 15/03/2012 13:18, Marco D'Urso a écrit :
    <blockquote
cite="mid:CAL_oGYXPNJjpo70WtVuBR5indPj29y_pYGuQSQ1PA8vA7qqcRA@mail.gmail.com"
      type="cite">
      <pre>Dear TRNSys users,
it's the first time I use this program and I have a problem importing a simple txt file with boolean value (0 or 1) with a Data Reader:
In my file a have something like this

.....

21      0       0       0       0       0       1       0
22      0       0       0       0       0       1       0
23      0       0       0       0       0       1       0
24      0       0       0       0       0       1       0
25      <span style="background-color:rgb(255,255,51)">0        0       0       0       0       0       1</span>
26      0       0       0       0       0       0       1
27      0       0       0       0       0       0       1
28      0       0       0       0       0       0       1
......


but when i go to read this inputs with a plotter and a printer (creatinh a .out file) i have this response:

......
  +2.3000000000000000E+01         +0.0000000000000000E+00         +0.0000000000000000E+00         +0.0000000000000000E+00         +0.0000000000000000E+00         +0.0000000000000000E+00         +1.0000000000000000E+00         +0.0000000000000000E+00         

  +2.4000000000000000E+01         +0.0000000000000000E+00         +0.0000000000000000E+00         +0.0000000000000000E+00         +0.0000000000000000E+00         +0.0000000000000000E+00         +1.0000000000000000E+00         +0.0000000000000000E+00         
  <span style="background-color:rgb(255,255,0)">+2.5000000000000000E+01   +0.0000000000000000E+00         +0.0000000000000000E+00         +0.0000000000000000E+00         +0.0000000000000000E+00         +0.0000000000000000E+00         </span><span style="color:rgb(0,0,0);background-color:rgb(255,255,0)">+5.0000000000000000E-01     +5.0000000000000000E-01</span>    

  +2.6000000000000000E+01         +0.0000000000000000E+00         +0.0000000000000000E+00         +0.0000000000000000E+00         +0.0000000000000000E+00         +0.0000000000000000E+00         +0.0000000000000000E+00         +1.0000000000000000E+00         
  +2.7000000000000000E+01         +0.0000000000000000E+00         +0.0000000000000000E+00         +0.0000000000000000E+00         +0.0000000000000000E+00         +0.0000000000000000E+00         +0.0000000000000000E+00         +1.0000000000000000E+00         

  +2.8000000000000000E+01         +0.0000000000000000E+00         +0.0000000000000000E+00         +0.0000000000000000E+00         +0.0000000000000000E+00         +0.0000000000000000E+00         +0.0000000000000000E+00         +1.0000000000000000E+00         
......


It seems like it try to give a mean value, but in my simulation, where i use a neural network created with Matlab, this is a big problem!
How can i import these without change? Which settings I have to use?


Thanks!
</pre>
      <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>
  </body>
</html>