12-29-2009 09:00 PM
Hi all,
I need opinion from you guys. I've used PID toolkit before and it's convenient to use this compare to mathematical func etc. But currently we have some requirements from our client to control a system based on transfer function in time(t) and laplace(s) domain for PID, feedforward and fuzzy controllers. Is there any faster way to do this rather develop the code ourselves? Perhaps library or anything?
Thanks n regards,
- az -
12-30-2009
05:45 AM
- last edited on
03-19-2025
04:44 PM
by
Content Cleaner
Concerning PIDs I've been once to a product show of an NI alliance partner that interfaces LV:
http://sine.ni.com/apps/utf8/niaa.pro_view?p_all_id=10737
But I don't know if this is what you need. Generally, you could try a search in the alliance program if there is a tool for this.
Felix
01-03-2010
09:49 PM
- last edited on
03-19-2025
04:45 PM
by
Content Cleaner
LabVIEW has control design and simulation module which can apply transfer function in VI as shown in http://sine.ni.com/nips/cds/view/p/lang/en/nid/206895
You probably evaluate it to see whether it suites with your application.
01-05-2010 12:55 AM
Thanks Felix and KateB.
I think Control Design and Simulation module might help. Currently I'm trying to understand how it works but most of the examples seems not enough for me to relate with the actual system (or maybe I'm the one who doesn't understand..). OK let say I'm going to use CDex Design and Implement PID example as reference, can we connect the subVI of "DC Design PID for Discrete System.vi"
to the PID.vi
?? I'm asking in a sense that let say I've done programs using PID and Fuzzy Logic toolkits, can I just wire the input parameters for PID and Fuzzy with these transfer function capabilities??
Thanks.
regards,
- az -
01-05-2010 04:08 AM
You must translate PID parameter into transfer function coefficient first.
You may find its relation from page 11-4 of C:\Program Files\National Instruments\LabVIEW 2009\manuals\CD_User_Manual.pdf.