04-02-2018 03:39 AM
Is anybody designed PID controller in lab windows CVI.
Its having below features
-setpoint (user varible 0-10hz or above)
-wave form its showing 3 signals setpoint,Process value,Error
If you share its useful for my project
(Iam designed hardware control system,Now I am working on lab windows cvi side)
04-03-2018 01:42 AM - edited 04-03-2018 01:43 AM
CVI already comes with a PID library, which is included in both base and full version starting from CVI2013SP2. For previous versions of CVI the PID control was a separate toolkit to be purchased separately.
At present the PID library can be found in c:\Program Files (x86)\National Instruments\Shared\CVI\bin\PID.lfp
You can also find several examples of using the PID library searching for PID in the Example Finder (Help >> Find Examples... menu function)