<HTML xmlns="http://www.w3.org/TR/REC-html40" xmlns:v = "urn:schemas-microsoft-com:vml" xmlns:o = "urn:schemas-microsoft-com:office:office" xmlns:w = "urn:schemas-microsoft-com:office:word" xmlns:m = "http://schemas.microsoft.com/office/2004/12/omml"><HEAD>
<META content="text/html; charset=utf-8" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 8.00.6001.18939">
<STYLE>
v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</STYLE>
<STYLE>
<!--
/* Font Definitions */
@font-face
{font-family:"Cambria Math";
panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
{font-family:Calibri;
panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
{font-family:Tahoma;
panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0in;
margin-bottom:.0001pt;
font-size:11.0pt;
font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
{mso-style-priority:99;
color:blue;
text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
{mso-style-priority:99;
color:purple;
text-decoration:underline;}
p.MsoAcetate, li.MsoAcetate, div.MsoAcetate
{mso-style-priority:99;
mso-style-link:"Balloon Text Char";
margin:0in;
margin-bottom:.0001pt;
font-size:8.0pt;
font-family:"Tahoma","sans-serif";}
span.EmailStyle17
{mso-style-type:personal-compose;
font-family:"Calibri","sans-serif";
color:windowtext;}
span.BalloonTextChar
{mso-style-name:"Balloon Text Char";
mso-style-priority:99;
mso-style-link:"Balloon Text";
font-family:"Tahoma","sans-serif";}
.MsoChpDefault
{mso-style-type:export-only;}
@page WordSection1
{size:8.5in 11.0in;
margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
{page:WordSection1;}
-->
</STYLE>
</HEAD>
<BODY style="MARGIN: 4px 4px 1px; FONT: 10pt Arial" lang=EN-US link=blue vLink=purple>
<DIV>All, </DIV>
<DIV>I have long set keyword values using expressions of the type:</DIV>
<DIV> </DIV>
<DIV>PARAMETER "Daylight Flag" = "YES"</DIV>
<DIV>...</DIV>
<DIV>ABC = SPACE</DIV>
<DIV> DAYLIGHTING = {#si(#pa("Daylight Flag"),"SPACE","DAYLIGHTING")}</DIV>
<DIV>...<BR>..</DIV>
<DIV><BR>But I'm stymied trying to do the same thing for SYSTEM TYPE</DIV>
<DIV> </DIV>
<DIV>PARAMETER "Tel Data Type" = "SZRH"</DIV>
<DIV> </DIV>
<DIV>XYZ = SYSTEM</DIV>
<DIV>TYPE = { #si(#pa("Tel Data Type"),"SYSTEM","TYPE") }</DIV>
<DIV>....</DIV>
<DIV>..</DIV>
<DIV> </DIV>
<DIV>I've had a similar failure trying to set the simple VARIABLE-SPEED = YES/NO values under the CHILLER command. </DIV>
<DIV> </DIV>
<DIV>Does anyone know if there is any way to set the system type or other problematic keywords using input expressions set up in some different manner? </DIV>
<DIV>Many thanks if you can help.</DIV>
<DIV> </DIV>
<DIV>Fred W. Porter</DIV>
<DIV>Architectural Energy Corp.</DIV>
<DIV> </DIV></BODY></HTML>