<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">
<div>E+ has some functions to control switchable glazings, for your case I would try the control "OnIfHighOutdoorTempAndHighSolarOnWindow", which seems to fit pretty well to your requirements.</div>
<div><br>
</div>
<div>Stefano</div>
<div><br>
<div><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Calibri; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Calibri; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; ">
<div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">
<span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Calibri; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; ">
<div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">
<span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Calibri; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; ">
<div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">
<span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Calibri; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; ">
<div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">
<div>--</div>
<div><br>
</div>
Stefano Moret<br>
<a href="http://cltc.ucdavis.edu/">California Lighting Technology Center</a><br>
University of California, Davis<br>
633 Pena Drive<br>
Davis, CA 95618<br>
 <br>
530-747-3846<br>
<a href="mailto:smoret@ucdavis.edu">smoret@ucdavis.edu</a></div>
</span></div>
</span></div>
</span></div>
</span></span></div>
<br>
<div>
<div>On 10/apr/2012, at 14.49, Deepika wrote:</div>
<br class="Apple-interchange-newline">
<blockquote type="cite">
<div>Hi<br>
<br>
Unfortunately equest don't have the capability to use multiple triggers . . <br>
You might want to try this in energy plus<br>
<br>
<br>
<br>
<br>
<br>
On Apr 10, 2012, at 2:37 PM, Adam Michael Aljets <<a href="mailto:adama@uw.edu">adama@uw.edu</a>> wrote:<br>
<br>
<blockquote type="cite">Hi all,<br>
</blockquote>
<blockquote type="cite"><br>
</blockquote>
<blockquote type="cite">I'm having difficulty implementing glazing that switches based on both direct solar incident and temperature. That is, I only want to allow switching when the outside dry bulb is over 60 F, and I want the switch to occur instantaneously
 when the glazing receives 15.9 BTU/hft^2 direct solar incident radiation. I don't have experience with user expressions/if statements in eQUEST. I've been successful in implementing switchable glazing based only on temperature or only on direct solar incident,
 but not on both.<br>
</blockquote>
<blockquote type="cite"><br>
</blockquote>
<blockquote type="cite">I tried something along the lines of this for the window in *.inp, but without success:<br>
</blockquote>
<blockquote type="cite"><br>
</blockquote>
<blockquote type="cite">  SWITCH-CONTROL   = ({if (#G("DRY-BULB TEMP")>60)<br>
</blockquote>
<blockquote type="cite">  GLASS-TYPE-SW    = "ECW-switched"<br>
</blockquote>
<blockquote type="cite">   then "DIR-SOL-INC"<br>
</blockquote>
<blockquote type="cite"><span class="Apple-tab-span" style="white-space:pre"></span>else "NO-SWITCH"<br>
</blockquote>
<blockquote type="cite"><span class="Apple-tab-span" style="white-space:pre"></span>endif})<br>
</blockquote>
<blockquote type="cite">  SWITCH-SET-LO    = 15.9<br>
</blockquote>
<blockquote type="cite">  SWITCH-SET-HI    = 15.9<br>
</blockquote>
<blockquote type="cite"><br>
</blockquote>
<blockquote type="cite">Thanks in advance,<br>
</blockquote>
<blockquote type="cite"><br>
</blockquote>
<blockquote type="cite">Adam<br>
</blockquote>
<blockquote type="cite">_______________________________________________<br>
</blockquote>
<blockquote type="cite">Equest-users mailing list<br>
</blockquote>
<blockquote type="cite"><a href="http://lists.onebuilding.org/listinfo.cgi/equest-users-onebuilding.org">http://lists.onebuilding.org/listinfo.cgi/equest-users-onebuilding.org</a><br>
</blockquote>
<blockquote type="cite">To unsubscribe from this mailing list send  a blank message to
<a href="mailto:EQUEST-USERS-UNSUBSCRIBE@ONEBUILDING.ORG">EQUEST-USERS-UNSUBSCRIBE@ONEBUILDING.ORG</a><br>
</blockquote>
_______________________________________________<br>
Equest-users mailing list<br>
<a href="http://lists.onebuilding.org/listinfo.cgi/equest-users-onebuilding.org">http://lists.onebuilding.org/listinfo.cgi/equest-users-onebuilding.org</a><br>
To unsubscribe from this mailing list send  a blank message to EQUEST-USERS-UNSUBSCRIBE@ONEBUILDING.ORG<br>
</div>
</blockquote>
</div>
<br>
</div>
</body>
</html>