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: areaDetector synchronization question |
From: | "Shen, Guobao via Tech-talk" <tech-talk at aps.anl.gov> |
To: | EPICS Tech Talk <tech-talk at aps.anl.gov> |
Date: | Wed, 17 Aug 2022 13:25:09 +0000 |
Second Ralph’s suggestion: using pvAccess would solve your issue since it includes all meta data you need in one structure. Otherwise, removing the gateway does not really solve your fundamental problem. The chance would rely on your network traffic. Thanks, Guobao From: Tech-talk <tech-talk-bounces at aps.anl.gov> on behalf of Tech-Talk <tech-talk at aps.anl.gov> On Wed, 17 Aug 2022 at 14:46, Jörn Dreyer via Tech-talk <tech-talk at aps.anl.gov> wrote:
The one thing that would remove the issue: Use pvAccess, where the stats and the image are part of the same structure, and the client is guaranteed to get consistent updates. If you are exporting into a different protocol anyway, the difference shouldn't be that much. In terms of being future-proof, it would be a big step forward. Cheers, |