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: Get timestamp from another IOC |
From: | Timo Korhonen via Tech-talk <tech-talk at aps.anl.gov> |
To: | "Hu, Yong" <yhu at bnl.gov>, "Johnson, Andrew N." <anj at anl.gov>, "Adrian Martinez" <adrian.martinez at sevensols.com> |
Cc: | EPICS tech-talk <tech-talk at aps.anl.gov> |
Date: | Wed, 16 Jun 2021 18:47:37 +0000 |
FWIW, I found the APST and MPST fields in waveform, aai, aao, lsi and lso records as well (EPICS base 7.0.5). Timo From:
Tech-talk <tech-talk-bounces at aps.anl.gov> on behalf of "Hu, Yong via Tech-talk" <tech-talk at aps.anl.gov> Wow, good to know the fields of APST and MPST which seem specific to stringin / stringout. https://epics.anl.gov/base/R7-0/5-docs/stringinRecord.html These two fields are also available in base-3.14.12 (which is still being used at NSLS-2). But they are not documented in the old wiki “This Wiki is no longer being maintained”:
https://wiki-ext.aps.anl.gov/epics/index.php/RRM_3-14_String_Input
From: Tech-talk <tech-talk-bounces at aps.anl.gov> on behalf of Johnson, Andrew N. via Tech-talk <tech-talk at aps.anl.gov> Hi Adrian,
That explains why your source record isn’t getting a new timestamp then; the TSEL link actually sets up a CA monitor on the VAL field, so if that monitor never updates it will never get a new timestamp value. If you set the MPST field of the above record to “Always” it will cause every process to generate a monitor update, which will update your other records. - Andrew -- Complexity comes for free, simplicity you have to work for. |