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  <20182019  2020  2021  2022  2023  2024  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  <20182019  2020  2021  2022  2023  2024 
<== Date ==> <== Thread ==>

Subject: RE: Bypassing Options in ImageMode in AreaDetector
From: Iain Marcuson <[email protected]>
To: Mark Rivers <[email protected]>, "[email protected]" <[email protected]>
Date: Fri, 14 Sep 2018 14:08:10 +0000

That is what I did in my first implementation, although due to how I set things up I was modifying the ADCore template, which doesn’t seem very portable.  I may have to make a separate AreaDetector project for our sensor and modify that.

 

Iain.

 

From: Mark Rivers <[email protected]>
Sent: Friday, September 14, 2018 10:05 AM
To: Iain Marcuson <[email protected]>; [email protected]
Subject: RE: Bypassing Options in ImageMode in AreaDetector

 

Hi Iian,

 

You can do it in a simpler way.  You can just redefine the fields of the existing ImageMode record in the database for your detector.  You don’t need to leave a gap.  The ONVL field can be 2, it does not have to be 1.

 

Here is an example from ADAndor/andorApp/Db/andorCCD.template where additional choices were added:

 

record(mbbo, "$(P)$(R)ImageMode")

{

   field(ZRST, "Single")

   field(ZRVL, "0")

   field(ONST, "Multiple")

   field(ONVL, "1")

   field(TWST, "Continuous")

   field(TWVL, "2")

   field(THST, "Fast Kinetics")

   field(THVL, "3")

   field(VAL,  "2")

}

 

record(mbbi, "$(P)$(R)ImageMode_RBV")

{

   field(ZRST, "Single")

   field(ZRVL, "0")

   field(ONST, "Multiple")

   field(ONVL, "1")

   field(TWST, "Continuous")

   field(TWVL, "2")

   field(THST, "Fast Kinetics")

   field(THVL, "3")

   field(SCAN, "I/O Intr")

}

 

In your case you can do:

record(mbbo, "$(P)$(R)ImageMode")

{

   field(ZRST, "Single")

   field(ZRVL, "0")

   field(ONST, "Continuous")

   field(ONVL, "2")

}

 

record(mbbi, "$(P)$(R)ImageMode_RBV")

{

   field(ZRST, "Single")

   field(ZRVL, "0")

   field(ONST, "Continuous")

   field(ONVL, "2")

}

 

Mark

 

 

From: [email protected] <[email protected]> On Behalf Of Iain Marcuson
Sent: Friday, September 14, 2018 8:51 AM
To: [email protected]
Subject: Bypassing Options in ImageMode in AreaDetector

 

I am using areaDetector in a product.  We only want to use “Single” and “Continuous” ImageMode, not “Multiple”.  In the first implementation, I modified ADBase.template to remove the “Multiple” option.  For a more portable solution, I made a new mbbo record without the Multiple option, and set the OUT field to $(P)$(R)ImageMode.  However, I had to define “ZRVAL” and “TWVAL”, skipping “ONVAL” (Multiple), leaving a gap in a drop-down menu.  Is there a way to avoid this gap?

 

Thank you,

 

Iain Marcuson

Software Engineer, Sydor Technologies

585.278.1168 | www.SydorTechnologies.com

Skype: [email protected]

 


Replies:
Re: Bypassing Options in ImageMode in AreaDetector Andrew Johnson
RE: Bypassing Options in ImageMode in AreaDetector Mark Rivers
References:
Bypassing Options in ImageMode in AreaDetector Iain Marcuson
RE: Bypassing Options in ImageMode in AreaDetector Mark Rivers

Navigate by Date:
Prev: RE: Bypassing Options in ImageMode in AreaDetector Mark Rivers
Next: Re: Bypassing Options in ImageMode in AreaDetector Andrew Johnson
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  <20182019  2020  2021  2022  2023  2024 
Navigate by Thread:
Prev: RE: Bypassing Options in ImageMode in AreaDetector Mark Rivers
Next: Re: Bypassing Options in ImageMode in AreaDetector Andrew Johnson
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  <20182019  2020  2021  2022  2023  2024 
ANJ, 14 Sep 2018 Valid HTML 4.01! · Home · News · About · Base · Modules · Extensions · Distributions · Download ·
· Search · EPICS V4 · IRMIS · Talk · Bugs · Documents · Links · Licensing ·