EPICS Controls Argonne National Laboratory

Experimental Physics and
Industrial Control System

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

Subject: Re: EPICS Python client application survey
From: Andrew Johnson <[email protected]>
To: [email protected]
Date: Wed, 30 Sep 2009 12:16:43 -0500
On Wednesday 30 September 2009 11:30:26 Benjamin Franksen wrote:
... several wise words, including:

> It /is/ a difference to the server whether you request DBR_SHORT, DBR_INT,
> or DBR_LONG. These will trigger different conversion routines, and thus
> might give different results.

I should add that the request type also affects the amount of data passing 
over the wire; if you request a large image with 8-bit pixels as a DBF_LONG or 
worse a DBF_DOUBLE array, you're going to be wasting network bandwidth and CPU 
time on the IOC converting all those individual 8-bit values into larger 
quantities.  Much better to do that conversion on the client.

I would encourage those working on this to read the release notes for R3.14.11 
as there are a couple of things we added which you guys are going to want to 
provide support for:
 * Long strings.  Important for accessing DBF_xxLINK fields since record names 
can be up to 60 characters long, so you can't always read or change the value 
of a link field using a 40 character DBF_STRING.
 * DBE_PROPERTY events.  Generated now on the VAL field of the mbb[io] record 
types when someone changes one of the *ST fields, a DBE_PROPERTY monitor 
allows a client to always know what the current ENUM strings are.

- Andrew
-- 
The best FOSS code is written to be read by other humans -- Harald Welte


Replies:
Re: EPICS Python client application survey Michael Abbott
References:
Re: EPICS Python client application survey Matt Newville
Re: EPICS Python client application survey Benjamin Franksen

Navigate by Date:
Prev: Re: EPICS Python client application survey John Hammonds
Next: Re: EPICS Python client application survey Wesley Moore
Index: 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  <20092010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
Navigate by Thread:
Prev: Re: EPICS Python client application survey Benjamin Franksen
Next: Re: EPICS Python client application survey Michael Abbott
Index: 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  <20092010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
ANJ, 31 Jan 2014 Valid HTML 4.01! · Home · News · About · Base · Modules · Extensions · Distributions · Download ·
· Search · EPICS V4 · IRMIS · Talk · Bugs · Documents · Links · Licensing ·