1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 <2023> 2024 2025 | Index | 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 <2023> 2024 2025 |
<== Date ==> | <== Thread ==> |
---|
Subject: | Re: preventing changing an EPICS motor's commanded position |
From: | Maren Purves via Tech-talk <tech-talk at aps.anl.gov> |
To: | "Goetze, Kurt" <goetze at anl.gov> |
Cc: | Tech-talk <tech-talk at aps.anl.gov> |
Date: | Tue, 3 Oct 2023 11:21:19 -1000 |
Hi Ray,
“motor.db” loads a bo record, “$(P)$(M)_able”, that the motor record’s SDIS field points to.
We use this to enable/disable the motor record. When disabled, writes to the motor record’s .VAL field are not allowed.
Kurt
From: Tech-talk <tech-talk-bounces at aps.anl.gov> On Behalf Of Matt Newville via Tech-talk
Sent: Tuesday, October 3, 2023 10:06 AM
To: Peterson, Kevin M. <kmpeters at anl.gov>; Gregory, Ray <gregoryrd at ornl.gov>; tech-talk at aps.anl.gov
Subject: Re: preventing changing an EPICS motor's commanded position
Ray,
Perhaps what you're looking for is simply to set the Motor Record low and high limits to the drive value you want to maintain.
You could also set the SPMG field to 0 or 'Stop'. That would allow someone to change the VAL field (which is what you said you wanted to not allow), but it will prevent the Motor from actually moving until SMPG is changed back to 2 or 'Go'. Both of these use the exposed interface to the Motor Record, so in principle can be changed at any time. But they are also not uncommon things to do for motors that you want to not accidentally move.
On Tue, Oct 3, 2023 at 8:17 AM Kevin Peterson via Tech-talk <tech-talk at aps.anl.gov> wrote:
Ray,
Can you provide more details about what "disabling the axis" means? The
behavior of the motor record's CNEN field, which is labeled "Torque" on
the motorx_all screen, is controller dependent; for some controllers
CNEN enables/disables drive power, for other controllers CNEN switches
between open and closed loop control, and some drivers do nothing when
CNEN is changed.
Kevin
On 10/2/23 12:32, Gregory, Ray via Tech-talk wrote:
> Hi,
>
> How can I prevent changing an EPICS motor record’s commanded position
> (.VAL field) without disabling the axis?
>
> Thank you,
>
> Ray
>
> Ray Gregory
>
> Oak Ridge National Laboratory
>
--
--Matt Newville <newville at cars.uchicago.edu> 630-327-7411