[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[EnergyPlus_Support] Re: Subroutine in EMS
Yes you can eg:
EnergyManagementSystem:Program,
Subroutine02,
SET MyValue = 12;
EnergyManagementSystem:Program,
Subroutine01,
If MyTemperature > 25,
RUN Subroutine02,
Else,
SET MyValue = 5;
there are some examples in the EMS Application Guide for more info
!=============calculate IAQ demand Class01
IF MINUTE < 10 && Class01LowWin01 >= 0.001 && MyClass01CO2 > 1000, !- check flow rate every hour to incorporate new delta T
Run CalculateFlowRateClass01, !- calculate the flow rate
EndIF,
__._,_.___
Posted by: allinson_louis@xxxxxxxxxxx
EnergyPlus support is found at:
http://energyplus.helpserve.com or send a message to energyplus-support@xxxxxxxx
The EnergyPlus web site is found at:
http://www.energyplus.net/
The group web site is:
http://groups.yahoo.com/group/EnergyPlus_Support/
Attachments are currently allowed but be mindful that not everyone has a high speed connection. Limit attachments to small files.
EnergyPlus Documentation is searchable. Open EPlusMainMenu.pdf under the Documentation link and press the "search" button.
__,_._,___