PID Loop reaction to loss of power

JoshM

Member
Join Date
Mar 2012
Location
NYC
Posts
54
Hi Guys,

I have a scenario where when control power is lost to my PLC, PID's that were running retain their previous output, but PID's that weren't controlling and just had states being written to their outputs zeroed out. Does this make sense? Is there a way to make those PID's loop go to a preferred known state?

I am using relogix5000 to code.

Regards,

JoshM
 
Without seeing your code, hard to say what is going on.

All memory is retentive in AB PLCs. So it's either a pre-scan action, or your code that is doing it.
 
if I remember correctly, your system is using PIDE - not PID ... the rules for prescan action are quite a bit different ...

the Instruction Help for PIDE has a lot to say about how "start up" will affect the system's operation (it's close to the end of a long description) ... but ... there's a LOT involved depending on how the system is configured ...

suggestion:

post your code - and tell us WHAT you want each PID or PIDE to do in a "start up" condition ... we can probably make it happen - but we need to know specifically what operation you desire ...
 
Last edited:
Thanks guys.

The main difference I'm seeing is that the PIDE loop that zeros has a CVHAlarm and Winduplout alarm. When alarms are active on a PIDE does it reinitialize where none alarmed PIDE's just continue what they were previously doing?
 

Similar Topics

Hello, I am attempting to tune a PID loop on a process. The process involves a valve with electronic actuator that has quite a high deadband...
Replies
10
Views
2,208
We have a PID loop at the plant that measures our drum outlet temp. It adjusts a damper to control the temp within the set point. We have a...
Replies
8
Views
1,438
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,559
Hello and thanks for reading my question/problem. I am working on an a application where I have a servo controlled gate that allows product (dry)...
Replies
14
Views
2,779
Hello All, I am trying to figure out the best way to control a system I am working on. I have 2 bags of peanuts being lifted up by hoist. I am...
Replies
23
Views
4,753
Back
Top Bottom