Jump to content

Develop new toolkit


mksa

Recommended Posts

I am wondering if someone can tell how to create new toolkit what do I need,

Cause I would like to develop an open source PID controller toolkit.

Do you want to know how to create PID VIs, suggestions on integrating it into a toolkit, or how to develop open source using LabVIEW?

Link to comment
I am wondering if someone can tell how to create new toolkit what do I need,

Cause I would like to develop an open source PID controller toolkit.

I have thought about this too. What i have come to is that in 90 % of the cases, all you need in an app is a straight forward PID controller with a minimum of "bells and whistles". In addition you probably in some cases need an integrator and a derivator. The two latter things already exist in the math library in LabVIEW, and a simple PID is made in 5-10 minutes. If you have a good PID, then the code repository on this site is a better place IMO.

If you focus on "what is possible to do" instead of "what do most of us actually need and want", then there really is no limit to the complexity you can make out of this toolkit, and you end up making a simulation toolkit al

Link to comment
I have thought about this too. What i have come to is that in 90 % of the cases, all you need in an app is a straight forward PID controller with a minimum of "bells and whistles". In addition you probably in some cases need an integrator and a derivator. The two latter things already exist in the math library in LabVIEW, and a simple PID is made in 5-10 minutes.

If I remember right, there is an example in LabVIEW called "simple PID" or something like that, which already has PID implemented.

This example does not use the PID toolkit.

Neville.

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.