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: | another question on custom record stuff |
From: | Heinrich du Toit <[email protected]> |
To: | TechTalk EPICS <[email protected]> |
Date: | Thu, 25 Oct 2007 13:36:57 +0200 |
I have a field that is an array And with that field I have the get_graphic_double routine that gives out the limits for that array. Now I have another field that is actually the limit. So the get_graphic_double routine simply puts that field inside upper_disp_limit And it work well the first time. Now the problem is that if I change the limit field then well. MEDM just doesn't know about it. So how do I get that part to run again? Or is this another one of those impossible things :(