EPICS Controls Argonne National Laboratory

Experimental Physics and
Industrial Control System

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

Subject: nuse field in compress record
From: <[email protected]>
To: <[email protected]>
Date: Wed, 1 Jun 2011 17:28:14 +0000
Hi,

I've noticed that the NUSE field in the compress record isn't posted as an event. Is there a reason for this? Can we modify the record to post changes to NUSE?

I attempted a patch on our local copy of base 3.14.11... But for some reason it didn't work. Have I missed something?

--- src/rec/compressRecord.c    (revision 62483)
+++ src/rec/compressRecord.c    (working copy)
@@ -92,7 +92,10 @@
 
         monitor_mask = recGblResetAlarms(prec);
        monitor_mask |= (DBE_LOG|DBE_VALUE);
-       if(monitor_mask) db_post_events(prec,prec->bptr,monitor_mask);
+       if(monitor_mask) {
+         db_post_events(prec,prec->nuse,monitor_mask);
+         db_post_events(prec,prec->bptr,monitor_mask);
+       }
        return;
 }


Thanks,
Matthew


-- 
This e-mail and any attachments may contain confidential, copyright and or privileged material, and are for the use of the intended addressee only. If you are not the intended addressee or an authorised recipient of the addressee please notify us of receipt by returning the e-mail and do not use, copy, retain, distribute or disclose the information in or attached to the e-mail.
Any opinions expressed within this e-mail are those of the individual and not necessarily of Diamond Light Source Ltd. 
Diamond Light Source Ltd. cannot guarantee that this e-mail or any attachments are free from viruses and we cannot accept liability for any damage which you may sustain as a result of software viruses which may be transmitted in or with the message.
Diamond Light Source Limited (company no. 4375679). Registered in England and Wales with its registered office at Diamond House, Harwell Science and Innovation Campus, Didcot, Oxfordshire, OX11 0DE, United Kingdom
 





Replies:
Re: nuse field in compress record Andrew Johnson

Navigate by Date:
Prev: Re: EPICS on Delta Tau Power PMAC Bill Lavender
Next: Re: nuse field in compress record Andrew Johnson
Index: 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  <20112012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
Navigate by Thread:
Prev: Re: SNS CSS Message RDB Kasemir, Kay
Next: Re: nuse field in compress record Andrew Johnson
Index: 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  <20112012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
ANJ, 18 Nov 2013 Valid HTML 4.01! · Home · News · About · Base · Modules · Extensions · Distributions · Download ·
· Search · EPICS V4 · IRMIS · Talk · Bugs · Documents · Links · Licensing ·