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: Long String support in phoebus |
From: | "Johnson, Andrew N. via Tech-talk" <tech-talk at aps.anl.gov> |
To: | "Nonn, Patrick" <patrick.nonn at desy.de> |
Cc: | EPICS tech-talk <tech-talk at aps.anl.gov> |
Date: | Mon, 13 Jul 2020 16:25:50 +0000 |
Hi Patrick,
On Jul 13, 2020, at 4:08 AM, Nonn, Patrick via Tech-talk <tech-talk at aps.anl.gov> wrote:
You can omit the VAL field name, but you must still include the dot which marks the end of the record name and tells the name lookup code that whatever follows is a field modifier. If there’s no field name after that modifier will apply
to the default field (which is VAL at the moment but might not always be with new record types in future releases of EPICS). Thus “caget -S <pv_name>.$” will work for the lsi and lso record types.
- Andrew
--
Complexity comes for free, simplicity you have to work for.
|