Gmoccapy - A new screen for linuxcnc
Did you do a "make clean" before building again after the pull?
And then do
./autogen
./configure
from the /src directory
Regards
Marius
www.bluearccnc.com
Please Log in or Create an account to join the conversation.
I make clean but still have problems
thanks
Please Log in or Create an account to join the conversation.
I dont understand much of what I see in the file due to language barrier but I did see this line
Machine configuration directory is '/home/cnc/linuxcnc/configs/sim.gmoccapy'
there is a dot after the sim in the directory line "sim.gmoccapy" I dont know if that has anything to do with the problems but I suggest that you have a look at that.
How do you start the system?
Regards
Marius
www.bluearccnc.com
Please Log in or Create an account to join the conversation.
favor de hacer lo siguiente:
maneja a /linuxcnc-dev/src
make clean
./autogen.sh
./configure
make
sudo make setuid
cd ..
. ./scripts/rip-environment
linuxcnc
Saludos de Norbert
Please Log in or Create an account to join the conversation.
all the errors in you last attachment are normal, they are more likely informations from gmoccapy, I can not see, why linuxcnc closes at this time.
Have you tried any other GUI?
Norbert
Please Log in or Create an account to join the conversation.
I have a request please. Is it possible to have a indicator to show if we are in Radius or Diameter mode. Especially in the touch off screen. Sometimes some gcode program can pit the machine into another mode than what you usually operate in and then when you touch off you enter the wrong offset.
This is already included.
Please watch the DRO.
If you are in G8 the D-DRO should be with gray background, in G7 the R-DRO is grayed out.
Just look there and you know the black one is the active one.
Norbert
Please Log in or Create an account to join the conversation.
I tested in sim and it seems to be as you say (not that it would be else wise ). I did not notice that on my lathe though. The motor is burned out now so I cannot run it to test.
The scenario happens when I run some of the pyngngui stuff. Sometimes the program is in Radius mode and sometimes not ( i have added some programs already). I will have to test to see how it happens. I am hoping to have a new motor and VFD soon.
Regards
Marius
www.bluearccnc.com
Please Log in or Create an account to join the conversation.
@verser,
I just pushed 1.1.5.6 to master and 2.6, including new hal pin:
gmoccapy.program.length = S32, OUT (total number of program lines)
gmoccapy.program.current-line =S32, OUT (current executed line)
gmoccapy.program.progress = FLOAT, OUT (progress in %)
Now you are able to make your custom panel just with one hal progress bar and connect the gmoccapy hal pin to the progress bar.
...
Norbert
Thanks!
Please Log in or Create an account to join the conversation.
- Zahnrad Kopf
- Offline
- Elite Member
- Posts: 218
- Thank you received: 3
I tried reading through the whole thread, but might have missed my answer.
Is there a screen in Gmoccapy that resembles this one yet?
That one is actually really very close to what I am desiring. Is there some location with many different Turning Center screens available right now, in LCNC?
Thank you.
Please Log in or Create an account to join the conversation.
Try it.
If you want a screen just like that you will have to create it yourself .
Regards
Marius
www.bluearccnc.com
Please Log in or Create an account to join the conversation.