PID controller

Thread Starter

Eartian

Joined Sep 16, 2021
58
Hi all I wanted to create a pressure controller (automated) using PID controller and interface it with LabVIEW software. Please anyone suggest me any idea how to do it? Any links..any article...
 

GetDeviceInfo

Joined Jun 7, 2009
2,273
what Labview hardware interface are you planning on implementing? Basically you would create a PID vi, input your sensor, and output your driver. A google specific to your application will surely return many, many pages of projects. But I know a few here are interested in Labview and would like a go at it, if you describe your project.
 

Thread Starter

Eartian

Joined Sep 16, 2021
58
what Labview hardware interface are you planning on implementing? Basically you would create a PID vi, input your sensor, and output your driver. A google specific to your application will surely return many, many pages of projects. But I know a few here are interested in Labview and would like a go at it, if you describe your project.
Thanks for replying. I want to create pressure monitoring. And also if I set it to some level ..the pid characteristics should display
By the way ...the project is for my college..but I don't know how to do it...so..
 

GetDeviceInfo

Joined Jun 7, 2009
2,273
is this an assignment, or something you thought up? What resources do you have to implement a Labview project. Do you have NI hardware interface. Are you just monitoring, or are you controlling, and what is it that you are using to control. Do you understand the concept of closed loop control, and how PID is implemented.
 

Thread Starter

Eartian

Joined Sep 16, 2021
58
is this an assignment, or something you thought up? What resources do you have to implement a Labview project. Do you have NI hardware interface. Are you just monitoring, or are you controlling, and what is it that you are using to control. Do you understand the concept of closed loop control, and how PID is implemented.
I have rough idea. And labview software will be provided by our college. And daq module or usb interface will be provided by our college. I just wanted to know how to ...control pressure and also monitor it using PID and labview
It was given as mini project.
 
Top