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: Long string ... |
From: | Ralph Lange <[email protected]> |
To: | [email protected] |
Date: | Mon, 27 Sep 2010 17:57:24 -0400 |
Pete,
That doesn't seem to work either (at least with a stringout record)
epics2@cr1com1 $ caput DMC2183:4:SO.VAL$ "111345678901234567890123456789012345678901234567890" Old : DMC2183:4:SO.VAL$ 40 84 80 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 New : DMC2183:4:SO.VAL$ 40 -1 80 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 [...]
I am not sure how to read this, but the number 40 probably means that the stringout is limited to 40 chars.
* You need to be putting the data into a record field that is large enough to take the data. Hence, the stringOut record is still limited by the 40 character hard size of the field definition. If you are using stream device you can use a waveform record with a FTVL of CHAR or UCHAR. You can also use the asynRecord.
Cheers, Ralph