how PID work?
Answer / nitin bishoriya
PI stands for proportional integrator controller. In this
system input to a system is composed (SUM) of two signal.
One is the input that we applied and second integral of
feedback from output. Advantage of using PI is that steady
state error is reduced that is effectively not possible by
using proportional alone signal.
PID=proportional +integral +derivative of feedback from
output.
We we want to improve damping ratio besides improving error
signal then we use PID.
| Is This Answer Correct ? | 4 Yes | 1 No |
RRB JE-2 QUESTION MODEL SOLVE FOR ELECTRONICS ENGG
What is the Difference between von neumann and harvard computer architecture?
what is use of powerdown and idle mode. is it possible to execute the normal operations in these two modes
when was first developed dmrc.
what is meant by procedure oriented n object oriented
I am stuck up with a question on appending of two arrays I am writing the code for the same, I am appending two strings this way int main() { string s1 = "Welcome to C++"; string s2 = "C++ improves the logic ability"; string s3 = s1 + s2; cout<<s3<<endl; } But if I go ahead with the integer datatype , it doesnt work int main() { int arr[4] = {2,3,4,5}; int arr1[4] = {6,7,8,9}; int arr3[9] ; arr3 = arr + arr1;//displays error arr3 = arr ++ arr1; // works properly } Can anyone please clear my doubt in this question ?
what is bts ,what is e1 what is fifa card ,what is rri ,what is e1t1
Define interfacing?
What is the difference between transducer and transponder?
What is step up chopper?
What is am.
why interrupt is necessary in microprocessor?
Civil Engineering (5086)
Mechanical Engineering (4456)
Electrical Engineering (16639)
Electronics Communications (3918)
Chemical Engineering (1095)
Aeronautical Engineering (239)
Bio Engineering (96)
Metallurgy (361)
Industrial Engineering (259)
Instrumentation (3014)
Automobile Engineering (332)
Mechatronics Engineering (97)
Marine Engineering (124)
Power Plant Engineering (172)
Textile Engineering (575)
Production Engineering (25)
Satellite Systems Engineering (106)
Engineering AllOther (1379)