Setting initial analog output of process controller

rguimond

Lifetime Supporting Member
Join Date
Jul 2009
Location
Escuminac
Posts
666
I'm using an Automation Direct SL4848-CR to control stuffing pressure to a centrifugal milk separator. The problem I'm trying to overcome may be applicable to other process controllers.

Basically, the process controller works fine, but I want to temporarily halt PID operation when the separator discharges (de-sludges). For now, I have the process controller communicating with a PLC over Modbus. When the PLC detects separator discharge, it changes the mode of operation of the process controller from PID to Manual and saves the "last good" output that was read from the process controller, which it sends back to the process controller while it's in manual mode. This part works great.

My issue is that when I switch the process controller back to PID mode after discharge, the output changes back zero. Since it's a "slow" loop, it sometimes takes several minutes for the stuffing pressure to stabilize. Is there a way to pre-load the output variable with the "last good" output before the discharge while in PID mode? If not, is there a way to start the output at a value other than zero?
 
The concept of 'bumpless transfer' involves holding an output value between manual and automatic modes to avoid the sudden 'bump' when stepping between different output values.

Search the controller's documentation for bumpless transfer and see what it says.
 
That controller doesn't know what bumpless transfer is.

But you could try the thing below. It might not be exact output value, but the output won't be zero. That means a smaller bump.

169os2a.jpg
 

Similar Topics

Hello all, On occasion, I need to manually set a PID control variable's initial output when the process is first started- say a bump to 100% to...
Replies
3
Views
3,622
Hello, I've been tinkering with PIDs for a while now and have a pretty good understanding of all of the terms. I typically set my initial (first...
Replies
5
Views
1,997
Hello all, I have a spanking-new panel that I am programming. Processor: Micrologix 1500, ver. "C" Programming software: RSLogix 500 Operator...
Replies
1
Views
1,985
Good morning fellow sea captains and wizards, I am being asked to do the above and obtain 4 values from each slave, I know about the MRX and MWX...
Replies
27
Views
561
SELECTED NEW FILE SELECTED PROCESSOR TYPE SELECTED I/O CONFIGURATIONS IM UNABLE TO CONFIGURE MY I/O’S. I HAVE A PAPER COPY OF A PROGRAM AND I...
Replies
0
Views
79
Back
Top Bottom