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: Initializing starting position on a Motor |
From: | Mark Rivers <[email protected]> |
To: | "'Tonia Batten'" <[email protected]>, "[email protected]" <[email protected]> |
Date: | Tue, 4 Dec 2012 22:58:12 +0000 |
Are you using the EPICS autosave module to save your motor positions? If so, then when you restart EPICS it should restore the previous position automatically. The motor record actually does the following logic: -
If the controller position at EPICS startup is non-zero it uses the controller position -
If the controller position at EPICS startup is 0 it uses the autosaved position What is causing the motor to move at the end of initialization? That does not normally happen. Mark From: [email protected] [mailto:[email protected]]
On Behalf Of Tonia Batten Good Afternoon, I am new to EPICS and am working on creating a motor controller for the PI E517 motor. I am using EPICS R3.14.12 and Motor 6.5 I have got the device communicating and am able to perform the necessary commands but have
run into a problem with initialization. The problem is that when I restart my EPICS application I might be in the middle of a scan and therefore I don’t want the motor to change its current position (ideally I don’t want to have to move the motor to the same
position). At the moment when I restart the application the motor is returning to a zero position. I suspect that I am not initializing the DVAL field correctly in the MOTOR record, but have not been able to confirm as the motor is moved as soon as the
initialization is complete and before I can monitor. Any feedback or direction would be greatly appreciated. Regards, Tonia Batten, P.Eng Control System Analyst Canadian Light Source 44 Innovation Blvd. Saskatoon, SK S7N 2V3 Tel: 306-657-3865 |