<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:arial,helvetica,sans-serif;font-size:12pt"><div>Roberto,<br><br>You can use this:<br><br> if(Ta.LT.15)then<br>    Ta=15<br>     if(Ta.GT.23)then<br>       Ta=23<br>    end if<br>end if<br><br>Best regards,<br>Mariana<br></div><div style="font-family: arial,helvetica,sans-serif; font-size: 12pt;"><br><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;"><font face="Tahoma" size="2"><hr size="1"><b><span style="font-weight: bold;">From:</span></b> "trnsys-users-request@cae.wisc.edu" <trnsys-users-request@cae.wisc.edu><br><b><span style="font-weight: bold;">To:</span></b> trnsys-users@cae.wisc.edu<br><b><span style="font-weight: bold;">Sent:</span></b> Wed, 28 July, 2010 14:13:10<br><b><span style="font-weight: bold;">Subject:</span></b>
 TRNSYS-users Digest, Vol 67, Issue 65<br></font><br>Note: Forwarded message is attached.<br><br>Send TRNSYS-users mailing list submissions to<br>    <a ymailto="mailto:trnsys-users@cae.wisc.edu" href="mailto:trnsys-users@cae.wisc.edu">trnsys-users@cae.wisc.edu</a><br><br>To subscribe or unsubscribe via the World Wide Web, visit<br>    <a href="https://www-old.cae.wisc.edu/mailman/listinfo/trnsys-users" target="_blank">https://www-old.cae.wisc.edu/mailman/listinfo/trnsys-users</a><br>or, via email, send a message with subject or body 'help' to<br>    <a ymailto="mailto:trnsys-users-request@cae.wisc.edu" href="mailto:trnsys-users-request@cae.wisc.edu">trnsys-users-request@cae.wisc.edu</a><br><br>You can reach the person managing the list at<br>    <a ymailto="mailto:trnsys-users-owner@cae.wisc.edu" href="mailto:trnsys-users-owner@cae.wisc.edu">trnsys-users-owner@cae.wisc.edu</a><br><br>When
 replying, please edit your Subject line so it is more specific<br>than "Re: Contents of TRNSYS-users digest..."<br>Today's Topics:<br><br>   1. Equation (<a ymailto="mailto:caria.roberto@tiscali.it" href="mailto:caria.roberto@tiscali.it">caria.roberto@tiscali.it</a>)<br>   2. Re: Equation (PERRIER R?mi 226004)<br>   3. Re: Equation (Jaime Gonzalez Rodriguez)<br>   4. Re: Equation (Mehdi Shahrestani)<br>   5. Re: Equation (keilholz, werner)<br>   6. Re: Equation (<a ymailto="mailto:a8304506@graduate.hku.hk" href="mailto:a8304506@graduate.hku.hk">a8304506@graduate.hku.hk</a>)<br>   7. Re: Equation (keilholz, werner)<br>   8. Re: Equation (Nikolai Artmann)<br>   9. Re: Equation (Jaime Gonzalez Rodriguez)<br>dear trnsys users,<br>I have to add the following algorithm into the equation:<br><br>if Ta < 15 ta= 15 and if Ta> 23 Ta=23<br><br>How can I do this?<br>Thanks<br>Roberto<br><br><br>Risparmia con Tutto
 Incluso Light: telefono + adsl 8 mega a soli 19,95 € al mese per un anno!SCONTO DI 120 EURO! L’offerta è valida solo se attivi entro il 29/07/10<a href="http://abbonati.tiscali.it/telefono-adsl/prodotti/tc/tuttoincluso_light/?WT.mc_id=01fw" target="_blank">http://abbonati.tiscali.it/telefono-adsl/prodotti/tc/tuttoincluso_light/?WT.mc_id=01fw</a><br><br><br>Well, you have to combine the gt() and lt() functions.<br>Unfortunately, there is no if in the equation...<br><br>Rémi PERRIER<br> <br><br>CEA INES<br>Laboratoire DTS / LETh<br>Bâtiment PUMA 3, P112<br>BP 332 - 50, avenue du Lac Léman - 73377 Le Bourget du Lac  FRANCE<br>Mobile : +33 (0)6 76 95 91 86<br>Email : <a ymailto="mailto:remi.perrier@cea.fr" href="mailto:remi.perrier@cea.fr">remi.perrier@cea.fr</a><br> <br> <br>-----Message d'origine-----<br>De : <a ymailto="mailto:caria.roberto@tiscali.it" href="mailto:caria.roberto@tiscali.it">caria.roberto@tiscali.it</a> [mailto:<a
 ymailto="mailto:caria.roberto@tiscali.it" href="mailto:caria.roberto@tiscali.it">caria.roberto@tiscali.it</a>] <br>Envoyé : mercredi 28 juillet 2010 13:12<br>À : <a ymailto="mailto:trnsys-users@cae.wisc.edu" href="mailto:trnsys-users@cae.wisc.edu">trnsys-users@cae.wisc.edu</a><br>Objet : [TRNSYS-users] Equation<br><br>dear trnsys users,<br>I have to add the following algorithm into the equation:<br><br>if Ta < 15 ta= 15 and if Ta> 23 Ta=23<br><br>How can I do this?<br>Thanks<br>Roberto<br><br><br>Risparmia con Tutto Incluso Light: telefono + adsl 8 mega a soli 19,95 € al mese per un anno!SCONTO DI 120 EURO! L’offerta è valida solo se attivi entro il 29/07/10<a href="http://abbonati.tiscali.it/telefono-adsl/prodotti/tc/tuttoincluso_light/?WT.mc_id=01fw"
 target="_blank">http://abbonati.tiscali.it/telefono-adsl/prodotti/tc/tuttoincluso_light/?WT.mc_id=01fw</a><br><br>_______________________________________________<br>TRNSYS-users mailing list<br><a ymailto="mailto:TRNSYS-users@cae.wisc.edu" href="mailto:TRNSYS-users@cae.wisc.edu">TRNSYS-users@cae.wisc.edu</a><br><a href="https://www-old.cae.wisc.edu/mailman/listinfo/trnsys-users" target="_blank">https://www-old.cae.wisc.edu/mailman/listinfo/trnsys-users</a><br><br><br>maybe I'm wrong, but I don't think you can program that into an equation.<div>If I were you I'd program it in a type. It is really easy, you need onw input and one output, and you could even program the type with two parameters max and min and these numbers (15 and 23) would be parameters and you could easily change them anytime you want.</div>
