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

XHC whb04b-6: Spindle speed/Lead #5

Open
rubienr opened this issue Dec 29, 2018 · 3 comments
Open

XHC whb04b-6: Spindle speed/Lead #5

rubienr opened this issue Dec 29, 2018 · 3 comments

Comments

@rubienr
Copy link
Owner

rubienr commented Dec 29, 2018

Since changing the spindle speed by means of 100rpm in-/decrement steps, this means lots of keypersses. Especially for high rpm spindles. Instead of stepping 100 rpms per keystroke,

  • it would be nicer to have this functionality implemented on the Lead rotary button position, or
  • up-scale somehow the increments for halui.spindle.de-/increase.
@alkabal
Copy link

alkabal commented Jan 8, 2019

regarding to this i have see one issue (not really sure) with button continuous and step conbined to the use of lead button

sometime the signal keep TRUE for the 2 button at same time

come back to jog-scale don't update the state to false

we need to push again continuous and step

exemple :

start from 0FF and jog scale 0.001 in step mode

turn button to lead push mode-step

now mode step is sometime stay on true

return to 0.001 push continuous return to lead

now the 2 button stay true

Br

@alkabal
Copy link

alkabal commented May 16, 2019

Hi again

-I think something can be better as my understanding for Mpg/Step/Con/Lead :

---Lead = mode 0 :
----------first usage : stay on lead is safe mode wheel does not allow any move.
--------- second usage : use lead before rotate back the button make possible to use Con

---Con new mode i have for now implemented in my other project a mode that move only 1 to 6 micron from 2 5 10 30 60 100% but maybee this can be used for spindle or other and keep lead mode for secure mode.

---Mpg = mode 2 : does not change

---Step = mode 1 : does not change

Br

@alkabal
Copy link

alkabal commented Jun 12, 2019

I finally do this in my other project :

  • Lead mode = move from mpg wheel locked
  • Con mode = feedrate override

Br

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