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  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  <20232024  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  <20232024 
<== Date ==> <== Thread ==>

Subject: Re: [EXTERNAL] phoebus Tank widget: Limits from PV?
From: "Kasemir, Kay via Tech-talk" <tech-talk at aps.anl.gov>
To: Paul Sichta <psichta at pppl.gov>
Cc: "tech-talk at aps.anl.gov" <tech-talk at aps.anl.gov>
Date: Thu, 6 Jul 2023 13:01:27 +0000

>  I am using an old mvme-177 IOC to serve these PV, so that may make matters worse

 

If it’s an older EPICS release, the DBE_PROPERTY might not be supported.

You can look in the EPICS base release notes to see when DBE_PROPERTY was introduced, but note that this happened in stages.

Initially, I think it only covered changes in enum PV labels, then support for changing units, precision, limits, … was added in various steps.

 

To test from the command line, you’d want to monitor for DBR_CTRL_DOUBLE with DBE_PROPERTY in one terminal, and for DBR_TIME_DOUBLE with DBE_VALUE in another window. The first one should show updates for only property changes, the latter for any value change.

Unfortunately, only ‘caget’ allows setting the DBR_... request type, while only ‘camonitor’ allows setting the DBE_... event type, so you can’t fully replicate this from the command line.

The closest would be:

 

# Fetch the control info once (can’t monitor)

caget -d DBR_CTRL_DOUBLE ThePV

 

# Monitor for ‘property’ changes (DBE_PROPERTY, but can’t request DBR_CTRL_DOUBLE  for the type)

camonitor -m p ThePV  

 

 


References:
phoebus Tank widget: Limits from PV? Paul Sichta via Tech-talk
Re: [EXTERNAL] phoebus Tank widget: Limits from PV? Kasemir, Kay via Tech-talk
Re: [EXTERNAL] phoebus Tank widget: Limits from PV? Paul Sichta via Tech-talk
Re: [EXTERNAL] phoebus Tank widget: Limits from PV? Kasemir, Kay via Tech-talk
Re: [EXTERNAL] phoebus Tank widget: Limits from PV? Paul Sichta via Tech-talk

Navigate by Date:
Prev: Re: [EXTERNAL] Information about the deployment of CSS Phoebus Kasemir, Kay via Tech-talk
Next: Re: [EXTERNAL] Information about the deployment of CSS Phoebus Eusebio Naif Al-Soliman Fuentes via Tech-talk
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  <20232024 
Navigate by Thread:
Prev: Re: [EXTERNAL] phoebus Tank widget: Limits from PV? Paul Sichta via Tech-talk
Next: Re: [EXTERNAL] phoebus Tank widget: Limits from PV? Jure Varlec via Tech-talk
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  <20232024 
ANJ, 07 Jul 2023 Valid HTML 4.01! · Home · News · About · Base · Modules · Extensions · Distributions · Download ·
· Search · EPICS V4 · IRMIS · Talk · Bugs · Documents · Links · Licensing ·