<div>Regards.</div><div>Jaime<br><br><div class="gmail_quote">On 28 July 2010 13:11, <a rel="nofollow" ymailto="mailto:caria.roberto@tiscali.it" target="_blank" href="mailto:caria.roberto@tiscali.it">caria.roberto@tiscali.it</a> <span dir="ltr"><<a rel="nofollow" ymailto="mailto:caria.roberto@tiscali.it" target="_blank" href="mailto:caria.roberto@tiscali.it">caria.roberto@tiscali.it</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">dear trnsys users,<br>
I have to add the following algorithm into the equation:<br>
<br>
if Ta < 15 ta= 15 and if Ta> 23 Ta=23<br>
<br>
How can I do this?<br>
Thanks<br>
Roberto<br>
<br>
<br>
Risparmia con Tutto Incluso Light: telefono + adsl 8 mega a soli 19,95 € al mese per un anno!SCONTO DI 120 EURO! L’offerta è valida solo se attivi entro il 29/07/10<a rel="nofollow" target="_blank" href="http://abbonati.tiscali.it/telefono-adsl/prodotti/tc/tuttoincluso_light/?WT.mc_id=01fw">http://abbonati.tiscali.it/telefono-adsl/prodotti/tc/tuttoincluso_light/?WT.mc_id=01fw</a><br>

