[Emc-developers] Fwd: [emc:bugs] #328 Problem using AXIS together with HALUI

2013-08-01 Thread Michael Haberler
for some reason tracker entries arent fowarded to emc-developers anymore? this is a rather colossal one -m Anfang der weitergeleiteten Nachricht: Von: Michael Haberler mahs...@users.sf.net Betreff: [emc:bugs] #328 Problem using AXIS together with HALUI Datum: 01. August 2013 08:54:50 MESZ

Re: [Emc-developers] Fwd: [emc:bugs] #328 Problem using AXIS together with HALUI

2013-08-01 Thread Frank Tkalcevic
Isn't this just the fact that the buffers can't be shared? If you want a command buffer don't you need to edit the linuxcnc.nml file and allocate a buffer for you process with a unique name? I had a problem where I was using Axis + Linuxcncrsh. After running for a couple of hours my job stopped

Re: [Emc-developers] [emc:bugs] #328 Problem using AXIS together with HALUI

2013-08-01 Thread Michael Haberler
Am 01.08.2013 um 11:14 schrieb Frank Tkalcevic fr...@franksworkshop.com.au: Isn't this just the fact that the buffers can't be shared? If you want a command buffer don't you need to edit the linuxcnc.nml file and allocate a buffer for you process with a unique name? I think there are in

Re: [Emc-developers] [emc:bugs] #328 Problem using AXIS together with HALUI

2013-08-01 Thread Dave
On 8/1/2013 7:53 AM, Michael Haberler wrote: I rule out an RPC server for retrieving a globally-unique serial, this doesnt scale. Use a random 32 bit number? Dave -- Get your SQL database under version control

Re: [Emc-developers] [emc:bugs] #328 Problem using AXIS together with HALUI

2013-08-01 Thread EBo
On Aug 1 2013 7:45 AM, Dave wrote: On 8/1/2013 7:53 AM, Michael Haberler wrote: I rule out an RPC server for retrieving a globally-unique serial, this doesnt scale. Use a random 32 bit number? I know that there are lots of systems that have to deal with this kind of thing. Does anyone

Re: [Emc-developers] installing xenomai

2013-08-01 Thread Tom Easterday
Thanks. This link: https://wiki.ubuntu.com/HardwareSupportComponentsVideoCardsPoulsbo talks about the GMA500_GFX driver working in kernel 3.3.4. Is there any way to get Xenomai on this kernel (or newer) where it might work? -Tom On Jul 31, 2013, at 7:06 PM, Kent A. Reed

Re: [Emc-developers] [emc:bugs] #328 Problem using AXIS together with HALUI

2013-08-01 Thread Michael Haberler
Am 01.08.2013 um 15:50 schrieb EBo e...@sandien.com: On Aug 1 2013 7:45 AM, Dave wrote: On 8/1/2013 7:53 AM, Michael Haberler wrote: I rule out an RPC server for retrieving a globally-unique serial, this doesnt scale. Use a random 32 bit number? I know that there are lots of systems

Re: [Emc-developers] [emc:bugs] #328 Problem using AXIS together with HALUI

2013-08-01 Thread Ian McMahon
Perhaps a GUID mechanism that hashes machine info and system clock. If multiple systems are involved, the system clocks need to be synchronized for ordering. On Aug 1, 2013, at 10:00 AM, Michael Haberler mai...@mah.priv.at wrote: Am 01.08.2013 um 15:50 schrieb EBo e...@sandien.com: On

[Emc-developers] how to install the linuxcnc to controll my machine?

2013-08-01 Thread James zou
hi everyone, i made a linear delta robot for a long time ,because there are mach more problem. A few days ago,i got the kinematics http://sourceforge.net/p/emc/mailman/message/31161592/ i think this kinematics maybe fit for my robot. Of course, I will go to prove it. i

Re: [Emc-developers] how to install the linuxcnc to controll my machine?

2013-08-01 Thread Eric H. Johnson
James, Quite a number of questions in there. I will just address the one about running Ubuntu with WinXP. This can be achieved a couple of ways. One way is to dual boot. If there is a partition available on the HD (10GB should be sufficient) you can install Ubuntu alongside XP. If you cannot

Re: [Emc-developers] how to install the linuxcnc to controll my machine?

2013-08-01 Thread Chris Radek
Hi James, I see that you posted this to both the emc-users and emc-developers lists. In the future would you please only post to the list that's the most appropriate please? In this case, for these kinds of questions, that would be emc-users and I ask that everyone respond there. Thanks, Chris

Re: [Emc-developers] how to install the linuxcnc to controll my machine?

2013-08-01 Thread James zou
i am a new guy,thanks for you pointing,I know the rules. On Thu, Aug 1, 2013 at 11:29 PM, Chris Radek ch...@timeguy.com wrote: Hi James, I see that you posted this to both the emc-users and emc-developers lists. In the future would you please only post to the list that's the most

[Emc-developers] Fwd: [emc:bugs] #328 Problem using AXIS together with HALUI

2013-08-01 Thread Michael Haberler
Anfang der weitergeleiteten Nachricht: Von: Sascha Ittner sitt...@users.sf.net Betreff: [emc:bugs] #328 Problem using AXIS together with HALUI Datum: 01. August 2013 17:58:24 MESZ An: [emc:bugs] 3...@bugs.emc.p.re.sf.net Antwort an: [emc:bugs] 3...@bugs.emc.p.re.sf.net Hi Michael,

Re: [Emc-developers] [emc:bugs] #328 Problem using AXIS together with HALUI

2013-08-01 Thread Michael Haberler
Am 01.08.2013 um 16:04 schrieb Ian McMahon imcma...@prototechnical.com: Perhaps a GUID mechanism that hashes machine info and system clock. If multiple systems are involved, the system clocks need to be synchronized for ordering. The requirement IMO are: no acks may be lost; serials must

[Emc-developers] Fwd: [emc:bugs] #328 Problem using AXIS together with HALUI

2013-08-01 Thread Michael Haberler
Anfang der weitergeleiteten Nachricht: Von: Michael Haberler mahs...@users.sf.net Betreff: [emc:bugs] #328 Problem using AXIS together with HALUI Datum: 01. August 2013 18:45:03 MESZ An: [emc:bugs] 3...@bugs.emc.p.re.sf.net Antwort an: [emc:bugs] 3...@bugs.emc.p.re.sf.net Hi Sascha,