Jog speed
- ALS
- Offline
- New Member
-
Less
More
- Posts: 4
- Thank you received: 1
01 Jun 2026 22:13 #346847
by ALS
Jog speed was created by ALS
Attachments:
Please Log in or Create an account to join the conversation.
- meister
- Offline
- Platinum Member
-
Less
More
- Posts: 745
- Thank you received: 465
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.
- meister
- Offline
- Platinum Member
-
Less
More
- Posts: 745
- Thank you received: 465
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.valuePlease Log in or Create an account to join the conversation.
Time to create page: 0.548 seconds