Jog speed

More
01 Jun 2026 22:13 #346847 by ALS
Jog speed was created by ALS
Hi guys, I'd like to know how to read the value of the jog speed component as shown in the attached image.   
Attachments:

Please Log in or Create an account to join the conversation.

More
02 Jun 2026 07:30 #346850 by meister
Replied by meister on topic Jog speed
You can read the values for any of these controls, except for the jog speed control. :(

Please Log in or Create an account to join the conversation.

More
02 Jun 2026 07:40 #346851 by meister
Replied by meister on topic Jog speed
a usefull commandline to check changes in hal
# halcmd show | grep -v "time\|period\|,\|ready$" > /tmp/t1 ; while sleep .1; do halcmd show | grep -v "time\|period\|,\|ready$" > /tmp/t2; diff /tmp/t1 /tmp/t2 | grep "^>\s*[1-9]" | sort -u ; mv /tmp/t2 /tmp/t1 ; done

>     23  float OUT                  3.97  halui.feed-override.value
>     23  float OUT                  4.71  halui.feed-override.value
>     23  float OUT                     5  halui.feed-override.value
>     23  float OUT                  0.57  halui.rapid-override.value
>     23  float OUT                  0.38  halui.rapid-override.value
>     23  float OUT                  0.15  halui.rapid-override.value

Please Log in or Create an account to join the conversation.

Time to create page: 0.548 seconds
Powered by Kunena Forum