Hi,
If I read the documentation correctly the N-parameter serves as a low pass filter for the derivative term. My routine does not have that option.
I have ZERO experience with Simulink but looking...
I have implemented Henrik's PID INC routine in my controller for regulating flame temperature in an external combustion chamber. The PID filter is excellent and...
Well, this is a bit subjective matter. Every C compiler is not the same, also has levels of optimizations, and even coding style can affect the resulting hex code size.
For same reason I stick to PBP+MPLAB X. And in more than one case I compared very similar programs in C(and microC) and PBP, and PBP is by far smallest. So you can do more in smaller IC.
I agree with you although I feel that all this (MPLABX IDE, C etc) is a steep curve. Time keeps me away from this and I guess for others too. Hobby is another thing and a hobbyist may have all the...
I own HIDmaker and recommend it every chance I can, but I don't believe it will solve your challenge. Thanks for that USB Treeview link Trowlerg. I'll put it on my work PC and see how it works.
Re: PID Filter Coefficient
Hi,
HenrikOlsson Today, 12:23If I read the documentation correctly the N-parameter serves as a low pass filter for the derivative term. My routine does not have that option.
I have ZERO experience with Simulink but looking...