EPICS Home

Experimental Physics and Industrial Control System


 
1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  <20172018  2019  2020  2021  2022  2023  2024  Index 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  <20172018  2019  2020  2021  2022  2023  2024 
<== Date ==> <== Thread ==>

Subject: Re: Coordinated motion with EPICS motor record
From: Henrique Almeida <[email protected]>
To: Mark Rivers <[email protected]>
Cc: tech-talk <[email protected]>
Date: Mon, 25 Sep 2017 11:23:56 -0300
 Hello, Mark, I believe I'll need to implement it for the Huber
SMC9300 motion controllers, in use in two beam lines at LNLS.

2017-09-23 11:13 GMT-03:00 Mark Rivers <[email protected]>:
> Folks,
>
>
>
> I am giving a talk at the motion control workshop at ICALEPCS in two weeks
> titled "Complex coordinated motion in EPICS".  This is about using the
> ProfileMove API that is supported in the Model 3 motor API in
> asynMotorController and asynMotorAxis.  This API allows defining complex
> trajectories in N-space and then executing them.
>
>
>
> From asynMotorController.h
>
>   /* These are the functions for profile moves */
>
>   virtual asynStatus initializeProfile(size_t maxPoints);
>
>   virtual asynStatus buildProfile();
>
>   virtual asynStatus executeProfile();
>
>   virtual asynStatus abortProfile();
>
>   virtual asynStatus readbackProfile();
>
>
>
> From asynMotorAxis.h
>
>   virtual asynStatus initializeProfile(size_t maxPoints);
>
>   virtual asynStatus defineProfile(double *positions, size_t numPoints);
>
>   virtual asynStatus buildProfile();
>
>   virtual asynStatus executeProfile();
>
>   virtual asynStatus abortProfile();
>
>   virtual asynStatus readbackProfile();
>
>
>
> I have implemented this API on the Newport XPS controller.  What I would
> like to know is if other sites have implemented this API for other
> controllers, and/or if they are using it on the Newport XPS.
>
>
>
> Thanks,
>
> Mark
>
>
>
>

References:
Coordinated motion with EPICS motor record Mark Rivers

Navigate by Date:
Prev: RE: Coordinated motion with EPICS motor record Mark Rivers
Next: Re: Archiver: Problems with disconnected PVs Benjamin Franksen
Index: 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  <20172018  2019  2020  2021  2022  2023  2024 
Navigate by Thread:
Prev: Coordinated motion with EPICS motor record Mark Rivers
Next: Re: Coordinated motion with EPICS motor record Mooney, Tim M.
Index: 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  <20172018  2019  2020  2021  2022  2023  2024