Sinchote,
You need to use an Equation component in TRNSYS to multiply the two different requirements for the chiller. The chiller wants a control signal of 1 (on) or 0 (off). Multiplying the control signals for the aquastat with the output from the forcing function
will only give a 1 if both the aquastat and the forcing function are both one.
Drag out an Equations component and create two inputs to the model. Let's call them OK_Aquastat and OK_Timer. Then create an equation which is OK_Chiller = OK_Aquastat * OK_Timer. Connect the aquastat output to the input for OK_Aquastat and connect the
forcing function output to the OK_Timer input. Then connect the output equation OK_Chiller to the chiller control signal input.
Jeff
---
Jeff Thornton
President - TESS LLC
22 N. Carroll Street, Madison WI USA 53703
Office: (608) 274-2577 Fax: (608) 278-1475
www.tess-inc.com
E-Mail: thornton@tess-inc.com
On 08/16/2018 2:49 am, Sinchote Keeratianant via TRNSYS-users wrote:
Dear Jeff,
Thank you for your idea.
Did you mean the method as following below right ?
How can i control 2 condition for absorption chiller working?
If you didn't mean as i said above could you help me how to resolve this problem.
Best regards,
Sinchote Keeratianant
From: Jeff Thornton <thornton@tess-inc.com>
Sent: 16 August 2018 12:39 AM
To: TRNSYS users mailing list at OneBuilding.org
Subject: Re: [TRNSYS-users] How to control absorption chiller (Type 107)
The only thing I would add is that you might want to consider using an aquastat model instead of the simple "Greather Than" function for the tank temperature check. The aquastat will have a deadband and will converge every time while the equation may oscillate
between control states and cause non-convergence issues.
Jeff
---
Jeff Thornton
President - TESS LLC
22 N. Carroll Street, Madison WI USA 53703
Office: (608) 274-2577 Fax: (608) 278-1475
www.tess-inc.com
E-Mail: thornton@tess-inc.com
On 08/15/2018 11:06 am, Mario Humberto González via TRNSYS-users wrote:
Dear Sinchote,
The second condition can be controlled with the type 14h (Utility>Forcing Functions>General).
And define the schedule in the function editor like this
After that, in an equation, you can use a "greater than" to check if the tank temperature is above 75 °C. And finally an "and" to compare both conditions.
Best,
Mario
_______________________________________________
TRNSYS-users mailing list
TRNSYS-users@lists.onebuilding.org
http://lists.onebuilding.org/listinfo.cgi/trnsys-users-onebuilding.org
_______________________________________________
TRNSYS-users mailing list
TRNSYS-users@lists.onebuilding.org
http://lists.onebuilding.org/listinfo.cgi/trnsys-users-onebuilding.org