PID issues after power outage

mavrick

Member
Join Date
Jun 2015
Location
usa
Posts
122
Hello I have a question about a PID control circuit. I have an RTD that controls our modulating valve through a PID instruction. We had a quick power outage and once the power came back up and the PLC restarted. The modulating valve took back off in its original setpoint and operation without being put into auto or On. Also no-one had touched the HOA on the HMI after the outage . Is there any way to reset the control loop in the event of a power failure? Thanks
 
Sorry,
Yes the PLC (ControlLogix 1756 L33ER).
I'm controlling the valve through this controller in ladder logic.
 
How quick? was it just a brown out, that may cause issues. We make a PID trainer and if the trainer is powered up before the PLC it has a mind of its own but if you power up the PLC first it works as intended.... that said there should be a 'first scan' setting/clearing in the program, mine does not but you should check yours to see if its there
 
If you can... try doing a controlled shut down and see if it comes back up normal also take a look at the program and see if the first few rungs are resetting anything

Is the 'modulating valve' part of the PLC or does a analog signal go from the PLC to the valve... it maybe a failsafe valve? but most of the time it should go to close (or full open)
 
Yes a analog output is controlling the valve and it is fail close. But once everything came back online the controller put the valve back position before the power loss.
 
I would still try and see if the program has a reset in it and you just need to activate it... odds are the programer wrote a first scan to clear/reset everything and you can use that one, worth a look anyway.
 

Similar Topics

Hello all! First official post here... have been using the site for help but managed to find existing threads to help with all previous issues...
Replies
8
Views
1,199
Hello All, Has anyone on here used Soft PLC brand PLCs? I've just now started doing PLC programming and I am totally stuck on trying to make a PID...
Replies
4
Views
1,543
In this routine, i have an issue where when "lineSpeed" is changed, the PID loop math does not appear to be working out correctly and if I'm only...
Replies
10
Views
2,700
In the RSLogix 5000 PID ladder block, if the KI integral value is not zero, the pid system goes oscillating fast. Is it because of some continuous...
Replies
2
Views
2,022
So I have a PID block on CCW set up to control a motor. I have my variables input and the absolute error is changing but the CV is always 0. There...
Replies
1
Views
1,594
Back
Top Bottom