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: 3.14 v.s. 3.15 vs. v4 |
From: | Andrew Johnson <[email protected]> |
To: | "Boyes, Matthew" <[email protected]> |
Cc: | "[email protected]" <[email protected]> |
Date: | Wed, 7 Nov 2012 10:53:32 -0500 |
Hi Matt, On 2012-11-06 Boyes, Matthew wrote: > Thank you for posting your demo db from your EPICS 3.15 talk. Is there more > documentation regarding the Server-side per channel filtering? I haven't > been able to find much documentation about it in the 3.15 Release Notes. That's one of the reasons the 3.15.0.x releases are not meant for operational use, because we haven't had the chance to write the documentation for the new features yet. I have started writing some words for the channel filters which are attached to this email, but beyond this you'd have to email Ralph Lange who wrote the filters, or start looking at their source code (which can be found in src/std/filters) to work out what they can do. - Andrew -- READ CAREFULLY. By reading this email, you agree, on behalf of your employer, to release me from all obligations and waivers arising from any and all NON-NEGOTIATED agreements, licenses, terms-of-service, shrink-wrap, click-wrap, browse-wrap, confidentiality, non-disclosure, non-compete and acceptable use policies ("BOGUS AGREEMENTS") that I have entered into with your employer, its partners, licensors, agents and assigns, in perpetuity, without prejudice to my ongoing rights and privileges. You further represent that you have the authority to release me from any BOGUS AGREEMENTS on behalf of your employer.Title: Channel Filters
Channel FiltersChannel Filters can be applied to Channel Access channels by a client, using a JSON Field Modifier to select the filter and any parameters. The following filters are available in this release: Using FiltersChannel filters can be added to any Channel Access channel name.
There can be more than one filter applied to the same channel,
in which case the order that they are specified will control the order in which they are applied to the resulting data-stream.
The filter specification must appear after the field name,
or if the default (VAL) field is used after a dot Each filter is given as a name/value pair.
The filter name (given in parentheses in the titles below) is a string,
and must be enclosed inside double-quotes Example FilterGiven a record called test:channel.{"f":{"lo":0,"hi":10}} Note that due to the required presence of the double-quote characters in the JSON strings in the name string, it will usually be necessary to enclose a filtered name within single-quotes Filter ReferenceTimeStamp Filter
|