<br>
_______________________________________________<br>
TRNSYS-users mailing list<br>
<a rel="nofollow" ymailto="mailto:TRNSYS-users@cae.wisc.edu" target="_blank" href="mailto:TRNSYS-users@cae.wisc.edu">TRNSYS-users@cae.wisc.edu</a><br>
<a rel="nofollow" target="_blank" href="https://www-old.cae.wisc.edu/mailman/listinfo/trnsys-users">https://www-old.cae.wisc.edu/mailman/listinfo/trnsys-users</a><br>
</blockquote></div><br><br clear="all"><br>-- <br>Jaime. González Rodríguez<br>
</div>
Roberto <br><br>First you need to add an equation from assembly folder<br>Second, add input as tainput <br>Third, add output as taoutput<br>Forth, insert this expression on the taoutput "   lt(tainput,15)*15+gt(tainput,23)*23   "   for sure without " "<br>Just this<br><br>Mehdi<br><br>-----Original Message-----<br>From: <a ymailto="mailto:caria.roberto@tiscali.it" href="mailto:caria.roberto@tiscali.it">caria.roberto@tiscali.it</a> [mailto:<a ymailto="mailto:caria.roberto@tiscali.it" href="mailto:caria.roberto@tiscali.it">caria.roberto@tiscali.it</a>] <br>Sent: 28 July 2010 12:12<br>To: <a ymailto="mailto:trnsys-users@cae.wisc.edu" href="mailto:trnsys-users@cae.wisc.edu">trnsys-users@cae.wisc.edu</a><br>Subject: [TRNSYS-users] Equation<br><br>dear trnsys users,<br>I have to add the following algorithm into the equation:<br><br>if Ta < 15 ta= 15 and if Ta> 23 Ta=23<br><br>How can I do this?<br>Thanks<br>Roberto<br><br><br>Risparmia con
 Tutto Incluso Light: telefono + adsl 8 mega a soli 19,95 € al mese per un anno!SCONTO DI 120 EURO! L’offerta è valida solo se attivi entro il 29/07/10<a href="http://abbonati.tiscali.it/telefono-adsl/prodotti/tc/tuttoincluso_light/?WT.mc_id=01fw" target="_blank">http://abbonati.tiscali.it/telefono-adsl/prodotti/tc/tuttoincluso_light/?WT.mc_id=01fw</a><br><br>_______________________________________________<br>TRNSYS-users mailing list<br><a ymailto="mailto:TRNSYS-users@cae.wisc.edu" href="mailto:TRNSYS-users@cae.wisc.edu">TRNSYS-users@cae.wisc.edu</a><br><a href="https://www-old.cae.wisc.edu/mailman/listinfo/trnsys-users" target="_blank">https://www-old.cae.wisc.edu/mailman/listinfo/trnsys-users</a><br><br><br><br>lt(Temp,15)*15+gt(Temp,23)*23+Temp*and(le(Temp,15),ge(Temp,23))<br><br>-----Message d'origine-----<br>De : Mehdi Shahrestani [mailto:<a ymailto="mailto:mahdishahrestani@yahoo.com"
 href="mailto:mahdishahrestani@yahoo.com">mahdishahrestani@yahoo.com</a>] <br>Envoyé : mercredi 28 juillet 2010 13:48<br>À : <a ymailto="mailto:caria.roberto@tiscali.it" href="mailto:caria.roberto@tiscali.it">caria.roberto@tiscali.it</a><br>Cc : <a ymailto="mailto:trnsys-users@cae.wisc.edu" href="mailto:trnsys-users@cae.wisc.edu">trnsys-users@cae.wisc.edu</a><br>Objet : Re: [TRNSYS-users] Equation<br><br>Roberto <br><br>First you need to add an equation from assembly folder<br>Second, add input as tainput <br>Third, add output as taoutput<br>Forth, insert this expression on the taoutput "   lt(tainput,15)*15+gt(tainput,23)*23   "   for sure without " "<br>Just this<br><br>Mehdi<br><br>-----Original Message-----<br>From: <a ymailto="mailto:caria.roberto@tiscali.it" href="mailto:caria.roberto@tiscali.it">caria.roberto@tiscali.it</a> [mailto:<a ymailto="mailto:caria.roberto@tiscali.it"
 href="mailto:caria.roberto@tiscali.it">caria.roberto@tiscali.it</a>] <br>Sent: 28 July 2010 12:12<br>To: <a ymailto="mailto:trnsys-users@cae.wisc.edu" href="mailto:trnsys-users@cae.wisc.edu">trnsys-users@cae.wisc.edu</a><br>Subject: [TRNSYS-users] Equation<br><br>dear trnsys users,<br>I have to add the following algorithm into the equation:<br><br>if Ta < 15 ta= 15 and if Ta> 23 Ta=23<br><br>How can I do this?<br>Thanks<br>Roberto<br><br><br>Risparmia con Tutto Incluso Light: telefono + adsl 8 mega a soli 19,95 € al mese per un anno!SCONTO DI 120 EURO! L’offerta è valida solo se attivi entro il 29/07/10<a href="http://abbonati.tiscali.it/telefono-adsl/prodotti/tc/tuttoincluso_light/?WT.mc_id=01fw" target="_blank">http://abbonati.tiscali.it/telefono-adsl/prodotti/tc/tuttoincluso_light/?WT.mc_id=01fw</a><br><br>_______________________________________________<br>TRNSYS-users mailing list<br><a ymailto="mailto:TRNSYS-users@cae.wisc.edu"
 href="mailto:TRNSYS-users@cae.wisc.edu">TRNSYS-users@cae.wisc.edu</a><br><a href="https://www-old.cae.wisc.edu/mailman/listinfo/trnsys-users" target="_blank">https://www-old.cae.wisc.edu/mailman/listinfo/trnsys-users</a><br><br><br>_______________________________________________<br>TRNSYS-users mailing list<br><a ymailto="mailto:TRNSYS-users@cae.wisc.edu" href="mailto:TRNSYS-users@cae.wisc.edu">TRNSYS-users@cae.wisc.edu</a><br><a href="https://www-old.cae.wisc.edu/mailman/listinfo/trnsys-users" target="_blank">https://www-old.cae.wisc.edu/mailman/listinfo/trnsys-users</a><br><br><br>Hello, Roberto.<br><br>You can define an output (say Ta1) in the equation proforma where<br><br>Ta1=Max(Min(Ta,23),15)<br><br>Best Regards<br>LEE, Chun Kwong<br><br><br>Quoting "<a ymailto="mailto:caria.roberto@tiscali.it" href="mailto:caria.roberto@tiscali.it">caria.roberto@tiscali.it</a>" <<a ymailto="mailto:caria.roberto@tiscali.it"
 href="mailto:caria.roberto@tiscali.it">caria.roberto@tiscali.it</a>>:<br><br>> dear trnsys users,<br>> I have to add the following algorithm into the equation:<br>> <br>> if Ta < 15 ta= 15 and if Ta> 23 Ta=23<br>> <br>> How can I do this?<br>> Thanks<br>> Roberto<br>> <br>> <br>> Risparmia con Tutto Incluso Light: telefono + adsl 8 mega a soli 19,95 ??al<br>> mese per un anno!SCONTO DI 120 EURO! L?垴fferta 癡 valida solo se attivi<br>> entro il<br>><br>29/07/10<a href="http://abbonati.tiscali.it/telefono-adsl/prodotti/tc/tuttoincluso_light/?WT.mc_id=01fw" target="_blank">http://abbonati.tiscali.it/telefono-adsl/prodotti/tc/tuttoincluso_light/?WT.mc_id=01fw</a><br>> <br>> _______________________________________________<br>> TRNSYS-users mailing list<br>> <a ymailto="mailto:TRNSYS-users@cae.wisc.edu" href="mailto:TRNSYS-users@cae.wisc.edu">TRNSYS-users@cae.wisc.edu</a><br>> <a
 href="https://www-old.cae.wisc.edu/mailman/listinfo/trnsys-users" target="_blank">https://www-old.cae.wisc.edu/mailman/listinfo/trnsys-users</a><br>> <br><br><br><br><br><br>Nice one, I like it :-)<br><br>-----Message d'origine-----<br>De : <a ymailto="mailto:a8304506@graduate.hku.hk" href="mailto:a8304506@graduate.hku.hk">a8304506@graduate.hku.hk</a> [mailto:<a ymailto="mailto:a8304506@graduate.hku.hk" href="mailto:a8304506@graduate.hku.hk">a8304506@graduate.hku.hk</a>] <br>Envoyé : mercredi 28 juillet 2010 13:56<br>À : <a ymailto="mailto:caria.roberto@tiscali.it" href="mailto:caria.roberto@tiscali.it">caria.roberto@tiscali.it</a><br>Cc : <a ymailto="mailto:trnsys-users@cae.wisc.edu" href="mailto:trnsys-users@cae.wisc.edu">trnsys-users@cae.wisc.edu</a><br>Objet : Re: [TRNSYS-users] Equation<br><br>Hello, Roberto.<br><br>You can define an output (say Ta1) in the equation proforma
 where<br><br>Ta1=Max(Min(Ta,23),15)<br><br>Best Regards<br>LEE, Chun Kwong<br><br><br>Quoting "<a ymailto="mailto:caria.roberto@tiscali.it" href="mailto:caria.roberto@tiscali.it">caria.roberto@tiscali.it</a>" <<a ymailto="mailto:caria.roberto@tiscali.it" href="mailto:caria.roberto@tiscali.it">caria.roberto@tiscali.it</a>>:<br><br>> dear trnsys users,<br>> I have to add the following algorithm into the equation:<br>> <br>> if Ta < 15 ta= 15 and if Ta> 23 Ta=23<br>> <br>> How can I do this?<br>> Thanks<br>> Roberto<br>> <br>> <br>> Risparmia con Tutto Incluso Light: telefono + adsl 8 mega a soli 19,95 <br>> ??al mese per un anno!SCONTO DI 120 EURO! L?fferta 癡 valida solo se <br>> attivi entro il<br>><br>29/07/10<a href="http://abbonati.tiscali.it/telefono-adsl/prodotti/tc/tuttoincluso_light/?WT.mc_id=01fw"
 target="_blank">http://abbonati.tiscali.it/telefono-adsl/prodotti/tc/tuttoincluso_light/?WT.mc_id=01fw</a><br>> <br>> _______________________________________________<br>> TRNSYS-users mailing list<br>> <a ymailto="mailto:TRNSYS-users@cae.wisc.edu" href="mailto:TRNSYS-users@cae.wisc.edu">TRNSYS-users@cae.wisc.edu</a><br>> <a href="https://www-old.cae.wisc.edu/mailman/listinfo/trnsys-users" target="_blank">https://www-old.cae.wisc.edu/mailman/listinfo/trnsys-users</a><br>> <br><br><br><br><br><br><br>You can also use 'min' and 'max', for your example:<br><br>max(min(Ta, 15),23)<br><br><br> - Nikolai<br><br><br><br><br>Nikolai Artmann<br><br>3-Plan Haustechnik AG, Winterthur<br>Telefon  052 / 234 70 66<br>Telefax  052 / 234 70 60<br>e-Mail: <a ymailto="mailto:nikolai.artmann@3-plan.ch" href="mailto:nikolai.artmann@3-plan.ch">nikolai.artmann@3-plan.ch</a><br><br> <br><br>-----Ursprüngliche Nachricht-----<br>Von: PERRIER Rémi
 226004 [mailto:<a ymailto="mailto:remi.perrier@cea.fr" href="mailto:remi.perrier@cea.fr">remi.perrier@cea.fr</a>] <br>Gesendet: Mittwoch, 28. Juli 2010 13:35<br>An: <a ymailto="mailto:caria.roberto@tiscali.it" href="mailto:caria.roberto@tiscali.it">caria.roberto@tiscali.it</a>; <a ymailto="mailto:trnsys-users@cae.wisc.edu" href="mailto:trnsys-users@cae.wisc.edu">trnsys-users@cae.wisc.edu</a><br>Betreff: Re: [TRNSYS-users] Equation<br><br>Well, you have to combine the gt() and lt() functions.<br>Unfortunately, there is no if in the equation...<br><br>Rémi PERRIER<br> <br><br>CEA INES<br>Laboratoire DTS / LETh<br>Bâtiment PUMA 3, P112<br>BP 332 - 50, avenue du Lac Léman - 73377 Le Bourget du Lac  FRANCE<br>Mobile : +33 (0)6 76 95 91 86<br>Email : <a ymailto="mailto:remi.perrier@cea.fr" href="mailto:remi.perrier@cea.fr">remi.perrier@cea.fr</a><br> <br> <br>-----Message d'origine-----<br>De : <a ymailto="mailto:caria.roberto@tiscali.it"
 href="mailto:caria.roberto@tiscali.it">caria.roberto@tiscali.it</a> [mailto:<a ymailto="mailto:caria.roberto@tiscali.it" href="mailto:caria.roberto@tiscali.it">caria.roberto@tiscali.it</a>] <br>Envoyé : mercredi 28 juillet 2010 13:12<br>À : <a ymailto="mailto:trnsys-users@cae.wisc.edu" href="mailto:trnsys-users@cae.wisc.edu">trnsys-users@cae.wisc.edu</a><br>Objet : [TRNSYS-users] Equation<br><br>dear trnsys users,<br>I have to add the following algorithm into the equation:<br><br>if Ta < 15 ta= 15 and if Ta> 23 Ta=23<br><br>How can I do this?<br>Thanks<br>Roberto<br><br><br>Risparmia con Tutto Incluso Light: telefono + adsl 8 mega a soli 19,95 € al mese per un anno!SCONTO DI 120 EURO! L’offerta è valida solo se attivi entro il 29/07/10<a href="http://abbonati.tiscali.it/telefono-adsl/prodotti/tc/tuttoincluso_light/?WT.mc_id=01fw"
 target="_blank">http://abbonati.tiscali.it/telefono-adsl/prodotti/tc/tuttoincluso_light/?WT.mc_id=01fw</a><br><br>_______________________________________________<br>TRNSYS-users mailing list<br><a ymailto="mailto:TRNSYS-users@cae.wisc.edu" href="mailto:TRNSYS-users@cae.wisc.edu">TRNSYS-users@cae.wisc.edu</a><br><a href="https://www-old.cae.wisc.edu/mailman/listinfo/trnsys-users" target="_blank">https://www-old.cae.wisc.edu/mailman/listinfo/trnsys-users</a><br><br>_______________________________________________<br>TRNSYS-users mailing list<br><a ymailto="mailto:TRNSYS-users@cae.wisc.edu" href="mailto:TRNSYS-users@cae.wisc.edu">TRNSYS-users@cae.wisc.edu</a><br><a href="https://www-old.cae.wisc.edu/mailman/listinfo/trnsys-users" target="_blank">https://www-old.cae.wisc.edu/mailman/listinfo/trnsys-users</a><br><br><br><div>-----------------------------------------------------------------</div><div><span class="Apple-style-span" style="font-family:
 arial,sans-serif; font-size: 13px; border-collapse: collapse;">You can also use 'min' and 'max', for your example:<br>
