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  <20082009  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  <20082009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
<== Date ==> <== Thread ==>

Subject: Re: Listen to multiple events
From: Emmanuel Mayssat <[email protected]>
To: Korhonen Timo <[email protected]>
Cc: [email protected], Dehong Zhang <[email protected]>
Date: Tue, 18 Mar 2008 10:40:49 -0700
On Tue, 2008-03-18 at 13:09 +0100, Korhonen Timo wrote:
> set to the same number. The ai record could then look like this:
> 
> record(ai, "Test:RecordToProcessOnEvent1or2") {
>   field(SCAN, "Event")
>   field(EVNT, "1")   
> #EVNT is the soft event number
> 
> ...other ai fields here...
> }

The problem with this method is that you have to keep track of the event
numbers in use. I believe epics support only 256 events. If a device
driver sends the same event ~number~ than the one expected by another
driver, then you are toasted!

> 
> This way you do not have to FLNK to each record, and there are also 
> other possibilities

With FLNK you don't have the same issue

> to dispatch the events, like from a calcout record (using OEVT and 
> OOPT). Usually  this is
> much more flexible method for the applications.

Interesting. I never noticed that calcout records could be configured to
generate events.


> > record(event, "Test:Event1") {
> >   field(DTYP, "MRF Event Receiver")
> >   field(INP, "#C0 S1 @")
> >   field(SCAN, "I/O Intr")
> >   field(VAL, "1")
> >   field(FLNK, "Test:RecordToProcessOnEvent1or2")
> > }

When I red the above, I was a little confused.
event records are usually generating events, not receiving them.(source
epics record manual). The record above seems to be using a DTYP I am
unfamiliar with. Where can I find the source? Is that event driver
specific?

Cheers,

--
E


Replies:
RE: Listen to multiple events Allison, Stephanie
Re: Listen to multiple events Korhonen Timo
References:
Listen to multiple events Dehong Zhang
RE: Listen to multiple events Allison, Stephanie
Re: Listen to multiple events Korhonen Timo

Navigate by Date:
Prev: Re: Memory Problem related to CA? Andrew Johnson
Next: RE: Listen to multiple events Allison, Stephanie
Index: 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  <20082009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
Navigate by Thread:
Prev: Re: Listen to multiple events Korhonen Timo
Next: RE: Listen to multiple events Allison, Stephanie
Index: 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  <20082009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
ANJ, 02 Sep 2010 Valid HTML 4.01! · Home · News · About · Base · Modules · Extensions · Distributions · Download ·
· Search · EPICS V4 · IRMIS · Talk · Bugs · Documents · Links · Licensing ·