<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.2668" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>    I have a system with iterative 
feedback controller(Type 22) to control the flow rate based on the error 
signal(Temperature). In the secant method used by this type, one assumption 
would be that the error signal produced by a control signal is repeatable (so 
that the control signal can be interpolated). But it takes a few 
iterations for the system to give out a constant error signal(i.e Converged 
values) for a given control signal.</FONT></DIV>
<DIV><FONT face=Arial size=2>   This makes the secant method unusable 
unless we use the converged values to determine what the next control signal 
should be.</FONT></DIV>
<DIV><FONT face=Arial size=2>   One way to work over this could be 
that we check for convergence and the calculate the new control signal and then 
instruct trnsys that the system is not converged yet for the current time 
step and do this until the desired control signal is 
calculated.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Could anyone please let me know if this is possible 
or if there is a better method to solve this problem.</FONT></DIV>
<DIV><FONT face=Arial size=2>Thank you,</FONT></DIV>
<DIV><FONT face=Arial size=2>krishna</FONT></DIV></BODY></HTML>