08-02-2010 06:03 PM
If anyone have any examples or solutions of this problem, pls post it here
08-03-2010 03:40 PM
Hello,
Try to open the shipping example of LabVIEW PID and Fuzzy Logic Toolkit "C:\Program Files\National Instruments\LabVIEW 2009\examples\control\pid\prctrlex.llb\Simulation - Tank Level.vi".
This example demonstrates how to use LabVIEW to simulate the model and control with a PID algorithm. Also, consider using the LabVIEW Control Design and Simulation Module to better express the nonlinearlities of your plant with standard control block diagrams.
Hope this helps.
08-04-2010 07:50 AM
Hi KJAK,
could you solve your problem or are there any other questions on this issue?
Feel free to post.
Regards
Suse
08-05-2010 03:25 PM
hallo,
Thanks for your answers but unfortunately I dont have the PID toolkit, so can' t find the example 😞 have you maybe some other solution
Thanks in advance
08-05-2010 04:08 PM
You can create a basic PID controller using the math functions available in LabVIEW to perform the math operations of a PID controller. You will need to research PID, then construct the required calculations, either with native LabVIEW functions or with a Formula node. I'm not sure that a PID is required for a simple tank level control, basic feedback where some tank level measurement is used to control the in-flow, even semi-linearly, would be probably sufficient. PID controllers usually are in systems that have very dynamic responses, resonances, etc.