Metkel, Control signals in TRNSYS are almost always a value between 0 (off) and 1 (on) and you can write equations using Boolean logic to set them. For example, if you define a variable called Tambient then you could write an equation such as: yHeat = LT(Tambient,14) the variable yHeat would have a value of 1 as long as the variable Tambient was less than 14. You can also use the same idea to set multipliers on input or output data. For example, if your Type9 is simply reading a value of load without any indication of whether it is a heating load or a cooling load then you could write the following two equations: heatLoad = Type9output*LT(Tambient,14) coolLoad = Type9output*GT(Tambient,18) Kind regards, David On 2/6/2014 06:02, metkell yebiyo
wrote:
-- *************************** David BRADLEY Principal Thermal Energy Systems Specialists, LLC 22 North Carroll Street - suite 370 Madison, WI 53703 USA P:+1.608.274.2577 F:+1.608.278.1475 d.bradley@tess-inc.com http://www.tess-inc.com http://www.trnsys.com |