How to make a parameter changing with timestep and number of run?
I am new at EnergyPlus. I am trying to change the energy consumption of electric equipment with time. I have defined a variable named "=$EE" and want to mention not hourly rather it will change with timestep of 15 minutes. How I can define my time in Schedule:Day:Interval ? I have tried like -
Name: $EE
Schedule Type Limits Name: Any Number
Interpolate to Timestep: No
Time 1: from 00:15 to 00:30
value until Time 1: 100
Time 2 : from 00:31 to 00:45
value until Time 2: 100
....... It's not working. I need help. Thanks!!!
What input are you trying to change every fifteen minutes? It is likely that the approach should be to use EMS rather than the ParametricPreprocessor (which uses the =$EE syntax).