[Equest-users] eQuest expression using a Schedule switch

Bishop, Bill bbishop at pathfinder-ea.com
Wed May 3 14:03:32 PDT 2023


Hi John,
I prefer to use numeric global parameters. The example below assigns a loop using a global parameter. You could follow the same example to assign any keyword based on a command that uses a U-NAME, such as a schedule. I believe all SCHEDULEs are negative TYPE commands, so you would follow the example below of #SIT(…,#L(“TYPE”)).

PARAMETER
   "Use W2WHP Loop 1=yes 2=no" = 2  ..
SET-DEFAULT FOR SYSTEM
   TYPE = VAVS
   CHW-LOOP         =
{switch(#PA("Use W2WHP Loop 1=yes 2=no"))
  case 1: #SIT("W2WHP CHW Loop","SYSTEM","CHW-LOOP",#L("TYPE"))
  default: #SIT("ASHRAE Secondary CHW Loop","SYSTEM","CHW-LOOP",#L("TYPE"))
endswitch}

Regards,
~Bill

William Bishop, PE, BEMP, BEAP, CEM, LEED AP | Pathfinder Engineers & Architects LLP
Senior Energy Engineer
[Logo, company nameDescription automatically generated]      T: (585) 698-1956                  www.pathfinder-ea.com<http://www.pathfinder-ea.com>
[IconDescription automatically generated][cid:image009.jpg at 01D97DE1.2F7A0620]bbishop at pathfinder-ea.com<mailto:bbishop at pathfinder-ea.com>
134 South Fitzhugh Street
Rochester, NY 14608

Buffalo Office: 100 Corporate Parkway, Suite 116, Amherst, NY 14226

From: Equest-users <equest-users-bounces at lists.onebuilding.org> On Behalf Of John Aulbach via Equest-users
Sent: Tuesday, May 2, 2023 10:15 PM
To: equest-users at lists.onebuilding.org
Subject: [Equest-users] eQuest expression using a Schedule switch

Hi, I have done Global Parameters with a value. But never with a schedule. Can anyone assist? John R Aulbach, PE
Caution! This message was sent from outside your organization.
sophospsmartbannerend
Hi,
I have done Global Parameters with a value. But never with a schedule.

Can anyone assist?

John R Aulbach, PE
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.onebuilding.org/pipermail/equest-users-onebuilding.org/attachments/20230503/5eabee8f/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image001.jpg
Type: image/jpeg
Size: 28877 bytes
Desc: image001.jpg
URL: <http://lists.onebuilding.org/pipermail/equest-users-onebuilding.org/attachments/20230503/5eabee8f/attachment.jpg>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image003.png
Type: image/png
Size: 5942 bytes
Desc: image003.png
URL: <http://lists.onebuilding.org/pipermail/equest-users-onebuilding.org/attachments/20230503/5eabee8f/attachment.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image005.png
Type: image/png
Size: 6474 bytes
Desc: image005.png
URL: <http://lists.onebuilding.org/pipermail/equest-users-onebuilding.org/attachments/20230503/5eabee8f/attachment-0001.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image007.jpg
Type: image/jpeg
Size: 5382 bytes
Desc: image007.jpg
URL: <http://lists.onebuilding.org/pipermail/equest-users-onebuilding.org/attachments/20230503/5eabee8f/attachment-0001.jpg>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image008.jpg
Type: image/jpeg
Size: 1413 bytes
Desc: image008.jpg
URL: <http://lists.onebuilding.org/pipermail/equest-users-onebuilding.org/attachments/20230503/5eabee8f/attachment-0002.jpg>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image009.jpg
Type: image/jpeg
Size: 1301 bytes
Desc: image009.jpg
URL: <http://lists.onebuilding.org/pipermail/equest-users-onebuilding.org/attachments/20230503/5eabee8f/attachment-0003.jpg>


More information about the Equest-users mailing list