06-05-2018 02:22 AM
Hello all;
I am trying to make a PID control in LabVIEW. my main objective behind this is I need to set my Analog output value to the setpoint I want. (0-5v max) I tried to use LabVIEW paid toolkit but it didn't help me. so I write my own code in formula node, it's trying to set the output, but it's varying from 0 to the set point. anyone can look into my problem and help. my only job is to keep the Analog output voltage to desired set point using PID.
Please see the Attachments.
Solved! Go to Solution.
06-06-2018 12:23 PM
Hello,
I am unsure on what you mean by formula node? Also, which toolkit were you using that did not work for you?
-Brian J.
06-06-2018 12:43 PM
I recently made a very simple PID VI. The Error Factor is set point - process variable.
06-07-2018 06:19 AM
Thank you Brian J for your reply, I tried to use Labview PID toolkit,
06-07-2018 09:09 AM
Thank you so much GREGORYJ, your simple example helped me a lot.