EPICS Controls Argonne National Laboratory

Experimental Physics and
Industrial Control System

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

Subject: Re: soft IOC string and array records
From: Kay-Uwe Kasemir <[email protected]>
To: Kurt Biery <[email protected]>
Cc: [email protected]
Date: Fri, 05 Jan 2007 15:24:01 -0500
On Jan 5, 2007, at 15:06 , Kurt Biery wrote:
With EPICS Base R3.14.8.2, we have experimented with string and waveform records and have noticed that messages are not always delivered to monitor processes when the messages are quickly written to the PV.
You're right.
I understand the reason is that only the most recent string or waveform is cached on the server
side in order to preserve memory, because strings or waveforms can be long
(well, EPICS strings are still fixed to char[40]).
Double or other 'small' types are queued up, so all your values
are eventually sent out,
but for strings, your N quick string updates end up as
a single monitor for the last string.


In a similar case (string record for log messages...) I ended up writing
then to my own queue, then a little sequence copied
those values slowly (<=10Hz) to the actual PV.

Problem 1: If you run out of memory because you queue up more than
you ever sent out, you're of course dead.

Problem 2: What is slow enough? When is it OK to send another value?

Problem 3: Even with 'double' or other data types which are queued up
on the server side, you can get into 'flow control' when
the client doesn't read fast enough.
There is no indication, no log message nor any other info
I'd know of that will tell you that you are or ever
were in flow control. You simply loose a few messages
without ever knowing about it.

-Kay


Replies:
Re: soft IOC string and array records Ernest L. Williams Jr.
References:
soft IOC string and array records Kurt Biery

Navigate by Date:
Prev: soft IOC string and array records Kurt Biery
Next: Re: soft IOC string and array records Ernest L. Williams Jr.
Index: 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  <20072008  2009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
Navigate by Thread:
Prev: soft IOC string and array records Kurt Biery
Next: Re: soft IOC string and array records Ernest L. Williams Jr.
Index: 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  <20072008  2009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
ANJ, 10 Nov 2011 Valid HTML 4.01! · Home · News · About · Base · Modules · Extensions · Distributions · Download ·
· Search · EPICS V4 · IRMIS · Talk · Bugs · Documents · Links · Licensing ·