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: caget limitation retreiving ENUM list |
From: | Dirk Zimoch <[email protected]> |
To: | haquin <[email protected]> |
Cc: | tech-talk <[email protected]> |
Date: | Fri, 29 Jun 2012 09:33:01 +0200 |
haquin wrote:
Hi, I have developped a record which has an ENUM field of 32 elements,When I use "caget -d 31 PVname" to retreive the list of elements, I get only the 16 first elements.Could the "caget -d xx" retreive more the 16 elements ? Regards
Not without breaking the CA protocol.You can try to change the MAX_ENUM_STATES macro in db_access.h and then re-compile all EPICS software. But you have to rebuild not only EPICS base but as well all clients. Client built without the change may not work with modified IOCs. Tell me if this works :-)
Dirk