Weekdays and weekend schedule simulation on EnergyPlus
Hello,
I'm working on a project to simulate a simple house. But I want to do an schedule of occupation for weekdays and for weekend. The problem is that I'm not sure how to do properly. I know that is a very simple question but I'm new user of E+. Can you help me please? This is what I did. I know that is wrong or It is not working well.
Schedule:Compact,
Sch_OcupSala, !- Name
SchLim_Fracao, !- Schedule Type Limits Name
Through: 12/31, !- Field 1
For: Weekdays, !- Field 2
Until: 7:00, !- Field 3
0, !- Field 4
Until: 21:00, !- Field 5
.5, !- Field 6
Until: 22:00, !- Field 7
1, !- Field 8
Until: 24:00, !- Field 9
0, !- Field 10
For: Weekend, !- Field 11
Until: 9:00, !- Field 12
0, !- Field 13
Until: 11:00, !- Field 14
.5, !- Field 15
Until: 22:00, !- Field 16
1, !- Field 17
Until: 24:00, !- Field 18
0; !- Field 19
I need to simulate with different people occupation on weekdays (Monday to Friday) and weekend (Saturday and Sunday). But I'm not sure that I'm doing that in the correct Object >> Schedule:Compact
Thanks!