The Honeywell UDC2800 is a PID single loop controller. It has a control output rate limiting function which limits the maximum rate of change of the controller output.
The output rate limit is configured separately for upscale rate or downscale rate. The parameter setting is a whole number, percent of output per minute.
It can be configured so that the output tracks the input. To do this, you'd need the basic controller with the universal input with a 250 Ohm resistor for the 4-20mA input. DC2800-Cx-xS0-200-xxx-0x-x
- wire the 4-20mA signal into Input 1 using a 250 Ohm resistor, configure Input 1 for 4-20mA, linear, range 0.0-100.0, minimum filter, ratio = 1.0, bias = whatever to trim the offset between your signal and UDC,
- to get proportional only control, use control algorithm = PD+Manual Reset (Proportional-Derivative Plus Manual Reset), and configure both the derivative and integral values to zero in the Tuning group.
In the Control group,
PV Source = Input 1
PID Sets = 1
local SP = 1
Remote SP source = None
SP Tracking = None
Power up Mode = Auto/Local SP
SP High Limit - 0.0
SP Low Limit = 0.0 (locks SP at zero)
Action Direction = Direct
Output Rate = enable
Rate up % per Min = X
Rate down % per Min = 0 (no effect)
Output High Limit = 100
Output Low limit = 0
Preset Manual output = X (output on power-up)
Proportion unit = PB or Gain
- In the tuning group, set Gain = 1 (or PB = 100)
- in operational mode, make sure SP1 = 0.00 (critically important)
In direct action, PB=100, with an SP = 0.0, the output will track input signal over the range of 0-100.
With the output rate limit enabled for rate upscale, the output lags the input by whatever limit factor is entered. Downscale output is unaffected.
The "Lower Display" key puts the Output value (%) in the lowest display
I'm suggesting locking the setpoint at 0.0 by configuring the SP high as 0.0 and SP low as 0.0 so the SP can't be changed from the keypad. The auto/manual key can be disabled in the setup to prevent the controller from being 'popped' into manual mode "accidently" (oh, is that what that does . . . )