LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

can you control servo valves without the PID toolkit?

I need to be able to control servo valves using labview, but I don't have the PID toolkit. Is there an alternate way to control servo valves without the toolkit? Any help would be greatly appreciated.
 
Thanks
0 Kudos
Message 1 of 7
(3,478 Views)

While the PID toolkit simplifies some aspects of doing proportional control, it isn't necessary. You can, if you are planning on doing PID type control, build your own vi's that essentially perform the computations. It is not trivial, but it is doable.

 

P.M.

Putnam
Certified LabVIEW Developer

Senior Test Engineer North Shore Technology, Inc.
Currently using LV 2012-LabVIEW 2018, RT8.5


LabVIEW Champion



Message 2 of 7
(3,465 Views)
Thanks for the help, do you have any suggestions on where to start if I want to try and build my own vi's for PID control?
0 Kudos
Message 3 of 7
(3,452 Views)

Well first thing is to get a basic understanding of what a PID controller is doing. There is some discussion about PID on the NI web site, and a search of the net will also provide much information. What you are controlling with your valves will determine the complexity of your control solution and whether learning just the basics of control theory and PID in particular or whether you need to know more. It really isn't wasted effort, any success in implementing a PID control system, regardless of purchased toolkit or "roll it yourself" will need you to understand that basics. Even if you had picked up someone elses project that was complete except for "tuning" the system you would find that getting the system to run the way you need it to requires some knowledge and frequently a lot of patience. Good luck and keep asking questions.

P.m.

Putnam
Certified LabVIEW Developer

Senior Test Engineer North Shore Technology, Inc.
Currently using LV 2012-LabVIEW 2018, RT8.5


LabVIEW Champion



0 Kudos
Message 4 of 7
(3,446 Views)
In LV help, search examples for PID
~~~~~~~~~~~~~~~~~~~~~~~~~~
"It’s the questions that drive us.”
~~~~~~~~~~~~~~~~~~~~~~~~~~
0 Kudos
Message 5 of 7
(3,436 Views)
Have you thought about using serial control to talk with a microcontroller and it would control your servo valves.
0 Kudos
Message 6 of 7
(3,429 Views)

That's good advise.  You'll need some sort of power amplifier to drive the servo motor itself.  So controlling an external servo drive system isn't too different than having to build or buy the servo amp. 

 

Check out geckodrive products for a low cost solution:

http://www.geckodrive.com/products.htbml

 

Sheldon

Technical geek, engineer, research scientist, biodegradable...
0 Kudos
Message 7 of 7
(3,412 Views)