LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to create PID controller ?

How to create PID controller ?, I want to make PID controller using by LabVIEW version 7.1 or Can someone give me .vi , who have ?
please, give me.
0 Kudos
Message 1 of 8
(5,797 Views)
Have you taken a look at this?.

Message Edited by smercurio_fc on 02-17-2006 10:00 AM

0 Kudos
Message 2 of 8
(5,786 Views)
I have opened that, but I can't see anything. Please, give me another one. 
0 Kudos
Message 3 of 8
(5,759 Views)
Use the Find Examples function to search for the term PID.

You will find numerous examples, you could start with the Simple PID Demo.VI, this sample VI demonstrates the implementation of a simple PID controller and allows for simulation of various different system type.

You can take this VI or many of the other examples VI's on this subject and use them directly, its unlikely you will need another toolkit for simple PID control (see the notes in the demo VI for limitations).

"Description:
The Simple PID Demo VI lets you see how a PID control system works without needing an external system to actually control.  Run the VI.  Notice with the default values you have a classic first order system reacting to a square wave.  Try changing the System Type to 2nd ORDER and notice that the Process Variable does not track the Set Point very well.  Try setting P=10, I=6, and D=5.  Notice the difference as you tune the system.  You can experiment withdifferent Set Point Types and tuning parameters to get a feel for tuning systems.  View the help window description of each control for more information about its use.
"

The toolkit mentioned in this thread is suitable for more specialist control systems, the above should get you going nicely, if not it looks like your in for a baptisim of fire Smiley Wink.

Let us know it this isn't what your looking for.
Message 4 of 8
(5,743 Views)
Thank you, very much. ^_^
0 Kudos
Message 5 of 8
(5,727 Views)
To coin a phrase.....

Say it with STARS ............. Smiley Wink

They are, after all free......but thier true value trancends any physical equivalent.....

Glad to be able to help out.
0 Kudos
Message 6 of 8
(5,707 Views)
hai,
   
0 Kudos
Message 7 of 8
(5,269 Views)

Hai,

       Using the formulanode you can write pid code in labview(7).

     

0 Kudos
Message 8 of 8
(5,268 Views)