increment 4 MPG jog wheels with Basic Probe
- laurentl38
- Offline
- Junior Member
-
Less
More
- Posts: 34
- Thank you received: 1
13 Oct 2025 06:34 #336361
by laurentl38
increment 4 MPG jog wheels with Basic Probe was created by laurentl38
Hello,
I'm using 4 MPG jog wheels. I don't have a physical button to change the increment.
With Axis, there's a HAL pin to get the GUI information about the jog increment.
Now, I'm transferring the configuration to Basic Probe, but I can't find the information about the increment selected in the GUI (pictured).
Is there a simple way to get the information about the increment selected in the GUI?
Regards
I'm using 4 MPG jog wheels. I don't have a physical button to change the increment.
With Axis, there's a HAL pin to get the GUI information about the jog increment.
Now, I'm transferring the configuration to Basic Probe, but I can't find the information about the increment selected in the GUI (pictured).
Is there a simple way to get the information about the increment selected in the GUI?
Regards
Attachments:
Please Log in or Create an account to join the conversation.
- andypugh
-
- Offline
- Moderator
-
Less
More
- Posts: 19680
- Thank you received: 4560
16 Oct 2025 12:31 #336543
by andypugh
Replied by andypugh on topic increment 4 MPG jog wheels with Basic Probe
This has been asked before on here (but don't bother looking, there was no helpful answer).
If you load the system then open a terminal and type "halcmd show pin" you will get a list of all the HAL pins. You would then need to search that list to see if any pins are of the OUTPUT type and look to be increment-related.
From a brief scan of the source code,I don't see anything, but I am not clear how QtPyVCP creates HAL pins (if it does)
If you load the system then open a terminal and type "halcmd show pin" you will get a list of all the HAL pins. You would then need to search that list to see if any pins are of the OUTPUT type and look to be increment-related.
From a brief scan of the source code,I don't see anything, but I am not clear how QtPyVCP creates HAL pins (if it does)
Please Log in or Create an account to join the conversation.
- laurentl38
- Offline
- Junior Member
-
Less
More
- Posts: 34
- Thank you received: 1
16 Oct 2025 13:19 #336546
by laurentl38
Replied by laurentl38 on topic increment 4 MPG jog wheels with Basic Probe
I've already looked through the list, but I didn't find anything conclusive.
It was just in case there was something I'd missed or done wrong.
So your comment supports my analysis, but not really the right one for me. I'll have to find another solution...
It was just in case there was something I'd missed or done wrong.
So your comment supports my analysis, but not really the right one for me. I'll have to find another solution...
Please Log in or Create an account to join the conversation.
- andypugh
-
- Offline
- Moderator
-
Less
More
- Posts: 19680
- Thank you received: 4560
16 Oct 2025 13:27 #336549
by andypugh
Replied by andypugh on topic increment 4 MPG jog wheels with Basic Probe
Probe Basic is written in Python, you could modify it.
Please Log in or Create an account to join the conversation.
- laurentl38
- Offline
- Junior Member
-
Less
More
- Posts: 34
- Thank you received: 1
16 Oct 2025 13:51 #336550
by laurentl38
Replied by laurentl38 on topic increment 4 MPG jog wheels with Basic Probe
Yes, that's a solution. I'll think about it, if I start modifying the code (I'm not very good at programming) or if I find a solution to add additional control switches (from my window, this solution seems the easiest to me)
Please Log in or Create an account to join the conversation.
- Lcvette
-
- Offline
- Moderator
-
Less
More
- Posts: 1495
- Thank you received: 712
17 Oct 2025 14:12 #336596
by Lcvette
Replied by Lcvette on topic increment 4 MPG jog wheels with Basic Probe
the stock increment selector is a qtpyvcp linuxcnc widget. for what you are doing you might could use the user sidebar tab and make an exclusive button group using hal buttons tied to increment settings. just setup the pinBaseName for your hal pins in designer. that would allow for updating with out overwriting your changes with the stock widget.
The main issue with the on screen increment widget is how to keep it and a physical rotary switch synchronized, you could have the rotary knob sync the buttons but not the other way. you would use momentary push buttons, that would work bidirectionally as there would not be a static set switch. you could also have outputs to illuminate the momentary buttons for which increment was selected if you have enough IO. but there were so many scenarios to contend with that we ultimately decide to just leave the increment settings connected solely to the on screen jog buttons.
The main issue with the on screen increment widget is how to keep it and a physical rotary switch synchronized, you could have the rotary knob sync the buttons but not the other way. you would use momentary push buttons, that would work bidirectionally as there would not be a static set switch. you could also have outputs to illuminate the momentary buttons for which increment was selected if you have enough IO. but there were so many scenarios to contend with that we ultimately decide to just leave the increment settings connected solely to the on screen jog buttons.
Please Log in or Create an account to join the conversation.
- laurentl38
- Offline
- Junior Member
-
Less
More
- Posts: 34
- Thank you received: 1
17 Oct 2025 14:42 #336599
by laurentl38
Replied by laurentl38 on topic increment 4 MPG jog wheels with Basic Probe
Ok, I understand, thanks for the information.
For now, I've decided to add physical switches to select the wheel increments. The wheels will be decoupled from the soft increments.
This is the simplest solution for me. I already have something that works; I need to refine it.
For now, I've decided to add physical switches to select the wheel increments. The wheels will be decoupled from the soft increments.
This is the simplest solution for me. I already have something that works; I need to refine it.
Please Log in or Create an account to join the conversation.
- Lcvette
-
- Offline
- Moderator
-
Less
More
- Posts: 1495
- Thank you received: 712
19 Oct 2025 23:03 #336729
by Lcvette
Replied by Lcvette on topic increment 4 MPG jog wheels with Basic Probe
That's a much easier method! Glad you got it sorted out!
Please Log in or Create an account to join the conversation.
- andypugh
-
- Offline
- Moderator
-
Less
More
- Posts: 19680
- Thank you received: 4560
20 Oct 2025 21:28 #336782
by andypugh
Replied by andypugh on topic increment 4 MPG jog wheels with Basic Probe
I have something a bit similar on my lathe running Touchy. The jog increment is from a small encoder on the apron. It's a bit annoying that the on-screen soft-buttons don't even work as indicators, but I have never bothered to try to fix it.
Please Log in or Create an account to join the conversation.
Moderators: KCJ, Lcvette
Time to create page: 0.100 seconds