possible bug in gmoccapy or maybe just wrong setup
- Becksvill
- Offline
- Elite Member
Less
More
- Posts: 186
- Thank you received: 86
24 May 2021 22:02 #210114
by Becksvill
possible bug in gmoccapy or maybe just wrong setup was created by Becksvill
hey guys
I have a problem in gmoccapy where the the current feedrate value is incorrect. when typing F500 and then F100 in the MDI the feedrate changes accordingly but when putting the same sort of thing in a simple program the feedrate on gui just shows last feedrate value in g code program. it skips the rest. the same file on axis runs fine and displays correctly
edit(actually axis only has a current velocity value not programed feedrate value also
so the actual current velocity is correct. just the displayed value is wrong.
does anyone know what is happening or if I have found a bug?
regards
Andrew
I have a problem in gmoccapy where the the current feedrate value is incorrect. when typing F500 and then F100 in the MDI the feedrate changes accordingly but when putting the same sort of thing in a simple program the feedrate on gui just shows last feedrate value in g code program. it skips the rest. the same file on axis runs fine and displays correctly
edit(actually axis only has a current velocity value not programed feedrate value also
so the actual current velocity is correct. just the displayed value is wrong.
does anyone know what is happening or if I have found a bug?
regards
Andrew
Please Log in or Create an account to join the conversation.
- andypugh
- Offline
- Moderator
Less
More
- Posts: 23563
- Thank you received: 4859
24 May 2021 23:25 #210139
by andypugh
Replied by andypugh on topic possible bug in gmoccapy or maybe just wrong setup
This can be due to the fact that the "interpreter state" runs ahead of the machine.
In most cases the G-code is interpreted and queued into the real-time motion controller before the tool even touches the work. The "Axis" GUI certainly has this "feature" but I thought that Gmoccapy had taken steps to actually show current feedrate.
Which LiinuxCNC version and Gmoccapy version are you running?
In most cases the G-code is interpreted and queued into the real-time motion controller before the tool even touches the work. The "Axis" GUI certainly has this "feature" but I thought that Gmoccapy had taken steps to actually show current feedrate.
Which LiinuxCNC version and Gmoccapy version are you running?
Please Log in or Create an account to join the conversation.
- Becksvill
- Offline
- Elite Member
Less
More
- Posts: 186
- Thank you received: 86
24 May 2021 23:31 #210140
by Becksvill
Replied by Becksvill on topic possible bug in gmoccapy or maybe just wrong setup
thanks for the reply andy
you have been replying to my questions all over the show today:) its much appreciated
I have linuxcnc 2.8 and I think the latest gmoccapy.
It was a new install like 6 months ago. just before the official iso came out
one of the linux mint prepackaged isos that got made. I grabbed a iso before they got taken down. beaglebones made them.
I much prefer using mint to debian
regards
Andrew
you have been replying to my questions all over the show today:) its much appreciated
I have linuxcnc 2.8 and I think the latest gmoccapy.
It was a new install like 6 months ago. just before the official iso came out
one of the linux mint prepackaged isos that got made. I grabbed a iso before they got taken down. beaglebones made them.
I much prefer using mint to debian
regards
Andrew
Please Log in or Create an account to join the conversation.
- tommylight
- Offline
- Moderator
Less
More
- Posts: 19412
- Thank you received: 6508
24 May 2021 23:36 #210143
by tommylight
Replied by tommylight on topic possible bug in gmoccapy or maybe just wrong setup
Just in case you missed it, it takes about 15 to 25 minutes to install Linux Mint with LinuxCNC from scratch, be it 19.3 or 20 (steer clear of 20 for now), not including the ISO download and depending on internet speed.
On my new PC i think it took about 4 or 5 minutes total.
The howtos are in the "installing LinuxCNC" section of the forum.
On my new PC i think it took about 4 or 5 minutes total.
The howtos are in the "installing LinuxCNC" section of the forum.
Please Log in or Create an account to join the conversation.
- newbynobi
- Offline
- Moderator
Less
More
- Posts: 2075
- Thank you received: 406
25 May 2021 04:31 #210182
by newbynobi
Replied by newbynobi on topic possible bug in gmoccapy or maybe just wrong setup
I am pretty sure, that this behavior is related to the read ahead of the interpreter.
IMHO the state tags branch has not been merged into 2.8 and I am not sure if it has been in master.
This unfortunately can not be influenced by gmoccapy, as the GUI does only react to LinuxCNC status changes.
But as we are working on the py3 / gtk3 port, we may take care of that one too.
Norbert
IMHO the state tags branch has not been merged into 2.8 and I am not sure if it has been in master.
This unfortunately can not be influenced by gmoccapy, as the GUI does only react to LinuxCNC status changes.
But as we are working on the py3 / gtk3 port, we may take care of that one too.
Norbert
Please Log in or Create an account to join the conversation.
Moderators: newbynobi, HansU
Time to create page: 0.097 seconds