Override for Angular Jog Speed?
21 Mar 2020 16:54 #160992
by Aciera
Override for Angular Jog Speed? was created by Aciera
Is there a HAL pin to override the angular jog speed in LinuxCNC 2.8?
thanks
thanks
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
Less
More
- Posts: 19210
- Thank you received: 6438
21 Mar 2020 17:07 #161000
by tommylight
Replied by tommylight on topic Override for Angular Jog Speed?
Why double posting ?
Please Log in or Create an account to join the conversation.
21 Mar 2020 18:01 #161013
by Aciera
Replied by Aciera on topic Override for Angular Jog Speed?
Because I dont see it as a double post as gmoccapy uses different Hal pins than axis does.
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
Less
More
- Posts: 19210
- Thank you received: 6438
21 Mar 2020 19:12 #161019
by tommylight
Replied by tommylight on topic Override for Angular Jog Speed?
I thought so, just had to be sure.
Thank you.
I did try to find the pin in axis, but there is no search function. Maybe doing a pin dump from terminal and then using text editor to search could yield results ?
Thank you.
I did try to find the pin in axis, but there is no search function. Maybe doing a pin dump from terminal and then using text editor to search could yield results ?
Please Log in or Create an account to join the conversation.
21 Mar 2020 19:13 #161020
by cmorley
Replied by cmorley on topic Override for Angular Jog Speed?
linuxcnc has no internally tracked jog rate - each GUI has it's own.
If the GUI gives no access to it's internals then you are out of luck.
assuming you want to be able to use the GUI's controls.
It's probably possible with AXIS, but you'll need to figure out how - there is not much for documentation.
Gmoccapy -I don't think it gives access at all.
Asking in one thread would have been fine (ie I'm not going to answer the other thread)
Chris
If the GUI gives no access to it's internals then you are out of luck.
assuming you want to be able to use the GUI's controls.
It's probably possible with AXIS, but you'll need to figure out how - there is not much for documentation.
Gmoccapy -I don't think it gives access at all.
Asking in one thread would have been fine (ie I'm not going to answer the other thread)
Chris
The following user(s) said Thank You: Aciera
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
Less
More
- Posts: 19210
- Thank you received: 6438
21 Mar 2020 19:22 #161021
by tommylight
Replied by tommylight on topic Override for Angular Jog Speed?
In terminal, while Linuxcnc is running:
halcmd -kf | tee pin.txt
then
show pin
It creates the pin.txt file in your home directory with all the pins available, so you can search with a text editor.
halcmd -kf | tee pin.txt
then
show pin
It creates the pin.txt file in your home directory with all the pins available, so you can search with a text editor.
The following user(s) said Thank You: Aciera
Please Log in or Create an account to join the conversation.
22 Mar 2020 07:04 #161074
by Aciera
Replied by Aciera on topic Override for Angular Jog Speed?
thanks, I deleted the other thread.
Please Log in or Create an account to join the conversation.
Time to create page: 0.100 seconds