Re: [Emc-users] Numeric entry with touchscreen and Glade

2014-10-28 Thread Gregg Eshelman
On 10/27/2014 2:07 PM, Chris Morley wrote: Sorry I don't have one with large spin buttons but maybe you could google that. Google ended up in a DenverCoder9 experience. [1] http://xkcd.com/979/ -- Oh well :) Worse than that is when the only other person you can find with the same

[Emc-users] Error on startup Lcnc

2014-10-28 Thread Tomaz T .
Anyone have ideas what could be wrong, and causing me this error on Lcnc startup: Debug file information: Can not find -sec APPLICATIONS -var DELAY -num 1 insmod: error inserting '/usr/realtime-2.6.32-122-rtai/modules/linuxcnc/hal_ppmc.ko': -1 Operation not permitted my5axis_load.hal:19: exit

Re: [Emc-users] Error on startup Lcnc

2014-10-28 Thread andy pugh
On 28 October 2014 08:43, Tomaz T. tomaz_...@hotmail.com wrote: See the output of 'dmesg' for more information. What does dmesg say? -- atp If you can't fix it, you don't own it. http://www.ifixit.com/Manifesto --

Re: [Emc-users] Numeric entry with touchscreen and Glade

2014-10-28 Thread andy pugh
On 28 October 2014 03:24, Chris Morley chrisinnana...@hotmail.com wrote: In general I create my signals and handlers programmically because of this. and this particular problem, updating a widget without endless loop seems common but I have not seen a well thought out (by GTK creators) way.

Re: [Emc-users] Numeric entry with touchscreen and Glade

2014-10-28 Thread John Thornton
If you use the activate signal that is only fired when you press enter. It does not fire when you use set_text() to change all the other entries. JT On 10/27/2014 9:25 PM, andy pugh wrote: On 28 October 2014 02:17, Kirk Wallace kwall...@wallacecompany.com wrote: In my UI the DP entry gets

[Emc-users] Question about Mesa THCAD-10

2014-10-28 Thread Viesturs Lācis
Hello! There is a plasma machine I built and I used THCAD-10 card for thc purposes, because the plasma source had such an output signal. Long story short - the machine has new owner and they want to use JasicCUT plasma source, which AFAIK does not have 0-10V signal output for thc, so I will have

Re: [Emc-users] Question about Mesa THCAD-10

2014-10-28 Thread Peter C. Wallace
On Tue, 28 Oct 2014, Viesturs L?cis wrote: Date: Tue, 28 Oct 2014 14:18:30 +0200 From: [UTF-8] Viesturs L?cis viesturs.la...@gmail.com Reply-To: Enhanced Machine Controller (EMC) emc-users@lists.sourceforge.net To: Enhanced Machine Controller (EMC) emc-users@lists.sourceforge.net

Re: [Emc-users] Question about Mesa THCAD-10

2014-10-28 Thread Viesturs Lācis
2014-10-28 14:25 GMT+02:00 Peter C. Wallace p...@mesanet.com: On Tue, 28 Oct 2014, Viesturs L?cis wrote: From the manual: EXTENDING INPUT RANGE RTFM... Thank you for the explanation! Viesturs --

Re: [Emc-users] Numeric entry with touchscreen and Glade

2014-10-28 Thread andy pugh
On 28 October 2014 12:08, John Thornton bjt...@gmail.com wrote: If you use the activate signal that is only fired when you press enter. It does not fire when you use set_text() to change all the other entries. Interesting. That isn't when i would have expected the activate event to fire. Is

Re: [Emc-users] Numeric entry with touchscreen and Glade

2014-10-28 Thread John Thornton
http://www.pygtk.org/pygtk2reference/class-gtkentry.html The activate gtk.Entry Signal def callback(entry, user_param1, ...) entry : the entry that received the signal user_param1 : the first user parameter (if any) specified with the connect() method ... : additional user

Re: [Emc-users] Numeric entry with touchscreen and Glade

2014-10-28 Thread andy pugh
On 28 October 2014 13:19, John Thornton bjt...@gmail.com wrote: The activate signal is emitted when the entry is activated either by user action (pressing the Enter key) or programmatically with the gtk.Widget.activate() method I had rather assumed that activate triggered when the widget

Re: [Emc-users] Error on startup Lcnc

