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 | 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 |
<== Date ==> | <== Thread ==> |
---|
Subject: | CSS questions pertaining to combo box showing values after decimal point |
From: | "Wang, Andrew via Tech-talk" <tech-talk at aps.anl.gov> |
To: | EPICS tech-talk <tech-talk at aps.anl.gov> |
Date: | Mon, 11 Jul 2022 13:01:26 +0000 |
Hi all, I have a simple ai record of the following. record(ao, “sample”) { field(SCAN, “passive”) field(DTYP, “stream”) field(OUT, …) } I have a combo box on the CSS GUI and I would like it to list the following values 0.1 0.2 1 When I select 1, the combo box properly shows that value. But when I select either 0.1 or 0.2, it shows 0. Is there a possible way to work around this? My current solution is to use a mbbo record, but was wondering if there are alternative
options. Thanks, Andy |