feed override sliders problem
- Clive S
- Offline
- Platinum Member
Less
More
- Posts: 2244
- Thank you received: 478
09 Sep 2018 13:53 - 09 Sep 2018 16:59 #117231
by Clive S
feed override sliders problem was created by Clive S
I have the following code working for the feed override control.
### Alps encoder for slider ####
net feedrate-fa encoder.3.phase-A hm2_7i92.0.gpio.021.in
net feedrate-fb encoder.3.phase-B hm2_7i92.0.gpio.023.in
net feed-rate halui.feed-override.counts
setp halui.feed-override.count-enable true
net feed-rate encoder.3.counts
setp halui.feed-override.scale 0.02
This works fine but is it possible to also to adjust the slide bar at the same time. This is being used on PathPilot 2.04
Edit: I have now tested it with Axis gui and the slider works fine with the rotation of the encoder. So this is probably a PP issue.
### Alps encoder for slider ####
net feedrate-fa encoder.3.phase-A hm2_7i92.0.gpio.021.in
net feedrate-fb encoder.3.phase-B hm2_7i92.0.gpio.023.in
net feed-rate halui.feed-override.counts
setp halui.feed-override.count-enable true
net feed-rate encoder.3.counts
setp halui.feed-override.scale 0.02
This works fine but is it possible to also to adjust the slide bar at the same time. This is being used on PathPilot 2.04
Edit: I have now tested it with Axis gui and the slider works fine with the rotation of the encoder. So this is probably a PP issue.
Last edit: 09 Sep 2018 16:59 by Clive S.
Please Log in or Create an account to join the conversation.
- cmorley
- Offline
- Moderator
Less
More
- Posts: 7780
- Thank you received: 2075
10 Sep 2018 04:33 #117275
by cmorley
Replied by cmorley on topic feed override sliders problem
It depends on how PP coded their slide bar.
Since they were not expecting to support more then one GUI, they surely went the easy and quick path to not monitor linuxcnc's NML commands - they just push out commands to linuxcnc.
Chris M
Since they were not expecting to support more then one GUI, they surely went the easy and quick path to not monitor linuxcnc's NML commands - they just push out commands to linuxcnc.
Chris M
The following user(s) said Thank You: Clive S
Please Log in or Create an account to join the conversation.
- Clive S
- Offline
- Platinum Member
Less
More
- Posts: 2244
- Thank you received: 478
10 Sep 2018 06:20 #117282
by Clive S
Replied by Clive S on topic feed override sliders problem
Thanks Chris
That makes sense to me.
I have seen it done where the sliders move but then they have done it using a pendant via usb. I will delve further.
That makes sense to me.
I have seen it done where the sliders move but then they have done it using a pendant via usb. I will delve further.
Please Log in or Create an account to join the conversation.
- andypugh
- Offline
- Moderator
Less
More
- Posts: 23178
- Thank you received: 4865
11 Sep 2018 14:37 #117336
by andypugh
If it _can_ work then poke around in HAL to see if there is a HAL pin exported by the PP GUI to pass back the over-ride.
Replied by andypugh on topic feed override sliders problem
Thanks Chris
That makes sense to me.
I have seen it done where the sliders move but then they have done it using a pendant via usb. I will delve further.
If it _can_ work then poke around in HAL to see if there is a HAL pin exported by the PP GUI to pass back the over-ride.
The following user(s) said Thank You: Clive S
Please Log in or Create an account to join the conversation.
Time to create page: 0.099 seconds