<pre>Dear TRNSys users,<br>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:<br>In my file a have something like this<br><br>.....<br>
21 0 0 0 0 0 1 0<br>22 0 0 0 0 0 1 0<br>23 0 0 0 0 0 1 0<br>24 0 0 0 0 0 1 0<br>25 <span style="background-color:rgb(255,255,51)">0 0 0 0 0 0 1</span><br>26 0 0 0 0 0 0 1<br>27 0 0 0 0 0 0 1<br>28 0 0 0 0 0 0 1<br>......<br>
<br>but when i go to read this inputs with a plotter and a printer (creatinh a .out file) i have this response:<br><br>......<br> +2.3000000000000000E+01 +0.0000000000000000E+00 +0.0000000000000000E+00 +0.0000000000000000E+00 +0.0000000000000000E+00 +0.0000000000000000E+00 +1.0000000000000000E+00 +0.0000000000000000E+00 <br>
+2.4000000000000000E+01 +0.0000000000000000E+00 +0.0000000000000000E+00 +0.0000000000000000E+00 +0.0000000000000000E+00 +0.0000000000000000E+00 +1.0000000000000000E+00 +0.0000000000000000E+00 <br> <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> <br>
+2.6000000000000000E+01 +0.0000000000000000E+00 +0.0000000000000000E+00 +0.0000000000000000E+00 +0.0000000000000000E+00 +0.0000000000000000E+00 +0.0000000000000000E+00 +1.0000000000000000E+00 <br> +2.7000000000000000E+01 +0.0000000000000000E+00 +0.0000000000000000E+00 +0.0000000000000000E+00 +0.0000000000000000E+00 +0.0000000000000000E+00 +0.0000000000000000E+00 +1.0000000000000000E+00 <br>
+2.8000000000000000E+01 +0.0000000000000000E+00 +0.0000000000000000E+00 +0.0000000000000000E+00 +0.0000000000000000E+00 +0.0000000000000000E+00 +0.0000000000000000E+00 +1.0000000000000000E+00 <br>......<br>
<br>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!<br>How can i import these without change? Which settings I have to use?<br><br>
Thanks!<br></pre>