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

Fixes for GetMaxRPM issues #4

Merged
merged 1 commit into from
Nov 11, 2021
Merged

Fixes for GetMaxRPM issues #4

merged 1 commit into from
Nov 11, 2021

Conversation

dresco
Copy link
Contributor

@dresco dresco commented Nov 11, 2021

The spindle plugin would always alarm on startup, as requesting incorrect
register number for the max RPM value.

Also hooking into driver reset, else value would never be retrieved if VFD
was not responsive during startup.

See discussion -- #2 (comment)

The spindle plugin would always alarm on startup, as requesting incorrect
register number for the max RPM value.

Also hooking into driver reset, else value would never be retrieved if VFD
was not responsive during startup.
@dresco
Copy link
Contributor Author

dresco commented Nov 11, 2021

Meant to say - something I noticed when testing. The very first soft reset after startup still has the sys.cold_start flag set..?

@terjeio terjeio merged commit 014296d into grblHAL:master Nov 11, 2021
@terjeio
Copy link
Contributor

terjeio commented Nov 11, 2021

Seems I clicked the wrong button, my comment was lost...

The very first soft reset after startup still has the sys.cold_start flag set..?

Good catch, I'll reset it in the main protocol loop after all the startup tests has been completed.

terjeio added a commit that referenced this pull request Nov 17, 2021
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

Successfully merging this pull request may close these issues.

2 participants