<br>max(min(Ta, 15),23)<br><br><br> - Nikolai</span><br>---------------------------------------------------------------</div><div>That's a good one, but it would be the opposite</div><div><br></div><div><span class="Apple-style-span" style="font-family: arial,sans-serif; font-size: 13px; border-collapse: collapse;">min(max(Ta, 15),23)</span></div>
<div><span class="Apple-style-span" style="font-family: arial,sans-serif; font-size: 13px; border-collapse: collapse;"><br></span></div><div><span class="Apple-style-span" style="font-family: arial,sans-serif; font-size: 13px; border-collapse: collapse;">anyway, this is definitely the best solution, you don't have to program anything.</span></div>
<div><br></div><div><br><div class="gmail_quote">On 28 July 2010 13:38, Nikolai Artmann <span dir="ltr"><<a rel="nofollow" ymailto="mailto:nikolai.artmann@3-plan.ch" target="_blank" href="mailto:nikolai.artmann@3-plan.ch">nikolai.artmann@3-plan.ch</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
You can also use 'min' and 'max', for your example:<br>
<br>
max(min(Ta, 15),23)<br>
<br>
<br>
 - Nikolai<br>
<br>
<br>
<br>
<br>
Nikolai Artmann<br>
<br>
3-Plan Haustechnik AG, Winterthur<br>
Telefon  052 / 234 70 66<br>
Telefax  052 / 234 70 60<br>
e-Mail: <a rel="nofollow" ymailto="mailto:nikolai.artmann@3-plan.ch" target="_blank" href="mailto:nikolai.artmann@3-plan.ch">nikolai.artmann@3-plan.ch</a><br>
<br>
<br>
<br>
-----Ursprüngliche Nachricht-----<br>
Von: PERRIER Rémi 226004 [mailto:<a rel="nofollow" ymailto="mailto:remi.perrier@cea.fr" target="_blank" href="mailto:remi.perrier@cea.fr">remi.perrier@cea.fr</a>]<br>
Gesendet: Mittwoch, 28. Juli 2010 13:35<br>
An: <a rel="nofollow" ymailto="mailto:caria.roberto@tiscali.it" target="_blank" href="mailto:caria.roberto@tiscali.it">caria.roberto@tiscali.it</a>; <a rel="nofollow" ymailto="mailto:trnsys-users@cae.wisc.edu" target="_blank" href="mailto:trnsys-users@cae.wisc.edu">trnsys-users@cae.wisc.edu</a><br>
Betreff: Re: [TRNSYS-users] Equation<br>
<div><div></div><div class="h5"><br>
Well, you have to combine the gt() and lt() functions.<br>
Unfortunately, there is no if in the equation...<br>
<br>
Rémi PERRIER<br>
<br>
<br>
CEA INES<br>
Laboratoire DTS / LETh<br>
Bâtiment PUMA 3, P112<br>
BP 332 - 50, avenue du Lac Léman - 73377 Le Bourget du Lac  FRANCE<br>
Mobile : +33 (0)6 76 95 91 86<br>
Email : <a rel="nofollow" ymailto="mailto:remi.perrier@cea.fr" target="_blank" href="mailto:remi.perrier@cea.fr">remi.perrier@cea.fr</a><br>
<br>
<br>
-----Message d'origine-----<br>
De : <a rel="nofollow" ymailto="mailto:caria.roberto@tiscali.it" target="_blank" href="mailto:caria.roberto@tiscali.it">caria.roberto@tiscali.it</a> [mailto:<a rel="nofollow" ymailto="mailto:caria.roberto@tiscali.it" target="_blank" href="mailto:caria.roberto@tiscali.it">caria.roberto@tiscali.it</a>]<br>
Envoyé : mercredi 28 juillet 2010 13:12<br>
À : <a rel="nofollow" ymailto="mailto:trnsys-users@cae.wisc.edu" target="_blank" href="mailto:trnsys-users@cae.wisc.edu">trnsys-users@cae.wisc.edu</a><br>
Objet : [TRNSYS-users] Equation<br>
<br>
dear trnsys users,<br>
I have to add the following algorithm into the equation:<br>
<br>
if Ta < 15 ta= 15 and if Ta> 23 Ta=23<br>
<br>
How can I do this?<br>
Thanks<br>
Roberto<br>
<br>
<br>
Risparmia con Tutto Incluso Light: telefono + adsl 8 mega a soli 19,95 € al mese per un anno!SCONTO DI 120 EURO! L’offerta è valida solo se attivi entro il 29/07/10<a rel="nofollow" target="_blank" href="http://abbonati.tiscali.it/telefono-adsl/prodotti/tc/tuttoincluso_light/?WT.mc_id=01fw">http://abbonati.tiscali.it/telefono-adsl/prodotti/tc/tuttoincluso_light/?WT.mc_id=01fw</a><br>

