Re: [Emc-developers] feedback wanted: custom Gscreen tutorial

2014-02-12 Thread Chris Morley
> Date: Wed, 12 Feb 2014 05:52:49 -0600 > From: bjt...@gmail.com > To: emc-developers@lists.sourceforge.net > Subject: Re: [Emc-developers] feedback wanted: custom Gscreen tutorial > > Chris, > > I found hal_python.xml hiding among the rest... why would you have to > change the class name? I t

Re: [Emc-developers] usage of get_rtapi_config on machinekit?

2014-02-12 Thread Charles Steinkuehler
On 2/12/2014 11:41 AM, W. Martinjak wrote: > Charles, > >> I did the user-mode hostmot2 PCI driver for the x86 Xenomai flavor, but >> AFAIK no one has built pluto drivers for Xenomai (x86 or ARM), or *ANY* >> FPGA drivers for the BeagleBone. There could easily be a problem with >> the make files

Re: [Emc-developers] usage of get_rtapi_config on machinekit?

2014-02-12 Thread Michael Haberler
Am 12.02.2014 um 21:00 schrieb W. Martinjak : > Michael, > > On 2014-02-12 20:40, Michael Haberler wrote: >> Wolfgang, >> >> I have reproduced the problem. >> >> That said - get_rtapi_config() was meant to be internal use to rtapi, and >> not from RT components. Also, since it uses file oper

Re: [Emc-developers] usage of get_rtapi_config on machinekit?

2014-02-12 Thread W. Martinjak
Michael, On 2014-02-12 20:40, Michael Haberler wrote: > Wolfgang, > > I have reproduced the problem. > > That said - get_rtapi_config() was meant to be internal use to rtapi, and not > from RT components. Also, since it uses file operations it would be usable > only for userland components, and

Re: [Emc-developers] usage of get_rtapi_config on machinekit?

2014-02-12 Thread Michael Haberler
Wolfgang, I have reproduced the problem. That said - get_rtapi_config() was meant to be internal use to rtapi, and not from RT components. Also, since it uses file operations it would be usable only for userland components, and only in rtapi_app_main and rtapi_app_exit. Moreover, since the pa

Re: [Emc-developers] feedback wanted: custom Gscreen tutorial

2014-02-12 Thread Niemand Sonst
Am 12.02.2014 12:52, schrieb John Thornton: Chris, I found hal_python.xml hiding among the rest... why would you have to change the class name? I thought the title was what gets popped up when you hover over it with the mouse? Yep, I just changed the title and now it matches the name. Should I f

Re: [Emc-developers] usage of get_rtapi_config on machinekit?

2014-02-12 Thread W. Martinjak
Charles, On 2014-02-02 03:01, Charles Steinkuehler wrote: > > Well, a quick check shows the get_rtapi_config function is defined in > the xenomai flavor used with MachineKit. Michael or John might have > more insight, but you might want to run "make V=1" to get a full dump of > what's happening.

Re: [Emc-developers] feedback wanted: custom Gscreen tutorial

2014-02-12 Thread John Thornton
Chris, I found hal_python.xml hiding among the rest... why would you have to change the class name? I thought the title was what gets popped up when you hover over it with the mouse? Yep, I just changed the title and now it matches the name. Should I fix these? It looks like we just need to ad