Feed override net to rapid override
- JB-Motoring
- Offline
- Senior Member
Less
More
- Posts: 40
- Thank you received: 0
27 Jul 2019 14:22 #140749
by JB-Motoring
Feed override net to rapid override was created by JB-Motoring
Hey guys,
I am looking for a nice solution of connecting the feed override with the rapid.
I would like to control both Actions with one rotary switch.
Feed override is now working with a rotary, so i only need to link the commands in hal, but HOW?
Thanks in advance,
Joel
I am looking for a nice solution of connecting the feed override with the rapid.
I would like to control both Actions with one rotary switch.
Feed override is now working with a rotary, so i only need to link the commands in hal, but HOW?
Thanks in advance,
Joel
Please Log in or Create an account to join the conversation.
27 Jul 2019 17:22 #140755
by pl7i92
Replied by pl7i92 on topic Feed override net to rapid override
feed override
halui.feed−override.count−enable bit in (default: TRUE)
When TRUE, modify feed override when counts changes.
halui.feed−override.counts s32 in
counts X scale = feed override percentage
halui.feed−override.decrease bit in
pin for decreasing the FO (−=scale)
halui.feed−override.direct−value bit in
pin to enable direct value feed override input
halui.feed−override.increase bit in
pin for increasing the FO (+=scale)
halui.feed−override.scale float in
pin for setting the scale on changing the FO
halui.feed−override.value float out
current Feed Override value
rapid override
halui.rapid−override.count−enable bit in (default: TRUE)
When TRUE, modify Rapid Override when counts changes.
halui.rapid−override.counts s32 in
counts X scale = Rapid Override percentage
halui.rapid−override.decrease bit in
pin for decreasing the Rapid Override (−=scale)
halui.rapid−override.direct−value bit in
pin to enable direct value Rapid Override input
halui.rapid−override.increase bit in
pin for increasing the Rapid Override (+=scale)
halui.rapid−override.scale float in
pin for setting the scale on changing the Rapid Override
halui.rapid−override.value float out
current Rapid Override value
halui.feed−override.count−enable bit in (default: TRUE)
When TRUE, modify feed override when counts changes.
halui.feed−override.counts s32 in
counts X scale = feed override percentage
halui.feed−override.decrease bit in
pin for decreasing the FO (−=scale)
halui.feed−override.direct−value bit in
pin to enable direct value feed override input
halui.feed−override.increase bit in
pin for increasing the FO (+=scale)
halui.feed−override.scale float in
pin for setting the scale on changing the FO
halui.feed−override.value float out
current Feed Override value
rapid override
halui.rapid−override.count−enable bit in (default: TRUE)
When TRUE, modify Rapid Override when counts changes.
halui.rapid−override.counts s32 in
counts X scale = Rapid Override percentage
halui.rapid−override.decrease bit in
pin for decreasing the Rapid Override (−=scale)
halui.rapid−override.direct−value bit in
pin to enable direct value Rapid Override input
halui.rapid−override.increase bit in
pin for increasing the Rapid Override (+=scale)
halui.rapid−override.scale float in
pin for setting the scale on changing the Rapid Override
halui.rapid−override.value float out
current Rapid Override value
Please Log in or Create an account to join the conversation.
28 Jul 2019 21:42 #140846
by andypugh
For every line in the HAL that says something like
net signal-name halui.feed-overide,xxxx
Edit to say
net signal-name halui.feed-overide,xxxx halui.rapid-override.xxxxx
Replied by andypugh on topic Feed override net to rapid override
Feed override is now working with a rotary, so i only need to link the commands in hal, but HOW?
For every line in the HAL that says something like
net signal-name halui.feed-overide,xxxx
Edit to say
net signal-name halui.feed-overide,xxxx halui.rapid-override.xxxxx
The following user(s) said Thank You: Todd Zuercher, JB-Motoring
Please Log in or Create an account to join the conversation.
- JB-Motoring
- Offline
- Senior Member
Less
More
- Posts: 40
- Thank you received: 0
29 Jul 2019 16:32 #140893
by JB-Motoring
Replied by JB-Motoring on topic Feed override net to rapid override
I can't find any net'd feed-overrides in my hal.
The only feed-override commands are setp for the rotary switches inputs.
Thank you
The only feed-override commands are setp for the rotary switches inputs.
Thank you
Please Log in or Create an account to join the conversation.
29 Jul 2019 18:36 #140909
by andypugh
Replied by andypugh on topic Feed override net to rapid override
If feed override is working then it must be netted. Maybe you are looking in the wrong HAL file?
Please Log in or Create an account to join the conversation.
- JB-Motoring
- Offline
- Senior Member
Less
More
- Posts: 40
- Thank you received: 0
29 Jul 2019 22:02 #140925
by JB-Motoring
Replied by JB-Motoring on topic Feed override net to rapid override
Hey Andy,
I finally got it working, i didnt See the last part to be netted.
Thank you very much for all the help )
Is there also a possibility to adjust the delay of the rapid override?
It seems, that the feed override reacts a bit faster.
I couldn't find a setp Name for that.
Thank you guys!
I finally got it working, i didnt See the last part to be netted.
Thank you very much for all the help )
Is there also a possibility to adjust the delay of the rapid override?
It seems, that the feed override reacts a bit faster.
I couldn't find a setp Name for that.
Thank you guys!
Please Log in or Create an account to join the conversation.
31 Jul 2019 18:03 #141021
by andypugh
Replied by andypugh on topic Feed override net to rapid override
I am not sure what you mean by "delay". There shouldn't really be any delay.
Please Log in or Create an account to join the conversation.
- JB-Motoring
- Offline
- Senior Member
Less
More
- Posts: 40
- Thank you received: 0
31 Jul 2019 20:17 #141035
by JB-Motoring
Replied by JB-Motoring on topic Feed override net to rapid override
Hey Andy,
It seems, that the feed override is a maybe a few ms quicker than the rapid.
But I think that this shouldn't be a Problem at all. Maybe the sliders Update a bit different.
Thank you
It seems, that the feed override is a maybe a few ms quicker than the rapid.
But I think that this shouldn't be a Problem at all. Maybe the sliders Update a bit different.
Thank you
Please Log in or Create an account to join the conversation.
31 Jul 2019 22:13 #141056
by andypugh
Replied by andypugh on topic Feed override net to rapid override
I suspect that the actual override happens before the GUI updates.
Please Log in or Create an account to join the conversation.
- JB-Motoring
- Offline
- Senior Member
Less
More
- Posts: 40
- Thank you received: 0
01 Aug 2019 20:30 #141143
by JB-Motoring
Replied by JB-Motoring on topic Feed override net to rapid override
That is my thought, too.
I will try it out in Action tomorrow
Thank you
I will try it out in Action tomorrow
Thank you
Please Log in or Create an account to join the conversation.
Time to create page: 0.075 seconds