2014-10-28 Thread Kirk Wallace
On 10/28/2014 01:43 AM, Tomaz T. wrote: Anyone have ideas what could be wrong, and causing me this error on Lcnc startup: Debug file information: Can not find -sec APPLICATIONS -var DELAY -num 1 insmod: error inserting '/usr/realtime-2.6.32-122-rtai/modules/linuxcnc/hal_ppmc.ko': -1

Re: [Emc-users] Error on startup Lcnc

2014-10-28 Thread Jon Elson
On 10/28/2014 03:43 AM, Tomaz T. wrote: Anyone have ideas what could be wrong, and causing me this error on Lcnc startup: Debug file information: Can not find -sec APPLICATIONS -var DELAY -num 1 insmod: error inserting '/usr/realtime-2.6.32-122-rtai/modules/linuxcnc/hal_ppmc.ko': -1

[Emc-users] Inverting lathe X axis arrow key

2014-10-28 Thread Comcast
Hi Guys, I am tuning the axes on my rear-mounted turret lathe and am having problems with the X axis. In the current state, pressing 'up arrow' on the keyboard moves the turret forward (towards me) instead of back. The diameter readout increases as it should and any MDI motion commands in the

Re: [Emc-users] Inverting lathe X axis arrow key

2014-10-28 Thread andy pugh
On 28 October 2014 19:23, Comcast icp...@comcast.net wrote: I'd like to be able to press the up arrow key and have the turret move away from me without affecting any of the other things that are working correctly. Anyone have a solution? Thanks, There is something here:

Re: [Emc-users] Inverting lathe X axis arrow key

2014-10-28 Thread Dave Cole
On 10/28/2014 2:57 PM, andy pugh wrote: On 28 October 2014 19:23, Comcast icp...@comcast.net wrote: I'd like to be able to press the up arrow key and have the turret move away from me without affecting any of the other things that are working correctly. Anyone have a solution? Thanks,

Re: [Emc-users] Question about Mesa THCAD-10

2014-10-28 Thread Gene Heskett
On Tuesday 28 October 2014 08:18:30 Viesturs Lācis did opine And Gene did reply: Hello! There is a plasma machine I built and I used THCAD-10 card for thc purposes, because the plasma source had such an output signal. Long story short - the machine has new owner and they want to use

Re: [Emc-users] Numeric entry with touchscreen and Glade

2014-10-28 Thread andy pugh
On 27 October 2014 14:55, Dewey Garrett dgarr...@panix.com wrote: There is a numeric-only popup keyboard used with pyngcgui in some sim configs (example: configs/sim/touchy/ngcgui/pyngcgui_touchy.ini) (based on original work by J. Thornton) Thanks, that works a treat. :-) -- atp If you

Re: [Emc-users] Question about Mesa THCAD-10

2014-10-28 Thread Gene Heskett
On Tuesday 28 October 2014 08:25:25 Peter C. Wallace did opine And Gene did reply: On Tue, 28 Oct 2014, Viesturs L?cis wrote: Date: Tue, 28 Oct 2014 14:18:30 +0200 From: [UTF-8] Viesturs L?cis viesturs.la...@gmail.com Reply-To: Enhanced Machine Controller (EMC)

Re: [Emc-users] Inverting lathe X axis arrow key

2014-10-28 Thread Drew Rogge
The tcl/tk code in the page referenced below does swap the arrow keys in addition to fixing the preview. Drew On 10/28/14, 12:57 PM, andy pugh wrote: On 28 October 2014 19:23, Comcast icp...@comcast.net wrote: I'd like to be able to press the up arrow key and have the turret move away from

Re: [Emc-users] Numeric entry with touchscreen and Glade

2014-10-28 Thread andy pugh
On 28 October 2014 22:32, andy pugh bodge...@gmail.com wrote: Thanks, that works a treat. Bah! Within limits anyway. I have ended up with a GtkEntry that has both icons active as up and down buttons. Looks good for touchscreen use. But I can't figure out how to get the icons to operate and

[Emc-users] Announcing the LinuxCNC 2.7 branch

2014-10-28 Thread Sebastian Kuzminsky
Greetings LinuxCNC people, I bring you glad tidings! One of the things we did at the recent Hackfest in Houston was creating the 2.7 branch. We will test and stabilize the code in this branch, and when the time is right we will release 2.7.0. I'm hopeful that the time until 2.7.0 is released