M52 M53 possible activate in jog mode too?
- bkt
-
Topic Author
- Offline
- Platinum Member
-
- Posts: 1224
- Thank you received: 113
Where find M52 and M53 routine codes?
regards
Please Log in or Create an account to join the conversation.
- Aciera
-
- Offline
- Administrator
-
- Posts: 4315
- Thank you received: 1913
M52 also has no effect on jogging. Workarounds for this will depend somewhat on the gui you are using. Gmoccapy offers convenient hal pins to handle jog speed while in 'Axis Gui' you might have to use 'halui.axis.jog-speed' to set the speed and 'halui.axis.L.minus' and 'halui.axis.L.plus' to do the jogging. 'halui.axis.L.analog' might also be of interest as that will allow to scale the jog speed between -1..1.
Note that in some guis (like 'Axis') these halpins will be overridden by the jog buttons in the gui.
linuxcnc.org/docs/html/man/man1/halui.1.html
Please Log in or Create an account to join the conversation.
- andypugh
-
- Away
- Moderator
-
- Posts: 23315
- Thank you received: 4944
not try jet ... but ask if possible use motion.feed-hold and motion.adaptive-speed in manual mode too ... so need activate M52 and M53 outside gcode too I think ....there are a way?
I don't think that there is a way, as jogging / manual uses a different motion planner than coordinated mode.
Please Log in or Create an account to join the conversation.
- bkt
-
Topic Author
- Offline
- Platinum Member
-
- Posts: 1224
- Thank you received: 113
motion.adaptive-feed .... not work .... but maybe can work .... not find M52 and M53 code so not understand what they do and how they do it ....
Please Log in or Create an account to join the conversation.
- Aciera
-
- Offline
- Administrator
-
- Posts: 4315
- Thank you received: 1913
Hm, not sure what you are doing but I tried it also and for me it sure does not work on Version 2.9. Neither joint or axis jog is affected by motion.feed-hold and since jogging uses a different planner I'm not sure how it could.motion.feed-hold .... just try work perfect in joint jog mode, and world jog mode .... work perfect ... think no problem to work in gcode too.
Please Log in or Create an account to join the conversation.
- bkt
-
Topic Author
- Offline
- Platinum Member
-
- Posts: 1224
- Thank you received: 113
Any how I try to limit velocity near singularity issue zone .... for now I drive the change using a pin from my kinematics that check when i reach singularity zone and halui.axis.jog-speed pin .... in these way everytime "enter" in "danger" zone can set a lower velocity .... but logic of mechanism is not clean so try to do somethings more clear and clean only for that pourpose ....
regards
regards
Please Log in or Create an account to join the conversation.
- bkt
-
Topic Author
- Offline
- Platinum Member
-
- Posts: 1224
- Thank you received: 113
Please Log in or Create an account to join the conversation.
- Aciera
-
- Offline
- Administrator
-
- Posts: 4315
- Thank you received: 1913
Switchkins does not change the planner.
Please Log in or Create an account to join the conversation.
- bkt
-
Topic Author
- Offline
- Platinum Member
-
- Posts: 1224
- Thank you received: 113
regards
Please Log in or Create an account to join the conversation.
- bkt
-
Topic Author
- Offline
- Platinum Member
-
- Posts: 1224
- Thank you received: 113
regards
Please Log in or Create an account to join the conversation.