06-10-2012 10:04 AM
hello my friends.
I am a .NET developer. I am new NI Measurment Studio 2010.
as you know LabView, has a PID and fuzzy Logic toolbox. now my question is this:
does measurment studio 2010 support PID?
I mean how we can use the PID and fuzzy logic function and/or libraries in .NET 2008 (if Possible)?
if it is not possible with measurment studio, how and where can I find that libraries(PID for .NET)?
thanks for any help....
Solved! Go to Solution.
06-10-2012 10:33 AM
Why don't you download the 30-day trial and see for yourself???
06-10-2012 11:26 AM
hi
thanks for reply.
file size is about 1.3G. it is not possible for me to download it!!!
06-28-2012 05:01 PM
NI does not have a PID library for .NET. If you have a license for the CVI and the CVI PID Toolkit, you can call into those libraries from you .NET app. Or you can do the same with LV by creating a .NET interop assembly.