EPICS Home

Experimental Physics and Industrial Control System


 
1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  <20062007  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  <20062007  2008  2009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
<== Date ==> <== Thread ==>

Subject: Re: drvAscii decode string
From: Tim Mooney <[email protected]>
To: Ian A Smith <[email protected]>
Cc: [email protected]
Date: Tue, 25 Apr 2006 08:48:43 -0500


Ian A Smith wrote:
I'm trying to read the following into an ascii analogin record:

"=V913 1.13e-04;59;11;0;0"

and to extract the 1.13e-04 or whatever. Using <%5k%f> just times out and so does <=V913%f>. Using %e makes no difference. If I read the value into a stringin record, there is no problem apart from the fact that it's a string.

Any suggestions?

I don't know specifically about drvAscii format strings, but the sscanf format that would work is "%*5c%f".

If you don't find a format string that will work, you could just grab the
whole string and parse it with an sCalcout record, using the above format.
(See http://www.aps.anl.gov/aod/bcda/synApps/calc/R2-4/sCalcoutRecord.html.)

--
Tim Mooney ([email protected]) (630)252-5417
Beamline Controls & Data Acquisition Group
Advanced Photon Source, Argonne National Lab.

Replies:
Re: drvAscii decode string Maren Purves
References:
drvAscii decode string Ian A Smith

Navigate by Date:
Prev: RE: drvAscii decode string Porter, Rodney R.
Next: Re: drvAscii decode string Dirk Zimoch
Index: 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  <20062007  2008  2009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
Navigate by Thread:
Prev: drvAscii decode string Ian A Smith
Next: Re: drvAscii decode string Maren Purves
Index: 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  <20062007  2008  2009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024