Gmoccapy - A new screen for linuxcnc
Two more questions:-)
- as face.ngc contains an error, please test with a handwritten simple file like
S1000 M3
M1
S0
M1
S1000 M4
M1
M2
Enable optional stops and run the file.
- do you run the axis GUI config in master or 2.5.3?
And do you use the latest push? What version does gmoccapy show?
Norbert
Please Log in or Create an account to join the conversation.
Hi Norbert
I did a new config again. This time as you suggested.
I used stepconf of the master branch that I am using
I copied the config from /linuxcnc/configs/ to my config directory
I put the gmoccapy display section in
And I have the long number over the screen again. I looked at the [TRAJ] section and stepconf generates the [TRAJ]MAX_LINEAR_VELOCITY. You mentioned last time that this should not exist but it does and is created by stepconf. Is it a bug in stepconf?
Norbert did you see this previous post? Not a big issue for me but it could be a bug that needs reporting.
Regards
Marius
www.bluearccnc.com
Please Log in or Create an account to join the conversation.
I found a strange behaviour in Gmoccapy. If you go to the setup page before going to auto mode, you cannot go to auto mode again.
To explain:
Switch on machine
reset emergency
goto setup page
return from setup page by pushing the setup button again
Now no mode buttons are active.
Regards
Marius
www.bluearccnc.com
Please Log in or Create an account to join the conversation.
In lathe screen the following happens
I load the lathe_pawn.ngc example. After loading I press the run button and nothing happens. Now if press the pause button, the run button is disabled and the stop button is enabled. Then I press the Stop button and the run button is enabled again
If I push the run button now, the program starts.
If the program is complete it can be run again with the run button.
EDIT: I dont see a tool change dialog popup anywhere.
Regards
Marius
www.bluearccnc.com
Please Log in or Create an account to join the conversation.
Master
Jim
Please Log in or Create an account to join the conversation.
It looks like the problem is with G96 CSS. I I add a G97 after the G96 all is good but no CSS.
Jim
Please Log in or Create an account to join the conversation.
Norbert,
It looks like the problem is with G96 CSS. I I add a G97 after the G96 all is good but no CSS.
Jim
May be now you understand, why I did write several times to test with a simple hand written file!!!
Nevertheless, I will test that as soon as I did get hardware.
Norbert
Please Log in or Create an account to join the conversation.
Hi Norbert
I did a new config again. This time as you suggested.
I used stepconf of the master branch that I am using
I copied the config from /linuxcnc/configs/ to my config directory
I put the gmoccapy display section in
And I have the long number over the screen again. I looked at the [TRAJ] section and stepconf generates the [TRAJ]MAX_LINEAR_VELOCITY. You mentioned last time that this should not exist but it does and is created by stepconf. Is it a bug in stepconf?
Hallo Marius,
sorry for the delay, I was quiet busy with my family and garden the last days, so I only could take a quick look with my phone. As you can see here There shouid not be such an entry in the TRAY section. Do you use master stepconf, or 2.5.3 stepconf? If master, please post a bug report in the stepconf thread, I am sure Chris will fix that very fast. I do not even search for that value, so I do not know wy glade does react the described way.
Norbert
Please Log in or Create an account to join the conversation.
Hi Norbert
I found a strange behaviour in Gmoccapy. If you go to the setup page before going to auto mode, you cannot go to auto mode again.
To explain:
Switch on machine
reset emergency
goto setup page
return from setup page by pushing the setup button again
Now no mode buttons are active.
I just tested that, I am not able to find any error. If the machine is in emergency state, not mode button are selectable, after switching on the machine, manual get active, after homing the other modes.
If I enter the setup page (not homed, estop circuit is ok machine is on) and leave setup by pushing the setup button, I get manual mode active. So from my point of view, everything is OK. I only found a problem, if you are working with NO_FORCE_HOMING, I will correct that one soon.
Are you not using home switches? If so, shame on you!
Norbert
Please Log in or Create an account to join the conversation.
n lathe screen the following happens
I load the lathe_pawn.ngc example. After loading I press the run button and nothing happens. Now if press the pause button, the run button is disabled and the stop button is enabled. Then I press the Stop button and the run button is enabled again
If I push the run button now, the program starts.
If the program is complete it can be run again with the run button.
EDIT: I dont see a tool change dialog popup anywhere.
Does happen also only if NO_FORCE_HOMING; I will have to take a closer look on that one.
You do not see a tool change dialog, because lathe_pawn does not have any toolchange command
Norbert
Please Log in or Create an account to join the conversation.