Change jog speed while jogging?
- Aciera
- Topic Author
- Offline
- Administrator
Less
More
- Posts: 4031
- Thank you received: 1741
18 Oct 2019 09:25 #148178
by Aciera
Change jog speed while jogging? was created by Aciera
When I use an edge probe on my machine I like to be able to control the jog speed while I am actually jogging. The closer to the edge the lower the jogspeed. I have a potentiometer set up to control the feedoverride and the jogspeed override, however for the jogspeed override to take effect I need to stop jogging and then continue.
Is there a way to change the jog-speed while actually jogging?
Is there a way to change the jog-speed while actually jogging?
Please Log in or Create an account to join the conversation.
- pl7i92
- Offline
- Platinum Member
Less
More
- Posts: 1875
- Thank you received: 354
19 Oct 2019 08:13 #148301
by pl7i92
Replied by pl7i92 on topic Change jog speed while jogging?
no
this has been a safety issue and has been rejected
you can hack into the code and compile your own one with all risk to your programming
most behavior is on
C to the position then I steps down YOU know your I so 5mm 1mm .5mm .1mm .05mm .01mm
this is the way to position
Even on a WB06 you can set 6 stepdowns
and you can hack that to a multiply as you can press one key and go
Jogg 2500mm/min 1000mm/min 500mm/min 50mm/min on button press
and on relese you got the .5mm .1mm .05mm .01mm
thats how i use it on plasma to get position on a 5meter table
this has been a safety issue and has been rejected
you can hack into the code and compile your own one with all risk to your programming
most behavior is on
C to the position then I steps down YOU know your I so 5mm 1mm .5mm .1mm .05mm .01mm
this is the way to position
Even on a WB06 you can set 6 stepdowns
and you can hack that to a multiply as you can press one key and go
Jogg 2500mm/min 1000mm/min 500mm/min 50mm/min on button press
and on relese you got the .5mm .1mm .05mm .01mm
thats how i use it on plasma to get position on a 5meter table
Please Log in or Create an account to join the conversation.
- Todd Zuercher
- Offline
- Platinum Member
Less
More
- Posts: 4957
- Thank you received: 1441
19 Oct 2019 13:41 #148323
by Todd Zuercher
Replied by Todd Zuercher on topic Change jog speed while jogging?
An MPG is nice for this. Spin it fast to go fast and slow as needed.
Please Log in or Create an account to join the conversation.
- cmorley
- Offline
- Moderator
Less
More
- Posts: 7780
- Thank you received: 2075
19 Oct 2019 15:03 #148332
by cmorley
Where did you get that idea? How is this a safety issue? Who rejected this?
I haven't confirmed the problem with feedoveride and jogging but it wouldn't surprise me.
Jogging uses separate code for trajectory planning, I'd bet it doesn't check the feedoverride setting except when initiating the move.
Chris
Replied by cmorley on topic Change jog speed while jogging?
no
this has been a safety issue and has been rejected
you can hack into the code and compile your own one with all risk to your programming
Where did you get that idea? How is this a safety issue? Who rejected this?
I haven't confirmed the problem with feedoveride and jogging but it wouldn't surprise me.
Jogging uses separate code for trajectory planning, I'd bet it doesn't check the feedoverride setting except when initiating the move.
Chris
Please Log in or Create an account to join the conversation.
- Aciera
- Topic Author
- Offline
- Administrator
Less
More
- Posts: 4031
- Thank you received: 1741
19 Oct 2019 18:11 #148352
by Aciera
Replied by Aciera on topic Change jog speed while jogging?
Well, I certainly aint going to fiddle with the source code! I thought that somehow the jog-speed could be controlled just like the feedrate. I guess I just have to get used it not being possible.
Please Log in or Create an account to join the conversation.
- Aciera
- Topic Author
- Offline
- Administrator
Less
More
- Posts: 4031
- Thank you received: 1741
20 Oct 2019 08:54 #148390
by Aciera
Replied by Aciera on topic Change jog speed while jogging?
I've got another question relating to this topic if I may:
There is a pin halui.n.jog.analog thas is supposed to enable jogging with an analog input device such as a joystick. Now I've set this to 100 but absolutely nothing changed regarding the jog behavior of axis 0. Is there some kind of analog-enable that needs to be activated?
There is a pin halui.n.jog.analog thas is supposed to enable jogging with an analog input device such as a joystick. Now I've set this to 100 but absolutely nothing changed regarding the jog behavior of axis 0. Is there some kind of analog-enable that needs to be activated?
Please Log in or Create an account to join the conversation.
- fixer
- Offline
- Premium Member
Less
More
- Posts: 132
- Thank you received: 27
20 Oct 2019 10:21 #148398
by fixer
Replied by fixer on topic Change jog speed while jogging?
changing the value of halui.jogāspeed while joging works in 2.7. I have it connected to the same potentiometer as feed and rapid override.
Please Log in or Create an account to join the conversation.
- Aciera
- Topic Author
- Offline
- Administrator
Less
More
- Posts: 4031
- Thank you received: 1741
20 Oct 2019 10:34 #148400
by Aciera
Replied by Aciera on topic Change jog speed while jogging?
Thanks fixer for that information. That sounds like the exact setup im trying to achieve!
Would you consider sharing the relevant Hal sections?
Would you consider sharing the relevant Hal sections?
Please Log in or Create an account to join the conversation.
- Aciera
- Topic Author
- Offline
- Administrator
Less
More
- Posts: 4031
- Thank you received: 1741
22 Oct 2019 06:05 #148524
by Aciera
Replied by Aciera on topic Change jog speed while jogging?
OK, so I,ve got this working to the point where I can jog the axis by pressing an external switch and dynamically change the jog-speed by turning a potmeter. I do this by using the Potmeter value and feeding it to halui.jog-speed.
Unfortunately now the keyboard cursor-keys do not work for jogging anymore. Does anybody know how to connect the keyboard-cursor-keys in HAL (gmoccapy)?
Thanks
Unfortunately now the keyboard cursor-keys do not work for jogging anymore. Does anybody know how to connect the keyboard-cursor-keys in HAL (gmoccapy)?
Thanks
Please Log in or Create an account to join the conversation.
- andypugh
- Offline
- Moderator
Less
More
- Posts: 23178
- Thank you received: 4861
23 Oct 2019 23:30 #148655
by andypugh
Replied by andypugh on topic Change jog speed while jogging?
You can't connect keyboard jogging to HAL.
Keyboard jogging is handled by the GUI (And is an abomination). Best not to use it at all, really.
Keyboard jogging is handled by the GUI (And is an abomination). Best not to use it at all, really.
Please Log in or Create an account to join the conversation.
Time to create page: 0.068 seconds