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

deadband #17

Open
demirciberkan opened this issue Oct 25, 2024 · 1 comment
Open

deadband #17

demirciberkan opened this issue Oct 25, 2024 · 1 comment

Comments

@demirciberkan
Copy link

Can you explain what would be the deadband please.

As i understand it stands for the gap which is close to the bias point and doesnt actually move the motor.
As an example if we set the output limits to -255 , 255 then if the motor can not actually move in between -30 , 30 deadband should recalculate these values and only use the values between -30 -255 and 30 255 is that right ?

And i can not see its usage in the code. Not implemented yet ?
Thanks in advance

@PowerBroker2
Copy link
Owner

PowerBroker2 commented Oct 25, 2024

You're right, it seems I added all the architecture for deadband and then forgot to implement or something. Been a long while since I worked on this codebase, so I forget how this particular piece was supposed to work. However, I think it's supposed to work as you describe except the deadband is on the input, not the output. As in no error should be generated if you're within +-deadband of the setpoint (if that makes any sense lmao)

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

2 participants