"Johann M. Heuser" wrote:
> I know already that EPICS database fields HOPR and LOPR should be used to
> check the demanded voltages for upper/lower boundaries. However, it appears
> to me that in our high voltage record there are no such fields yet. They
> are not listed when I print records on the crate controller.
> I append the definition file of the high voltage record that we are using
> to this message.
HOPR,LOPR just happen to be the fields normally used for display limits and
DRVH,DRVL the fields for control limits. This convention is followed by most if
not all record types supplied with base but it is just a convention.
It is the record support module that implements limits. In particular the record
support routines get_graphic_double, get_control_double, get_alarm_double.
Thus to solve your problem your high voltage record support module must
implement at least get_graphic_double.
See "Chapter 8: Record Support" of the Application developer's Guide for
details.
Marty Kraimer
- References:
- EPICS question: upper/lower voltage check Johann M. Heuser
- Navigate by Date:
- Prev:
Re: EPICS question: upper/lower voltage check Burkhard W. Kolb
- Next:
Re: telnet based device support Peregrine M. McGehee
- 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
- Navigate by Thread:
- Prev:
Re: EPICS question: upper/lower voltage check Burkhard W. Kolb
- Next:
telnet based device support Jim Thomas
- 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
|