Re: [Emc-users] c/c++ interface

2013-03-19 Thread Wesley Moore
- Original Message - From: Michael Haberler mai...@mah.priv.at To: Enhanced Machine Controller (EMC) emc-users@lists.sourceforge.net Sent: Monday, March 18, 2013 6:57:15 PM Subject: Re: [Emc-users] c/c++ interface Wesley, Am 18.03.2013 um 19:45 schrieb Wesley Moore: Hey guys

Re: [Emc-users] c/c++ interface

2013-03-19 Thread Eric H. Johnson
Wesley, For those basic functions, could you just use linuxcncrsh (emcrsh prior to version 2.5), see: http://wiki.linuxcnc.org/cgi-bin/wiki.pl?Linuxcncrsh Regards, Eric Brief background: EPICS is a basically a client-server framework for cross-platform distributed controls. The server-side

Re: [Emc-users] c/c++ interface

2013-03-19 Thread Wesley Moore
Wesley, For those basic functions, could you just use linuxcncrsh (emcrsh prior to version 2.5), see: http://wiki.linuxcnc.org/cgi-bin/wiki.pl?Linuxcncrsh Regards, Eric Thanks Eric. I actually just started looking into that as an option. In general, telnet is frowned upon for

Re: [Emc-users] c/c++ interface

2013-03-19 Thread Eric H. Johnson
Wesley, The protocol itself was never intended to be secure, but you can tunnel over SSH to achieve that. Regards, Eric Thanks Eric. I actually just started looking into that as an option. In general, telnet is frowned upon for security reasons. But I have other systems that use it and we

Re: [Emc-users] c/c++ interface

2013-03-19 Thread andy pugh
On 19 March 2013 13:23, Wesley Moore wmo...@jlab.org wrote: One of my colleagues posted a design sim here: https://www.youtube.com/watch?v=8nSfLRaEPEElist=UU7zkQp-M-_i3c498p9MGWmAindex=1 That's pretty neat. It looks like genhexkins isn't general enough for your design, though.

Re: [Emc-users] c/c++ interface

2013-03-19 Thread Wesley Moore
One of my colleagues posted a design sim here: https://www.youtube.com/watch?v=8nSfLRaEPEElist=UU7zkQp-M-_i3c498p9MGWmAindex=1 That's pretty neat. It looks like genhexkins isn't general enough for your design, though.

Re: [Emc-users] c/c++ interface

2013-03-19 Thread Przemek Klosowski
On Tue, Mar 19, 2013 at 9:23 AM, Wesley Moore wmo...@jlab.org wrote: Brief background: EPICS is a basically a client-server framework for cross-platform distributed controls. The server-side provides variables that clients can read/write too. The variables can store data or act as

Re: [Emc-users] c/c++ interface

2013-03-19 Thread Michael Haberler
Wesley, Am 19.03.2013 um 14:23 schrieb Wesley Moore: Brief background: EPICS is a basically a client-server framework for cross-platform distributed controls. The server-side provides variables that clients can read/write too. The variables can store data or act as triggers. I had never

[Emc-users] c/c++ interface

2013-03-18 Thread Wesley Moore
Hey guys, I've been playing with linuxcnc a bit and have it working on ubuntu 12.04. Using the python modules, I've created a bridge to interface with EPICS (Experimental Physics and Industrial Control System). Basically a network interface that calls the corresponding linuxcnc functions.

Re: [Emc-users] c/c++ interface

2013-03-18 Thread Przemek Klosowski
On Mon, Mar 18, 2013 at 2:45 PM, Wesley Moore wmo...@jlab.org wrote: I've been playing with linuxcnc a bit and have it working on ubuntu 12.04. Using the python modules, I've created a bridge to interface with EPICS (Experimental Physics and Industrial Control System). Basically a network