Gmoccapy - A new screen for linuxcnc
18 Sep 2013 16:39 #38979
by mariusl
Chris,
No, I am trying to stay with the standard Gmoccapy screen and just put all my custom stuff in a user TAB.
Regards
Marius
www.bluearccnc.com
Replied by mariusl on topic Gmoccapy - A new screen for linuxcnc
I assume you are using a customized version of Gmoccapy?
Chris,
No, I am trying to stay with the standard Gmoccapy screen and just put all my custom stuff in a user TAB.
Regards
Marius
www.bluearccnc.com
Please Log in or Create an account to join the conversation.
19 Sep 2013 00:31 #38994
by newbynobi
Replied by newbynobi on topic Gmoccapy - A new screen for linuxcnc
Halo Marius,
halo Chris,
I am not sure, but isn't it possible to open an own user tab, giving also a python file?
At least it is documentaded:
gladevcp -c gladevcp -u ../gladevcp/hitcounter.py -H ../gladevcp/manual-example.hal ../gladevcp/manual-example.ui
here you can find the doku:
gladevcp panels
If you just need an hal pin, that changes status when you close the GUI, that is easy to introduce, just tell me.
Norbert
halo Chris,
I am not sure, but isn't it possible to open an own user tab, giving also a python file?
At least it is documentaded:
gladevcp -c gladevcp -u ../gladevcp/hitcounter.py -H ../gladevcp/manual-example.hal ../gladevcp/manual-example.ui
here you can find the doku:
gladevcp panels
If you just need an hal pin, that changes status when you close the GUI, that is easy to introduce, just tell me.
Norbert
Please Log in or Create an account to join the conversation.
19 Sep 2013 00:42 #38996
by andypugh
It is. I have a tab (a tab of tabs, actually) embedded in Axis that saves its state.
It might be a good starting point, just edit the graphical content.
www.linuxcnc.org/index.php/english/forum...0-lathe-macros#34357
Replied by andypugh on topic Gmoccapy - A new screen for linuxcnc
I am not sure, but isn't it possible to open an own user tab, giving also a python file?
It is. I have a tab (a tab of tabs, actually) embedded in Axis that saves its state.
It might be a good starting point, just edit the graphical content.
www.linuxcnc.org/index.php/english/forum...0-lathe-macros#34357
Please Log in or Create an account to join the conversation.
19 Sep 2013 01:09 #38998
by mariusl
Regards
Marius
www.bluearccnc.com
Replied by mariusl on topic Gmoccapy - A new screen for linuxcnc
Damn Andy, that looks really neat man. I will have a look at what you did to see if I am clever enough to figure it out.
Regards
Marius
www.bluearccnc.com
Please Log in or Create an account to join the conversation.
21 Sep 2013 23:46 - 21 Sep 2013 23:47 #39079
by newbynobi
Replied by newbynobi on topic Gmoccapy - A new screen for linuxcnc
gmoccapy_0_9_7_3_1 - new button order and layout changes
ver 0.9.7.3.1
- removed some print/debug lines
- new order of the button in Auto Mode (requested from svenakela)
- corrected some translation errors
- changed the order of the jog button and the DRO, now when jogging on a touch screen, the
right hand will not cover the DRO. Better handling?!
- deleted the button reload from auto to get space for full-size_preview, so the user can switch to
full-size preview, while the program runs.
- erased the close button in bottom button list edit, because the back button does the same
- corrected the hardware button behavior, was needed because of the new order and
the reason that not "clicked" is emitted, but "pressed"
- button edit offsets now shows automatically the offset page
- the buttons for full-size preview and edit offsets getting yellow when active
- pressing the button new in edit mode will make a new file in /tmp with the content from
[RS274NGC] "RS274NGC_STARTUP_CODE" followed by 3 linefeed and an M2
What more to do?
Working on an error handling similar to axis, at the moment.
Norbert
ver 0.9.7.3.1
- removed some print/debug lines
- new order of the button in Auto Mode (requested from svenakela)
- corrected some translation errors
- changed the order of the jog button and the DRO, now when jogging on a touch screen, the
right hand will not cover the DRO. Better handling?!
- deleted the button reload from auto to get space for full-size_preview, so the user can switch to
full-size preview, while the program runs.
- erased the close button in bottom button list edit, because the back button does the same
- corrected the hardware button behavior, was needed because of the new order and
the reason that not "clicked" is emitted, but "pressed"
- button edit offsets now shows automatically the offset page
- the buttons for full-size preview and edit offsets getting yellow when active
- pressing the button new in edit mode will make a new file in /tmp with the content from
[RS274NGC] "RS274NGC_STARTUP_CODE" followed by 3 linefeed and an M2
What more to do?
Working on an error handling similar to axis, at the moment.
Norbert
Last edit: 21 Sep 2013 23:47 by newbynobi. Reason: layout
Please Log in or Create an account to join the conversation.
25 Sep 2013 01:19 #39162
by probamo
Replied by probamo on topic Gmoccapy - A new screen for linuxcnc
I did installation of linuxcnc-dev according to the instruction, first run gmocapy everything was fine. I was amazed.
Even I did translation into Serbian. I do not have any shortcut at the Desktop, but all the time I am in Terminal running linuxcnc and open 2.6.0-pre edition. Now I wanted to open the program again to check the translation and somewhere during the opening a whole comp is blocked!!!
I did restart and try again and again and all the time is blocked somewhere in Terminal showing gmoccapy preference ( I cannot make screen shot since the keyboard and whole comp is blocked).
Even, when I wanted to run 2.5.3 edition to run my machine, this application blocking the comp as well.
Please let me know what to do in order to run official and dev apps.
Thank you.
Regards,
Even I did translation into Serbian. I do not have any shortcut at the Desktop, but all the time I am in Terminal running linuxcnc and open 2.6.0-pre edition. Now I wanted to open the program again to check the translation and somewhere during the opening a whole comp is blocked!!!
I did restart and try again and again and all the time is blocked somewhere in Terminal showing gmoccapy preference ( I cannot make screen shot since the keyboard and whole comp is blocked).
Even, when I wanted to run 2.5.3 edition to run my machine, this application blocking the comp as well.
Please let me know what to do in order to run official and dev apps.
Thank you.
Regards,
Please Log in or Create an account to join the conversation.
25 Sep 2013 01:55 #39164
by mariusl
Regards
Marius
www.bluearccnc.com
Replied by mariusl on topic Gmoccapy - A new screen for linuxcnc
Did you install dev from a buildbot or did you make a separate repository?
Give a bit more information on what you did when you installed so we can see what went wrong if anything.
Give a bit more information on what you did when you installed so we can see what went wrong if anything.
Regards
Marius
www.bluearccnc.com
Please Log in or Create an account to join the conversation.
25 Sep 2013 02:29 #39165
by probamo
Replied by probamo on topic Gmoccapy - A new screen for linuxcnc
I used the instruction under point 2 at:
wiki.linuxcnc.org/cgi-bin/wiki.pl?Gmoccapy
When I did:
cd src
./autogen.sh
./configure
I got a message everything went well hence I can run make and so on, so I continue with instructions and ran linuxcnc.
Now I am off
wiki.linuxcnc.org/cgi-bin/wiki.pl?Gmoccapy
When I did:
cd src
./autogen.sh
./configure
I got a message everything went well hence I can run make and so on, so I continue with instructions and ran linuxcnc.
Now I am off
Please Log in or Create an account to join the conversation.
25 Sep 2013 02:45 #39166
by probamo
Replied by probamo on topic Gmoccapy - A new screen for linuxcnc
Hereafter attached is screenshot of my screen before selecting gmoccapy and press OK.
Please Log in or Create an account to join the conversation.
25 Sep 2013 04:03 #39167
by newbynobi
Replied by newbynobi on topic Gmoccapy - A new screen for linuxcnc
Halo probano,
As you told after the first Installation gmoccapy was working well, I do not think that the problems are caused by gmoccapy or gscreen.
What if you try running axis?
Or try just to delete the linuxcnc-devel directory and install the whole stuff again?
Please send me your translation files so I can check this side.
Norbert
As you told after the first Installation gmoccapy was working well, I do not think that the problems are caused by gmoccapy or gscreen.
What if you try running axis?
Or try just to delete the linuxcnc-devel directory and install the whole stuff again?
Please send me your translation files so I can check this side.
Norbert
Please Log in or Create an account to join the conversation.
Time to create page: 0.159 seconds