Re: [Emc-users] MPG pendant

2014-02-08 Thread Tomaz T .
I have the one with BLUE keypad and works OK, you can read about that here: http://www.linuxcnc.org/index.php/english/forum/24-hal-components/26679-xhc-hb04-wireless-mpg-pendant-hal-module?start=10 Till now I didn't noticed any glitches except display going to sleep after ~40sec These look

[Emc-users] MPG pendant

2014-02-08 Thread Ted Hyde
Billy - I have each of these. The red button one was the first I picked up over a year ago, before a lot of the heavy lifting was being worked on for the HID interface for LCNC; I thought perhaps I would find some time to reverse-engineer it, and worst case, I could give it to a friend of mine

Re: [Emc-users] John Thorntons Gui3 Sample in Linuxcnc 2.6pre

2014-02-08 Thread Mark Tucker
How do i display the current velocity or feedrate in my gui? I have tried creating a label called dro_feedrate in the glade file then putting the following in the handler file:- data = self.status.current.vel text = % 9.4f% (data) self.builder.get_object(dro_feedrate).set_text(text)

Re: [Emc-users] John Thorntons Gui3 Sample in Linuxcnc 2.6pre

2014-02-08 Thread Mark Tucker
oops Ignore my ramblings the current_vel is per second,so just multiply x 60 On 08/02/14 16:12, Mark Tucker wrote: How do i display the current velocity or feedrate in my gui? I have tried creating a label called dro_feedrate in the glade file then putting the following in the handler file:-

Re: [Emc-users] MPG pendant

2014-02-08 Thread Billy Huddleston
Wow, I didn't even notice the fact that it wasn't for Mach3. Now you have me concerned on which one to get. Silver Button, with 18-Keys would be the one I would want.. But, not finding that one.. I see the Red button versions, with BLUE keys.. automationtechnologiesinc has the Red Button

[Emc-users] Feedrate in Gui

2014-02-08 Thread Mark Tucker
Can anyone confirm for me that there is something wrong with the feedrate derived from:- emc.stat.settings[1] I thought this displayed the commanded feedrate but if you run a program with varying feedrates in it,the display shows the highest feedrate in the program and not the current

Re: [Emc-users] Feedrate in Gui

2014-02-08 Thread Niemand Sonst
IMHO that is caused, because of the read ahead of the interpreter, The feed you get is not the actual one, it is the one the interpreter last got. Norbert Am 08.02.2014 21:30, schrieb Mark Tucker: Can anyone confirm for me that there is something wrong with the feedrate derived from:-

Re: [Emc-users] Address in of parrallel port not used in PNCCONF ?

2014-02-08 Thread Matthieu Patou
Hi Marius, See the attached file, I don't see anything related to loading the parport driver. It seems that the hm2_7i43 module is trying to use the default address. I get this on the dmesg hm2_7i43.0: board at (ioaddr=0x0378, ioaddr_hi=0x0778, epp_wide ON) not found! I suspect that I