rubienr / machinekit

http://machinekit.io
Other
4 stars 0 forks source link

XHC whb04b-6: Spindle speed/Lead #5

Open rubienr opened 5 years ago

rubienr commented 5 years ago

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,

alkabal commented 5 years ago

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 commented 5 years ago

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 commented 5 years ago

I finally do this in my other project :

Br