Modicon PID2 Hold!

darrenj

Member
Join Date
Feb 2005
Location
Ottawa
Posts
1,003
I am looking to hold a value in a PID loop.
The application is i am running x amount of liters through a flow meter...my loop is perfect and i am flowing bang on...the system goes into recirc mode..meaning i dont want any of my liquid to flow..so my valve closes and my pump shuts down...now it goes out of recirc mode and it takes a min or two for the PID loop to fall in line..meaning i could get 30l per min rather that 15 l per min for a little bit...
what i would like to do is close the valve but keep the drive running at the same speed...so now my flow rate would be 0 but i want to freeze the 4x register going to the analog out..

any suggestions?
 
The address that shows this recirc mode have to do the following :
1. A contact changes the PID to manual mode (upper input). This action freezes the PID output.
2. A contact connects a block that writes zero to the Analog Output (0 minus 0 -> AO). This block have to be AFTER the block that copies the PID output to the AO. (a network after or in the RIGHT of the block that copies the PID to AO).
To go back to normal operation open both contacts.
Robert
 

Similar Topics

OK..so i have a PID2 block controlling a valve, this valve opens and closes to keep water coming out of a cooler at 2 deg c.. I have a 0-100...
Replies
1
Views
2,329
I have to convert a 984 program to Unity. In the 984 are 11 PID2 loops. In Unity I want to use PIDFF. In which cases I have to choose between...
Replies
0
Views
3,390
Hello All, I am stumped on how to convert a %MW to a %MF using Machine Expert Basic and a Modicon M221. The help files show a word to a double...
Replies
4
Views
128
A lifetime ago I built a couple systems with Modicon Micro84 controllers that are still running. But today one of those died and they reached out...
Replies
2
Views
86
Everything was working fine, but suddenly CPU went into error mode, and the ERR and TER LEDs lit up. Now I can't download or connect with the PLC...
Replies
0
Views
86
Back
Top Bottom