<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
    <title></title>
  </head>
  <body bgcolor="#ffffff" text="#000000">
    The following revised expression should do the trick:<br>
    <pre wrap="">if(<font color="#cc0000">ParentSym()==SymIndex("RTU073", "SYSTEM", "OA-FROM-SYSTEM")</font>)
  then
    SymIndex("Atrium Cool Sched", "ZONE", "COOL-TEMP-SCH")
  else
   no_default
endif</pre>
    Re: the "SymIndex("RTU073", "SYSTEM", "OA-FROM-SYSTEM")" function
    call - The key here is that the final two arguments are a command
    and keyword pair that reference a "SYSTEM" component (command
    occurrence).  Any such combination should work here, I just chose
    the first one that I found.<br>
    <br>
    - Scott<br>
    <br>
    <br>
    On 2/8/2011 12:15 PM, Jeremy McClanathan wrote:
    <blockquote
cite="mid:C066A738E8E11C4B8115F8D3E5F5FE062938F6FCA7@eldorado.cdiengineers.com"
      type="cite">
      <pre wrap="">
New post:

Hello all,

Is it possible to use a keyword expression to assign cool and heat temp
schedules by the parent sytem serving the zones?

Something like:


Code:
</pre>
      <blockquote type="cite">
        <blockquote type="cite">
          <blockquote type="cite">
            <blockquote type="cite">
              <blockquote type="cite">
                <blockquote type="cite">
                  <blockquote type="cite">
                    <blockquote type="cite">
                      <blockquote type="cite">
                        <blockquote type="cite">
                          <blockquote type="cite">
                            <blockquote type="cite">
                              <blockquote type="cite">
                                <blockquote type="cite">
                                  <blockquote type="cite">
                                    <blockquote type="cite">
                                      <blockquote type="cite">
                                        <blockquote type="cite">
                                          <blockquote type="cite">
                                            <blockquote type="cite">
                                              <blockquote type="cite">
                                                <blockquote type="cite">
                                                  <pre wrap="">
</pre>
                                                </blockquote>
                                              </blockquote>
                                            </blockquote>
                                          </blockquote>
                                        </blockquote>
                                      </blockquote>
                                    </blockquote>
                                  </blockquote>
                                </blockquote>
                              </blockquote>
                            </blockquote>
                          </blockquote>
                        </blockquote>
                      </blockquote>
                    </blockquote>
                  </blockquote>
                </blockquote>
              </blockquote>
            </blockquote>
          </blockquote>
        </blockquote>
      </blockquote>
      <pre wrap="">
if(Parent("SYSTEM")=="RTU073")
  then
    SymIndex("Atrium Cool Sched", "ZONE", "COOL-TEMP-SCH")
  else
   no_default
endif

<<<<<<<<<<<<<<<<<<<<<<


Thanks,
Jeremy


Reply to this post at:

<a class="moz-txt-link-freetext" href="http://www.esimforums.com/equest/viewtopic.php?f=70&t=113&view=unread#unread">http://www.esimforums.com/equest/viewtopic.php?f=70&t=113&view=unread#unread</a>



This email message, including any attachments, is for the sole use of the intended recipient and may contain confidential, proprietary, and/or privileged information, as well as content subject to copyright and other intellectual laws. If you are not the intended recipient, you may not disclose, use, copy, or distribute the email message or its attachments. If you believe you have received this email message in error, please contact the sender by reply email, immediately delete this email and destroy copies.
_______________________________________________
Equest-users mailing list
<a class="moz-txt-link-freetext" href="http://lists.onebuilding.org/listinfo.cgi/equest-users-onebuilding.org">http://lists.onebuilding.org/listinfo.cgi/equest-users-onebuilding.org</a>
To unsubscribe from this mailing list send  a blank message to <a class="moz-txt-link-abbreviated" href="mailto:EQUEST-USERS-UNSUBSCRIBE@ONEBUILDING.ORG">EQUEST-USERS-UNSUBSCRIBE@ONEBUILDING.ORG</a>




-----
No virus found in this message.
Checked by AVG - <a class="moz-txt-link-abbreviated" href="http://www.avg.com">www.avg.com</a>
Version: 10.0.1204 / Virus Database: 1435/3430 - Release Date: 02/08/11


</pre>
    </blockquote>
  </body>
</html>