adspace
Answer Posted / www.islamqa.com
Actually we can make it simple:
# P:
it's a controller gain which modify the controller o/p
proportional to the error.
# I:
it's a controller gain which modify the controller o/p
proportional to the integral of the error.
# D:
it's a controller gain which modify the controller o/p
proportional to error rate of change.
We have 4 parameters in our control loop to focus on:
1 - the rise time: the period of time during which the pv
get 90% of the desired sp value
2 - max overshoot
3 - settling time: the period of time during which the pv
get the desired sp value and saturate.
4 - error/offset
we can get it clear from this pic:
http://controls.ame.nd.edu/ame437/S2003/hw1/specifications.j
pg
Now we will take a look about the effect of each controller
gain on these parameters:
# P gain:
decrease rise time
increase max.overshoot
increase settling time
decrease error (but not eliminate)
# I gain:
decrease rise time
increase max.overshoot
increase settling time
eliminate error.
# D gain:
no effect on rise time
decrease max.overshoot
decrease settling time
decrease error.
the previous is guidelines to be in background while
dealing with PID,but they are not sharp limits.
Regards,
Ahmed Sabry
Control and Instrumentation Engineer
GPC - General Petroleum Company
ahmedsabry.online@gmail.com
CELL.: 00 2 0121367310
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
I am manjunath having exp in maintenance of chemical plants,know i want to do a design course INTOOLS,after doing design course can we get jobs in design field.sinve i dont have design exp..
give me all the details about the interview and which type of question being asked
can any send me a forbes marshall dtron 316 manual
Can any one send me IOCL instrumentation question papers.. i dont know the pattern of the questions and what to prepare can any one help me on this .. my email id is anwarnishil@gmail.com
Can any one tell me what type of question asked for instrumentation and control interview panel??? pls mail ramashankar.goel@gmail.com
What are the key features of a Distributed Control System? describing the various layers (sensor through to business system interfaces) as well as the hardware, software and security aspects of the DCS.
hello can yoy pls send me previous papers of jindalpower and steel ltd.....'m from instrumentation..... mani1048@gmail.com
sir, i preparing hpcl,ongc,barc,hal exams(instrumentation engg)pls send a placement papers
plz send me general of ongc
Punj lloyd is coming in our Jadavpur Universtiy campus for campus placement. Please send me some hints about the writtend exam. My email id is subratafriends@gmail.com
i hav applied for the post of engg. in iocl so please require the past test papers fro instrumentation engg please please help me and send me the papers or tell me the pattern and type of ques asked in examination......
use of split range ? where it is used ? in which control loop it is used ?
where cascade loop use ?
this site is owned by an nonsense
A PLC is programmed to drive three motors A, B and C as follows : After running motor A for an hour, motor B should get ON and motor A should get OFF. And after running motor B for an hour, motor C should get ON and motor B should get OFF. And after running motor C for an hour, motor A should get ON and motor C should get OFF. (That is, a cyclic repetition with time period one hour) Now, the second condition is: If any motor gone faulty and is tripped, the consecutive motor should get ON and the faulty (tripped) motor should be eliminated from cyclic repetition. The remaining two motors should bear the cyclic repetition of one hour each. (For healthy motor take logic as high and for tripped motor take logic as low) Now, the third condition is: When motor A load(Amps) exceeds 60% of its rated load, motor B should get ON in parallel to motor A. And when both motors A & B are running in parallel, and if their load exceeds 60% of their rated load, motor C should also start in parallel to A & B. [Here the cyclic repetition is eliminated, until their loads become normal(40%)] [Take logic high(1) for load at 60% and logic low(0) for load at 40%] Now draw a flow chart or a ladder diagram to fulfill the above condition.