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: Lookup table problem |
From: | Ralph Lange <[email protected]> |
To: | tech-talk <[email protected]> |
Date: | Thu, 21 Oct 2010 12:07:04 -0400 |
The ai and ao records included in base support a breakpoint table facility which may be adequate for your needs. But this conversion is to/from RVAL (which is an int) and VAL (which is a double). I hacked a bpt record (based on the ai record) which used the break point table functions included in base to do double to double conversions for my needs. In this way, everything was done in the EPICS database (no sequencer, no subroutine records, etc).