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: | Help understanding DTYP Soft Timestamp |
From: | Marco Filho via Tech-talk <tech-talk at aps.anl.gov> |
To: | "tech-talk at aps.anl.gov" <tech-talk at aps.anl.gov> |
Date: | Fri, 18 Oct 2024 13:52:31 +0000 |
Hello all. Today I came across this interesting record: record(stringin, "$(P)$(R)customTimeTimestampIn") {
field(DTYP, "Soft Timestamp") field(SDIS, "$(CUSTOM_TIMESTAMP) CP MS") field(DISV, "-1") field(TSEL, "$(CUSTOM_TIMESTAMP).TIME CA") field(INP, "@%s.%f") } It's a record meant to get the timestamp from another record via CA. I had never seen the Soft Timestamp DTYP before. After digging a while I found some e-mails on tech-talk https://epics.anl.gov/tech-talk/2020/msg01593.php But couldn't find the documentation on how to use this. Is there any specific link I should look for? Thanks in advance, Marco |