Inquiry about Annual Schedule

4 posts / 0 new
Last post

Hey Guys,

I get a situation when I want to build a parametric annual temperature
schedule from variable weekly schedule throught parametric runs. By saying
that I am planing to use a flag signal, F in the user input expression.
When F is true, the annual schedule will be made up of Weekly Schedule 1,
else if F is false, the annual schedule will be composed by Weekly Schedule
2.

I thought it would be a simple by writing an if then else logic

If(#PA("F" == "TRUE") Then
#SI("Weekly Schedule 1","SCHEDULE","WEEK-SCHEDULES")
else
#SI("Weekly Schedule 2","SCHEDULE","WEEK-SCHEDULES")
Endif

But it turns out that when I click OK, Equest automatically shut down and
send me an error message! What is the problem here? You can't use such
command for annual schedule?
I know that the format and key words are correct, since the msg box will
pop out and stop you there if there is any format mistake. But my situation
is, Equest allows you to click OK button, but it shut down immediately
without any other hint!

I really get blocked here... Any help will be appreciated!

Thanks in advance!

Mark

ly z's picture
Offline
Joined: 2013-06-15
Reputation: 0

Mark:
?
I don't think you can use Functions in DOE-2.2,(eQuest), only 2.1E. I think.
?
Can you wriye etra schedules into the bae run, then call out a different schecule for a parametric run?

John Aulbach's picture
Offline
Joined: 2011-09-30
Reputation: 1

I gave it a quick try and for some reason eQuest did not like week schedules being assigned with formulas. You can assign schedules for lights, people, equip (or whatever) with global parameters, then switch the schedule assigned to the global parameter in a parametric run. That might be a next best option for you.
Cheers,
Jeremy

___________________________________________
Jeremy McClanathan, P.E., BEMP, HFDP, LEED? AP

Jeremy McClanathan's picture
Joined: 2011-09-30
Reputation: 200

You could also use BDL expressions to switch the referenced
DAY-SCHEDULES within the WEEK-SCHEDULE; I know that expressions along
the lines of what you are describing work at that level.
David

David Reddy3's picture
Offline
Joined: 2011-09-30
Reputation: 0