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: Periodically calling shell functions in an IOC |
From: | Mark Rivers via Tech-talk <tech-talk at aps.anl.gov> |
To: | "'Wang, Andrew'" <wang126 at llnl.gov> |
Cc: | "Pogge, James Robert" <pogge1 at llnl.gov>, "tech-talk at aps.anl.gov" <tech-talk at aps.anl.gov> |
Date: | Wed, 13 Oct 2021 21:30:27 +0000 |
Hi Andy, streamEpics.cc defines the streamReload IOC function, so you should be able to call from the IOC shell with no need to use the OS shell. It also defines a C callable streamReload()
function that you should be able to call from SNL. Mark From: Tech-talk <tech-talk-bounces at aps.anl.gov> On Behalf Of
Wang, Andrew via Tech-talk Hello, I have a question regarding the use of shell functions with in the IOC shell. There is a shell function from StreamDevice called streamReload that I am interested in using periodically like every 30 seconds. What is the preferred method,
if there are any, for doing so? Also, is there a potential way for calling that shell function within the SNL sequencer? Thanks, Andy |