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: Epics PV name length limitation |
From: | [email protected] (Jeff Hill) |
To: | "'[email protected]'" <[email protected]>, "[email protected]" <[email protected]> |
Date: | Fri, 10 Jul 1998 09:41:11 -0600 |
> Can someone remind me what is the limit on PV name length ? > also where this limit is (CA or Database) and if it > can be increased? The limit is currently PV_NAME_SZ=28 characters. This limit is in the database. There is also a restriction in the CA client library of MAX_STRING_SIZE=40. Since the new C++ CA server library does not impose any PV name length restrictions and because I suspect that Marty will soon be eliminating the database restrictions I will replace the 40 character limit in the CA client library with a 1000 character limit. Jeff