----- 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,
> > 
> > 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.  This simple bridge would
> > require that I re-code callbacks for every function I need access
> > too, so this doesn't scale well.
> 
> 
> I am working on related issues - could you give some examples which
> functions you intend to use?
> 
> - Michael

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.

Currently, I'm testing/learning linuxcnc with a 3-axis mill for proof of 
principle.  But our goal is to build a hexapod that's fully integrated with our 
EPICS controls, that's where I come in.  One of my colleagues posted a design 
sim here:

https://www.youtube.com/watch?v=8nSfLRaEPEE&list=UU7zkQp-M-_i3c498p9MGWmA&index=1

In the end, the most used controls would likely be jog, jog speed, and homing.  
Most of the configuration would be considered experts only and setup ahead of 
time.

Wesley

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
_______________________________________________
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to