Adnan, My guess is that the value of win_id_input is not exactly an integer and that TRNBuild is trying to find something like win_id = 1001.000000001 I am not entirely sure how to fix the problem. You might try something like: win_id_input = INT(GT(Solar_R,100)*Win_ID_1+(LT(Solar_R,100))*Win_ID_2) or
win_id_input = INT((GT(Solar_R,100)*Win_ID_1+(LT(Solar_R,100))*Win_ID_2)+0.01) kind regards, David
On 01/01/2019 19:31, adnan rasheed via
TRNSYS-users wrote:
-- *************************** David BRADLEY Principal Thermal Energy Systems Specialists, LLC 3 North Pinckney Street - suite 202 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 |