EPICS Home

Experimental Physics and Industrial Control System


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

Subject: Re: Disable database question
From: Andrew Johnson <[email protected]>
To: <[email protected]>
Date: Thu, 30 Oct 2014 12:57:21 -0500
Hi Elmer,

On 10/30/2014 11:48 AM, Elmer Pensack wrote:
> This may sound like an odd request, but is there a way to stop
> processing all PVs in the database? I know I can stop processing
> individual PVs using  the DISV field, but I was wondering if there was a
> way to stop processing the whole database at once without looping
> through every PV.

There is an IOC command "iocPause" which pauses the IOC, stopping all
the scan threads, CA input link processing and the RSRV CA server
threads; use "iocRun" to restart everything again. However depending on
what your device and driver support do this might have deleterious
effects on them, so you should test the IOC thoroughly before relying on
this.

Device and driver support can request notification of the start and end
of a pause using the initHooks facility, and can see that the IOC is not
active by looking at the interruptAccept variable.  While the IOC is
paused new CA clients will not be able to connect to any PVs on the IOC,
and already-connected clients will disconnect after a 35 second delay.

If you want the IOC to stay alive and visible to the outside world then
Bob's suggestion of pointing all the record's SDIS links (which he
mis-spelled as DISL) to a single "ioc enable" PV would probably be
better. There is a brief description of this mechanism at
https://wiki-ext.aps.anl.gov/epics/index.php/RRM_3-14_dbCommon#Scan_Fields

HTH,

- Andrew
-- 
People everywhere confuse what they read in newspapers with news.
-- A. J. Liebling

Replies:
RE: Disable database question Zelazny, Michael Stanley
Re: Disable database question Hu, Yong
References:
Disable database question Elmer Pensack

Navigate by Date:
Prev: Re: Discussion about licenses, copyrights, business, and source code Andrew Johnson
Next: Re: Disable database question Ralph Lange
Index: 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  <20142015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
Navigate by Thread:
Prev: Re: Disable database question Ralph Lange
Next: RE: Disable database question Zelazny, Michael Stanley
Index: 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  <20142015  2016  2017  2018  2019  2020  2021  2022  2023  2024