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: phoebus and subarrays in displays |
From: | "Kasemir, Kay via Tech-talk" <tech-talk at aps.anl.gov> |
To: | "tech-talk at aps.anl.gov" <tech-talk at aps.anl.gov>, Pierrick M Hanlet <hanlet at fnal.gov> |
Date: | Wed, 22 Jun 2022 20:32:02 +0000 |
> I'm using a recent version of phoebus and epics base 7.0.6.1. When displaying a subarray
> value, it always defaults to something such as ["PV-value"] with both the double quotes and
> brackets displayed. Is there a setting in which the brackets and quotes can not be displayed?
When I display "sim://sinewave" or the "waveform" PV from
https://github.com/ControlSystemStudio/phoebus/blob/master/core/pva/src/test/resources/demo.db in for example Applications, Display, Probe, I see the array in the format
[47.00, 48.00, 49.00, 50.00, 51.00]
with brackets but no quotes.
I'd only expect quotes when the array elements are strings.
When you say subarray, not sure what you mean, but is that what's adding the string format?
-Kay
|