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 | 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 |
<== Date ==> | <== Thread ==> |
---|
Subject: | Reading multiple lines from an asyn record |
From: | "Sobhani, Bayan via Tech-talk" <tech-talk at aps.anl.gov> |
To: | "tech-talk at aps.anl.gov" <tech-talk at aps.anl.gov> |
Date: | Thu, 10 Jun 2021 08:12:52 +0000 |
I have an asyn record to a device: https://epics.anl.gov/modules/soft/asyn/R3-2/asynRecord.html I would like to download files from this device to my computer, that consist of carriage return separated lines. The problem is the 40 character limit. I see that if I use BINP I can adjust the character limit if I restart the IOC, but
ideally I would like to avoid this. Is there a way to get the record to read one line at a time? If I could somehow get every line of the file read with a camonitor of the PV this would be good enough for me. Alex |