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: | Truncated LSO |
From: | Dave Bracey via Tech-talk <tech-talk at aps.anl.gov> |
To: | "tech-talk at aps.anl.gov" <tech-talk at aps.anl.gov> |
Date: | Tue, 30 Jul 2024 17:53:23 +0000 |
I'm using an lso record and my string gets truncated to 40 chars:
record(lso, "plain_lso")
{
field(SIZV, 256)
}
$ pvput plain_lso "This is a string longer than forty characters"
Old : <undefined> INVALID DRIVER UDF
New : 2024-07-30 12:45:33.238 "This is a string longer than forty char"
$ pvget plain_lso
plain_lso 2024-07-30 12:45:33.238 "This is a string longer than forty char"
What am I doing wrong here? |