1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 <2007> 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 | Index | 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 <2007> 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 |
<== Date ==> | <== Thread ==> |
---|
Subject: | Re: Timed Execution |
From: | Maren Purves <[email protected]> |
To: | tech talk <[email protected]> |
Date: | Tue, 20 Mar 2007 08:45:12 -1000 |
On Mar 19, 2007, at 17:12 , David Dudley wrote:
Is there a way to:
1. Set a particular database block to scan at a specific time?
Hi Dave:
There is no simple building block like a "run-at" record. I had a similar question some time ago, and when you search tech-talk, you might still find the answers. Things one can do:
1) run a 'cron' job on the host that basically performs a 'caput' to some PV which then triggers stuff. Trivial to set up, but then you depend on the host to trigger the IOC.
you can also run a cron job (spawn a process) on the IOC (we do that on some of ours).
Aloha, Maren