LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

level control

Hi Everybody,

 

I am new to Labview so I am looking for your help. I am looking for the most basic control diagram for a PID level control circuit.Thanks.

0 Kudos
Message 1 of 4
(2,084 Views)
0 Kudos
Message 2 of 4
(2,072 Views)

Thanks

0 Kudos
Message 3 of 4
(2,060 Views)
Moonlight, at it's simplest, PID control works by operating on an error signal,or the difference between the desired output and the current output. So, in order to implement PID control, the first step is to calculate that process error. Second, you now need to multiply that process error by a proportional (P) constant, an integration term (I), and a differential term (D). Then add up those products. There are MANY ways to do the integral and derivative terms, so I will leave that to you. Search for PID on the NI website, and you will find at least one example of how to do it. Good luck,a nd I will repost later with some examples. Wes

--------------------------------------------------------------------------------------
Wes Ramm, Cyth UK
CLD, CPLI
0 Kudos
Message 4 of 4
(2,054 Views)