First time here? Check out the Help page!
1 | initial version |
tl;dr -- You should replace "Window1_KXS1_act" with "Window1_S1_act".
I think the issue is that you have a mismatch of EMS:Actuator names. Here is what I have gathered from your EMS code:
set Wind_Cur_State=Window1_S1_act, !- Program Line 1
).In short, you are never actually overriding the schedule value because the EMS:Actuator name isn't entered correctly in EMS:Program lines. You should replace "Window1_KXS1_act" with "Window1_S1_act", and that should fix it.