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: Phoebus MBBO labels |
From: | "Kasemir, Kay via Tech-talk" <tech-talk at aps.anl.gov> |
To: | "tech-talk at aps.anl.gov" <tech-talk at aps.anl.gov>, "Smith, William" <william.smith at helmholtz-berlin.de> |
Date: | Mon, 27 Jun 2022 12:13:03 +0000 |
> I would like to be able to enable or disable each bit of the mbbo.
The MBBO (and MBBI) types of records don't deal with bits.
They provide an enumerated value, a number 0..N to describe N different states, and each state can be mapped to/from an underlying raw value, see
If you want to control bits of a value, look at the MBBODirect (and MBBIDirect) types of records,
https://epics.anl.gov/base/R7-0/6-docs/mbboDirectRecord.html
There each bit comes with a PV like "name_of_record.B5"
|