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: [CSS] commas in TextUpdate |
From: | "Kasemir, Kay" <[email protected]> |
To: | Pavel Masloff <[email protected]> |
Cc: | EPICS Tech Talk <[email protected]> |
Date: | Thu, 31 May 2012 08:10:48 -0400 |
Hi: You could either directly write what you want to a CHAR waveform instead of writing to an array of Strings. Or you can add a subroutine (gensub, ..) record to your IOC to read the strings into a char waveform. -Kay From: Pavel Masloff <[email protected]<mailto:[email protected]>> To: Kasemir Kay <[email protected]<mailto:[email protected]>> Cc: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>> Subject: Re: [CSS] commas in TextUpdate > But it might be better to work around this further down on the IOC: > Create just one string with the text that you want. > Since a stringin/stringout record is limited to 40 chars, use a waveform > of CHAR for that custom text. Kay, could you please elaborate on this? How can I pass the actual waveform of STRINGS into a new waveform of CHAR?