<br>
_______________________________________________<br>
TRNSYS-users mailing list<br>
<a rel="nofollow" ymailto="mailto:TRNSYS-users@cae.wisc.edu" target="_blank" href="mailto:TRNSYS-users@cae.wisc.edu">TRNSYS-users@cae.wisc.edu</a><br>
<a rel="nofollow" target="_blank" href="https://www-old.cae.wisc.edu/mailman/listinfo/trnsys-users">https://www-old.cae.wisc.edu/mailman/listinfo/trnsys-users</a><br>
<br>
_______________________________________________<br>
TRNSYS-users mailing list<br>
<a rel="nofollow" ymailto="mailto:TRNSYS-users@cae.wisc.edu" target="_blank" href="mailto:TRNSYS-users@cae.wisc.edu">TRNSYS-users@cae.wisc.edu</a><br>
<a rel="nofollow" target="_blank" href="https://www-old.cae.wisc.edu/mailman/listinfo/trnsys-users">https://www-old.cae.wisc.edu/mailman/listinfo/trnsys-users</a><br>
<br>
_______________________________________________<br>
TRNSYS-users mailing list<br>
<a rel="nofollow" ymailto="mailto:TRNSYS-users@cae.wisc.edu" target="_blank" href="mailto:TRNSYS-users@cae.wisc.edu">TRNSYS-users@cae.wisc.edu</a><br>
<a rel="nofollow" target="_blank" href="https://www-old.cae.wisc.edu/mailman/listinfo/trnsys-users">https://www-old.cae.wisc.edu/mailman/listinfo/trnsys-users</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>Jaime. González Rodríguez<br>
</div>
</div></div>
</div><br>


      </body></html>