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: Re: Record process when restore using autosave |
From: | Mark Rivers via Tech-talk <tech-talk at aps.anl.gov> |
To: | epics tech talk <tech-talk at aps.anl.gov>, 吴煊 <wux at ihep.ac.cn> |
Date: | Mon, 10 Jul 2023 13:03:59 +0000 |
Typically we do this:
set_pass0_restoreFile("auto_positions.sav")
set_pass0_restoreFile("auto_settings.sav")
set_pass1_restoreFile("auto_settings.sav")
The PVs we put in auto_positions.req are the .VAL and .OFF fields for motor records, which are only in pass 0. All other PVs go into auto_settings.req, which are in both in pass0 and pass1.
Mark
From: Tech-talk <tech-talk-bounces at aps.anl.gov> on behalf of 吴煊 via Tech-talk <tech-talk at aps.anl.gov>
Sent: Monday, July 10, 2023 12:47 AM To: epics tech talk <tech-talk at aps.anl.gov> Subject: Re: Re: Record process when restore using autosave The order doesn't matter. Then I need to set both set_pass0_restoreFile and set_pass1_restoreFile or just need to set set_pass0_restoreFile? Cheers,Xuan -----原始邮件----- |