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: record linking question |
From: | [email protected] (Ralph Lange) |
To: | [email protected] (EPICS Tech-Talk) |
Date: | Tue, 17 Mar 1998 15:50:57 +0100 (MET) |
> It is also possible to change any menu type via a DBR_STRING put. > In this case the string value must exactly match one of the menu > choices. Depends on the CA client and how (if) it handles string values. If you use the (host side) caput command (from extensions/src/ca) you will get: > caput Q5PT1R:rdbk.SCAN ".5 second" Old : Q5PT1R:rdbk.SCAN .2 second ca_put failed on Q5PT1R:rdbk.SCAN > caput Q5PT1R:rdbk.SCAN 7 Old : Q5PT1R:rdbk.SCAN .2 second New : Q5PT1R:rdbk.SCAN .5 second Ralph