Sth. like "Feed Override" which also effects G0
- mydani
- Topic Author
- Offline
- Premium Member
Less
More
- Posts: 100
- Thank you received: 9
28 Jun 2020 17:31 #173009
by mydani
Sth. like "Feed Override" which also effects G0 was created by mydani
Hi,
is there by any chance sth. to use to control both, feed and G0 speeds by external potentiometer?
Just when running a code first time having feed override and hands on poti is great, but G0 is not affected.
Thanks for hints.
Regards,
Daniel
is there by any chance sth. to use to control both, feed and G0 speeds by external potentiometer?
Just when running a code first time having feed override and hands on poti is great, but G0 is not affected.
Thanks for hints.
Regards,
Daniel
Please Log in or Create an account to join the conversation.
- Aciera
- Offline
- Administrator
Less
More
- Posts: 4031
- Thank you received: 1741
28 Jun 2020 17:42 #173010
by Aciera
Replied by Aciera on topic Sth. like "Feed Override" which also effects G0
I use a panel button to enable and disable rapid feed override by setting halui.rapid-override.direct-value true or false, the actual analog feed value comes in with the signal poti-feed-scaled:
# ---Potentiometer RAPID-speed Override
net rapid-override-en-panel => toggle.rapid-override.in
net rapid-override-enable <= toggle.rapid-override.out => halui.rapid-override.direct-value
net poti-feed-scaled => halui.rapid-override.scale
Please Log in or Create an account to join the conversation.
- cmorley
- Offline
- Moderator
Less
More
- Posts: 7780
- Thank you received: 2075
28 Jun 2020 21:29 #173037
by cmorley
Replied by cmorley on topic Sth. like "Feed Override" which also effects G0
You could use the same potentiometer input to control both feed and rapid override or
look up max velocity override it affects both.
look up max velocity override it affects both.
Please Log in or Create an account to join the conversation.
Time to create page: 0.050 seconds