06-26-2007 11:50 AM
06-27-2007 03:36 AM
06-27-2007 04:55 AM
Hi,
Many thanks for the guidance. The white papers helped me a lot to understand my requirement better. However, still I am not sure whether I should go for LabVIEW window based DAQ or LabVIEW Real-Time DAQ. Any comparision between two approaches? I have found reliability is one issue but is it only the reason?
06-27-2007 10:46 AM - edited 06-27-2007 10:46 AM
Message Edited by TheWay on 06-27-2007 10:50 AM
06-28-2007 02:35 AM
Hi,
Thanks. I got you.
07-20-2007 06:52 AM
How can I read few analog inputs simultaneously? I want to use one AI to implement my PID controller and other AI to log data. How can I do that? Is there any particular example that you would recommend me to go through?
Thank you in advance.
07-23-2007 09:47 AM
07-25-2007 04:19 AM
07-26-2007 07:19 AM
08-30-2007 11:32 AM
Thanks for comments. In fact I tried my code in the real test. The results are not satisfactory. The system oscillates. I am planning to tune the controller. Still do not know how to do that. Before that, I want one clarification to make to make sure the logic of my code is correct. As you know I am tring to maintain a certain preassure profile. So I have got the set preessure and the real pressure. Those will be input into the PID block and the output drives the valve. The valve is fully closed at 0V and fully opened at 10V. So I set 0 as the minimum and 10 as the maximum of my output from the PID block. If the real pressure is less that the set pressure, then I want to close the valve. This will increase the pressure in the system. If the real pressure is higher than the set pressure then it needs to open the valve to decrease the pressure in the system. Therefore I am multiplying both the set pressure and the real pressure by -1 before feeding into the PID block. I wonder whether this would cause the system to oscillate. Simply my error=real pressure-set pressure. I can post my code here if you are not clear of waht I am saying. Thanks in advance.
Lalith