Programmed Feed Rate
08 May 2018 04:14 #110366
by 64dodge
Programmed Feed Rate was created by 64dodge
I have been using a pyvcp side panel that shows the hy spindle speed
with rs485 that I had found while searching through post here on LinuxCNC.
Found a few posts on here about cycle timers that I am going to
try to get working in it.
But would really like to get the programmed feed rate to show in there also.
Or some where in Axis.
with rs485 that I had found while searching through post here on LinuxCNC.
Found a few posts on here about cycle timers that I am going to
try to get working in it.
But would really like to get the programmed feed rate to show in there also.
Or some where in Axis.
Please Log in or Create an account to join the conversation.
09 May 2018 22:01 #110464
by andypugh
Replied by andypugh on topic Programmed Feed Rate
Axis has a "show velocity" option in the View menu. Or is this not what you want?
Please Log in or Create an account to join the conversation.
10 May 2018 04:19 #110487
by 64dodge
Replied by 64dodge on topic Programmed Feed Rate
I haven't seen that. I will take a look.
Please Log in or Create an account to join the conversation.
- Todd Zuercher
- Offline
- Platinum Member
Less
More
- Posts: 5007
- Thank you received: 1441
10 May 2018 12:46 #110506
by Todd Zuercher
Replied by Todd Zuercher on topic Programmed Feed Rate
However it is not shown if the show offsets option is chosen
Please Log in or Create an account to join the conversation.
11 May 2018 02:20 #110558
by 64dodge
Replied by 64dodge on topic Programmed Feed Rate
Yes I messed with it this evening after work and thats what I found out.
But what I originally wanted to know is if pyvcp could pickup the F? feedrate
from the program and display it in the side panel.
I know this is past my abilities to do now but was just curious.
But what I originally wanted to know is if pyvcp could pickup the F? feedrate
from the program and display it in the side panel.
I know this is past my abilities to do now but was just curious.
Please Log in or Create an account to join the conversation.
11 May 2018 04:16 #110568
by cmorley
Replied by cmorley on topic Programmed Feed Rate
To have pyvcp display feed rate would require you to make a user program that put the current feed rate on a HAL pin and then connect that to a pyvcp HAL pin.
linuxcnc.org/docs/2.7/html/config/python-interface.html
Chris M
linuxcnc.org/docs/2.7/html/config/python-interface.html
Chris M
Please Log in or Create an account to join the conversation.
11 May 2018 12:45 #110576
by andypugh
Replied by andypugh on topic Programmed Feed Rate
I don't know if the linuxcnc.stat() structure has the feedrate in, I think that might just contain the feed override value and the current velocity.
The F-value _is_ available as a G-code parameter: #<_feed>
But it isn't trivial to get a parameter into a GUI display.
The F-value _is_ available as a G-code parameter: #<_feed>
But it isn't trivial to get a parameter into a GUI display.
Please Log in or Create an account to join the conversation.
- Todd Zuercher
- Offline
- Platinum Member
Less
More
- Posts: 5007
- Thank you received: 1441
11 May 2018 13:32 #110577
by Todd Zuercher
Replied by Todd Zuercher on topic Programmed Feed Rate
it is "supposed" to be available in linuxcnc.stat() under settings. But it doesn't work as advertised and hasn't since the new trajectory planer. The problem is it shows the feed setting at the end of the read ahead which most of time just reads zero for the end of the file. (This seems like a bug that ought to be fixed.)
Please Log in or Create an account to join the conversation.
- Mike_Eitel
- Offline
- Platinum Member
Less
More
- Posts: 1150
- Thank you received: 184
11 May 2018 14:53 #110581
by Mike_Eitel
Replied by Mike_Eitel on topic Programmed Feed Rate
Yes, Todd that is true. It's a known bug.
Norbert gave me same replay. Post #107802
forum.linuxcnc.org/gmoccapy/34065-gmocca...?limitstart=0#107802
Mike
Norbert gave me same replay. Post #107802
forum.linuxcnc.org/gmoccapy/34065-gmocca...?limitstart=0#107802
Mike
Please Log in or Create an account to join the conversation.
Time to create page: 0.080 seconds