Measurement Studio for .NET Languages

cancel
Showing results for 
Search instead for 
Did you mean: 

PID class

Does anyone have a PID class that I can use in Measurement Studio? Or would it be possible to use the labview module? I'm using c#. Thanks for your help.

JMD
0 Kudos
Message 1 of 4
(3,823 Views)
As far as a National Instruments solution, your best bet is probably the PID ActiveX controls. This isn't a native .NET solution, but you can use the ActiveX controls in your C# project, through COM interop.
0 Kudos
Message 2 of 4
(3,823 Views)
I would prefer not to spend 500 dollars. I guess I'll just spend a day and write the class myself.
0 Kudos
Message 3 of 4
(3,823 Views)
You could also search online to see if there are any implementations in the public domain. CodeProject.com is one site that has a good deal of .NET code.
0 Kudos
Message 4 of 4
(3,823 Views)