Michael,
Each of the 2nd, 3rd, 4th and 5th values for equipment schedules has a different DOE-2 default value based on the entry for the previous schedule. For example, default for the second schedule is, ?if(#RV(#L("EQUIP-SCHEDULE",0))!=0) then unused else no_def endif?.
You can change the defaults for each of these manually in the eQUEST user interface in their respective input fields or you can combine them all into a single expression in an input file. Expanding on your example below, copy the following into a text file and do a ?File -> Import File?? of the text file. Note that each value is separated by a comma, and you can use ?&D? (without the quotation marks, and without brackets) for any interim value if you want to use the DOE-2 default.
Regards,
~Bill
SET-DEFAULT FOR SPACE
EQUIP-SCHEDULE = (
{$ Expression for EQUIP-SCHEDULE[0]
if(#SV(#L("ZONE-TYPE"))!=1) then no_def /* Conditioned zones only */
else switch (#L("C-ACTIVITY-DESC") + #L("C-ACTIVITY-DESC",1))
case "Apartmen": #SI("ESMFHR Unit Eqp Sched", "SPACE", "EQUIP-SCHEDULE")
default: #SI("ESMFHR Non-Res Eqp Sched", "SPACE", "EQUIP-SCHEDULE")
endswitch
endif},
{$ Expression for EQUIP-SCHEDULE[1]
if(#SV(#L("ZONE-TYPE"))!=1) then no_def /* Conditioned zones only */
else switch (#L("C-ACTIVITY-DESC") + #L("C-ACTIVITY-DESC",1))
case "Apartmen": #SI("ESMFHR Unit Eqp Sched", "SPACE", "EQUIP-SCHEDULE")
default: #SI("ESMFHR Non-Res Eqp Sched", "SPACE", "EQUIP-SCHEDULE")
endswitch
endif},
{$ Expression for EQUIP-SCHEDULE[2]
if(#SV(#L("ZONE-TYPE"))!=1) then no_def /* Conditioned zones only */
else switch (#L("C-ACTIVITY-DESC") + #L("C-ACTIVITY-DESC",1))
case "Apartmen": #SI("ESMFHR Unit Eqp Sched", "SPACE", "EQUIP-SCHEDULE")
default: #SI("ESMFHR Non-Res Eqp Sched", "SPACE", "EQUIP-SCHEDULE")
endswitch
endif} )
..
William Bishop, PE, BEMP, BEAP, CEM, LEED AP | Pathfinder Engineers & Architects LLP
Senior Energy Engineer
[cid:image004.jpg at 01D29779.94B65520] [cid:image005.jpg at 01D29779.94B65520]
134 South Fitzhugh Street Rochester, NY 14608
T: (585) 698-1956 F: (585) 325-6005
bbishop at pathfinder-ea.com
[http://png-5.findicons.com/files/icons/977/rrze/720/globe.png]Carbon Fee and Dividend - simple, effective, and market-based.