EPICS Controls Argonne National Laboratory

Experimental Physics and
Industrial Control System

1994  1995  1996  1997  1998  1999  2000  <20012002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024  Index 1994  1995  1996  1997  1998  1999  2000  <20012002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
<== Date ==> <== Thread ==>

Subject: writing to non VAL fields
From: Geoff Savage <[email protected]>
To: [email protected]
Date: Mon, 16 Jul 2001 14:13:49 -0500
Hi,

We see an INVALID alarm when writing to fields in a Fermilab specific
record that are not the VAL field using a longout record and Soft
Channel device support.  I think the INVALID alarm is correct based on
the code but I don't know why it should be an error.  In dbPut
(dbAccess.c) we have         

	isValueField = dbIsValueField(pfldDes);
        if (isValueField) precord->udf=FALSE;

When udf is true the INVALID alarm is signaled from the longout record
(longoutRecord.c, alarm()).

        if(plongout->udf == TRUE ){
                recGblSetSevr(plongout,UDF_ALARM,INVALID_ALARM);
                return;
        }

Have I missed something?  Is this how it should work?

Thanks

Geoff


Replies:
Re: writing to non VAL fields Andrew Johnson

Navigate by Date:
Prev: ICALEPCS EPICS Workshop Bob Dalesio
Next: Re: writing to non VAL fields Andrew Johnson
Index: 1994  1995  1996  1997  1998  1999  2000  <20012002  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: LON-Bus Bernd Schoeneburg
Next: Re: writing to non VAL fields Andrew Johnson
Index: 1994  1995  1996  1997  1998  1999  2000  <20012002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
ANJ, 10 Aug 2010 Valid HTML 4.01! · Home · News · About · Base · Modules · Extensions · Distributions · Download ·
· Search · EPICS V4 · IRMIS · Talk · Bugs · Documents · Links · Licensing ·