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: edm meter |
From: | "Jeff Hill" <[email protected]> |
To: | "'Andrew Johnson'" <[email protected]>, "'Till Straumann'" <[email protected]> |
Cc: | [email protected] |
Date: | Mon, 23 Aug 2010 14:27:31 -0600 |
Ø Using DBR_GR_XXX with value monitors could place a fair
burden on the IOC though. FWIW: If we extended the caeventmask.h to include a flags such DBE_GRAPHIC_META or
alternatively DBE_ALARM_LIMITS,
SBE_PRECISION, etc then the database could efficiently post updates only on
change. And of course this type of upgrade works better
with the new server that allows for event queue payloads other than the currently
fixed {value, alarm status, time stamp} tuple. Jeff Message
content: TSPA From: [email protected]
[mailto:[email protected]] On Behalf Of Andrew Johnson On Monday 23 August 2010 13:42:21
Till Straumann wrote: Using DBR_GR_XXX with value monitors
could place a fair burden on the IOC though. Filling in a dbr_gr_double
structure for instance requires the IOC to call the record type's get_units(),
get_precision(), get_graphic_double() and get_alarm_double() routines, and the
calling tree to get to them from the db_get_field() that rsrv calls is several
levels deep in some cases. - Andrew |