[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[EnergyPlus_Support] Re: EMS - change value with time delay
I'm not quite sure what you mean, but perhaps you can use some global variables
something like this would work for a time delay of 4 hours, although it wouldn't work after 20:00hrs, so you would have to think how to manage it if you moved from one day to the next
EnergyManagementSystem:GlobalVariable,
MyVariable, MyTime;
If MyVariable = Off,
If something then //whatever IFTT function you want to declare
SET MyVariable = On,
SET MyTime = Hour,
Endif,
Else,
If Hour - MyTime > 4,
SET MyVariable = Off,
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.
__,_._,___