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: Fwd: CA link behavior
From: Andrew Johnson <[email protected]>
To: [email protected]
Date: Wed, 9 Dec 2009 16:18:10 -0600
On Wednesday 09 December 2009 15:06:23 Ralph Lange wrote:
>
> I can see the unexpected string type link behavior possibly being
> intended to do something like an auto-save/restore on record C. This
> could be an interesting feature, if (and only if) it is independent from
> data type (obviously) and configurable (which requires a CA protocol
> change to allow the link spec to define target record processing -
> instead of the PP option of the target field now used for that purpose).

I subsequently discovered that the only reason that non-string output links do 
not replicate the string behavior and re-send their last value when the target 
IOC reboots is probably because of a typo made in 1996.  Both branches of a 
conditional contain the line
   plink->value.pv_link.pvlMask |= pvlOptOutString;
but arguably one of them should actually say
    plink->value.pv_link.pvlMask |= pvlOptOutNative;
which would make all output links re-do their puts on reconnect.  There is no 
other purpose for those two bits in the pvlMask.

Also, this behavior only happens when CA reports the native channel type as an 
ENUM and the value being put is a string, so it doesn't currently happen for 
all string outputs.

I do not plan to make the above change, and in fact I will probably comment 
out both lines, because in the future I think we should look at adding a flag 
(ROR = Resend On Reconnect?) to output links to allow users to turn this 
behavior on.  I can see it as being useful in some cases.  I'm not so sure 
about the idea of a put without causing processing though...

Having a related flag to control the reconnect behavior of CP input links 
might be worth considering.

- Andrew  (leaving for home through the snow-storm now)
-- 
The best FOSS code is written to be read by other humans -- Harald Welte


Replies:
Re: Fwd: CA link behavior Ralph Lange
References:
Re: CA link behavior Andrew Johnson
Re: Fwd: CA link behavior Dirk Zimoch
Re: Fwd: CA link behavior Ralph Lange

Navigate by Date:
Prev: Re: Odd widget layout in EDM on OS X Pelaia II, Tom
Next: RE: Any News on EPICS 3.14.11 with vxWorks 6.7 Jeff Hill
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: Fwd: CA link behavior Ralph Lange
Next: Re: Fwd: CA link behavior Ralph Lange
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 ·