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

Feature: モーターが停止(Coast, Brake)の時は、データ削減のためにデューティー比のデータを送らない #161

Open
yutotnh opened this issue Jan 27, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@yutotnh
Copy link
Owner

yutotnh commented Jan 27, 2023

なぜ機能が欲しいのか

現在利用しているCAN Busでは一つの伝送路を使って複数のモーターを制御する。

また、安全のためにコントローラー側のマイコンとモータードライバ側のマイコンは定期的にデータのやり取りを行っている。

上記の現状から、CAN Busには多くのデータが流れているため、できるだけ必要のないデータは送信したくない。

モーターが停止(Coast, Brake)の時は、データ削減のために回転方向のデータだけを送り、デューティー比のデータを送らないようにしたい。

提案の説明

モーターが停止(Coast, Brake)の時は、データ削減のためにデューティー比のデータを送らない。

その他

そのほかのデータ削減案

  • 一定回数(一定時間)Brakeだったらデータを送らなくなる
@yutotnh yutotnh added the enhancement New feature or request label Jan 27, 2023
@yutotnh yutotnh self-assigned this Jan 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant