Gmoccapy - A new screen for linuxcnc
10 Apr 2015 22:13 #57666
by newbynobi
Replied by newbynobi on topic Gmoccapy - A new screen for linuxcnc
@Garry,
Remap is a linuxcnc isue and will not affect the gui. It will work.
Hal pins for jogging no problem, just see the WIKI or the included documentation for the pin offered.
If you need other button, you can add a custom panel with the buttons you need.
Norbert
Remap is a linuxcnc isue and will not affect the gui. It will work.
Hal pins for jogging no problem, just see the WIKI or the included documentation for the pin offered.
If you need other button, you can add a custom panel with the buttons you need.
Norbert
Please Log in or Create an account to join the conversation.
12 Apr 2015 00:15 #57686
by jbunch
Replied by jbunch on topic Gmoccapy - A new screen for linuxcnc
Norbert,
I am feeling dumb today. How do I update to the latest 1.5.3.x of GMOCCAPY using GIT on version 2.6.7.
Does it need to be compiled compiled into 2.6.7 or can I just move the files over from Linuxcnc-dev.
If they can be moved what files and to where.
Thank you Norbert
Jim
I am feeling dumb today. How do I update to the latest 1.5.3.x of GMOCCAPY using GIT on version 2.6.7.
Does it need to be compiled compiled into 2.6.7 or can I just move the files over from Linuxcnc-dev.
If they can be moved what files and to where.
Thank you Norbert
Jim
Please Log in or Create an account to join the conversation.
12 Apr 2015 01:12 #57691
by dracozny
Replied by dracozny on topic Gmoccapy - A new screen for linuxcnc
MDI issues. I use the MDI allot, at least atm, I also use a physical keyboard for this purpose and one frustration I have is when I am reusing a command from the history my enter key will not execute the command. So instead I have to press the very small return button on the screen which is so small I worry about pressing something else.
Thanks all.
Thanks all.
Please Log in or Create an account to join the conversation.
12 Apr 2015 04:37 #57696
by LAIR82
Replied by LAIR82 on topic Gmoccapy - A new screen for linuxcnc
Gary, take a look at my last post on my "Tool Offset Patch" thread mentioned above.
It should clear, things up,
Also let's move the conversation over to that thread any way, so we don't get this thread off topic.
Thanks
Rick
It should clear, things up,
Also let's move the conversation over to that thread any way, so we don't get this thread off topic.
Thanks
Rick
Please Log in or Create an account to join the conversation.
18 Apr 2015 01:17 #57870
by jbunch
Replied by jbunch on topic Gmoccapy - A new screen for linuxcnc
Norbert,
I am having a problem with the spindle override using an outboard encoder.
In MDI if I set speed the encoder will move the speed up and down.
In auto mode it will move it up but not down below the base line. Also if it calls for 12000 RPM the base line is
now 235% not 100% and the speed will not go below that point. The min spindle speed is set to 8000 RPM.
I have another encoder on the Feed and that works correctly.
Jim
I am having a problem with the spindle override using an outboard encoder.
In MDI if I set speed the encoder will move the speed up and down.
In auto mode it will move it up but not down below the base line. Also if it calls for 12000 RPM the base line is
now 235% not 100% and the speed will not go below that point. The min spindle speed is set to 8000 RPM.
I have another encoder on the Feed and that works correctly.
Jim
Please Log in or Create an account to join the conversation.
18 Apr 2015 21:52 #57880
by nooob
Replied by nooob on topic Gmoccapy - A new screen for linuxcnc
Hi,
is it possible to add an Programm run timer that shows the time the machine has needed to do an job?
is it possible to add an Programm run timer that shows the time the machine has needed to do an job?
Please Log in or Create an account to join the conversation.
20 Apr 2015 01:49 #57903
by newbynobi
Replied by newbynobi on topic Gmoccapy - A new screen for linuxcnc
@Jim
to manually update, take from git:
Linuxcnc-dev/src/emc/usr_intf/gmoccapy/gmoccapy.py
copy that one to /usr/bin/ and replace gmoccapy
Please note, the file is loosing its extention .py and you need to make it exucatable!
take linuxcnc-dev/src/emc/usr_intf/gmoccapy/gmoccapy.glade
and copy that one to /usr/share/gmoccapy/
All change can be found in Linuxcnc-dev/src/emc/usr_intf/gmoccapy/release_notes.txt
Norbert
to manually update, take from git:
Linuxcnc-dev/src/emc/usr_intf/gmoccapy/gmoccapy.py
copy that one to /usr/bin/ and replace gmoccapy
Please note, the file is loosing its extention .py and you need to make it exucatable!
take linuxcnc-dev/src/emc/usr_intf/gmoccapy/gmoccapy.glade
and copy that one to /usr/share/gmoccapy/
All change can be found in Linuxcnc-dev/src/emc/usr_intf/gmoccapy/release_notes.txt
Norbert
Please Log in or Create an account to join the conversation.
20 Apr 2015 01:51 #57904
by newbynobi
Replied by newbynobi on topic Gmoccapy - A new screen for linuxcnc
@dracozny,
I am working on the MDI isue, unfortunately it is not so easy, as gmoccapy is collecting all focus and I need to check all side affects. But I feel the same as you, as I do use also a lot of MDI stuff.
Norbert
I am working on the MDI isue, unfortunately it is not so easy, as gmoccapy is collecting all focus and I need to check all side affects. But I feel the same as you, as I do use also a lot of MDI stuff.
Norbert
Please Log in or Create an account to join the conversation.
20 Apr 2015 01:53 #57905
by newbynobi
Replied by newbynobi on topic Gmoccapy - A new screen for linuxcnc
@Jim,
I am not able to reproce that. Here spindle override is working fine using an external encoder.
Could you please send me your config folder?
Does that happen on every program, or also if you just are in Auto Mode??
Norbert
I am not able to reproce that. Here spindle override is working fine using an external encoder.
Could you please send me your config folder?
Does that happen on every program, or also if you just are in Auto Mode??
Norbert
Please Log in or Create an account to join the conversation.
20 Apr 2015 01:55 #57906
by newbynobi
Replied by newbynobi on topic Gmoccapy - A new screen for linuxcnc
@nooob,
yes it is, but at the moment I am not planing to introduce such a program, as you can do that quiet easy using a custom panel and hal connections.
Norbert
yes it is, but at the moment I am not planing to introduce such a program, as you can do that quiet easy using a custom panel and hal connections.
Norbert
Please Log in or Create an account to join the conversation.
Time to create page: 0.160 seconds