Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Output limits #5

Open
t0mpr1c3 opened this issue Oct 7, 2013 · 0 comments
Open

Output limits #5

t0mpr1c3 opened this issue Oct 7, 2013 · 0 comments

Comments

@t0mpr1c3
Copy link

t0mpr1c3 commented Oct 7, 2013

PID_ATune::Runtime() does not check that outputStart-oStep is greater than or equal to the minimum possible value for *output, nor that outputStart+oStep is less than or equal to the maximum possible value for *output.

Where these boundaries are exceeded it is likely that Ku is overestimated because the actual changes in *output are less than +/- oStep.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant