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  <20192020  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  2018  <20192020  2021  2022  2023  2024 
<== Date ==> <== Thread ==>

Subject: RE: Is anyone building AreaDetector with Sumo?
From: "Ivashkevych, Oksana via Tech-talk" <[email protected]>
To: Jeong Han Lee <[email protected]>
Cc: "[email protected]" <[email protected]>
Date: Thu, 22 Aug 2019 20:27:13 +0000

Hi Han,

What I meant is we do not have areaDetector package now. We did have it for aravis a while ago, made by Michael Davidsaver, when he worked @ NSLS2.

 

Now we build base 7, all modules needed by areaDetector and  the AD modules we need. We don't even build areaDetector against Debian packages because our users like using PVA images, and we need base 7 for this.

 

Also, with bluesky on the data collection side, our users manage to run into  rare race conditions which Mark helps us to nail, reproduces, and later fixes.

 

If you by any chance get excited  about packaging pointGrey for example, I will be the first volunteer in line to test it!  J

 

Oksana

 

> -----Original Message-----

> From: Jeong Han Lee <[email protected]>

> Sent: Thursday, August 22, 2019 4:05 PM

> To: Ivashkevych, Oksana <[email protected]>

> Cc: [email protected]

> Subject: Re: Is anyone building AreaDetector with Sumo?

>

> Hi Oksana,

>

> >         > BTW, how Debian-based facilities does handle the areadetector?

> >

> > At NSLS2 we build from source, following areaDetectror build

> infrastructure.

> > All other modules we deploy via packages.

>

>    I only see https://github.com/epicsdeb/areadetector, however it is a quite

> old.  Can you share the deb repository? I am really interesting to see how it

> works.

>

>    Best,

>    Han

>

>

>

>

> >

> >> -----Original Message-----

> >> From: [email protected] <[email protected]>

> >> On Behalf Of Jeong Han Lee via Tech-talk

> >> Sent: Wednesday, August 21, 2019 6:55 PM

> >> To: Johnson, Andrew N. <[email protected]>; EPICS tech-talk <tech-

> >> [email protected]>

> >> Subject: Re: Is anyone building AreaDetector with Sumo?

> >>

> >> Hi Andrew,

> >>

> >>

> >> On 8/21/19 8:14 PM, Johnson, Andrew N. via Tech-talk wrote:

> >>> I realise there probably aren't many sites out there using the HZB

> >>> Sumo package

> >>> <https://urldefense.proofpoint.com/v2/url?u=https-3A__goetzpf.bitbuc

> >>> ke

> >>>

> >>

> t.io_sumo_&d=DwIDaQ&c=aTOVZmpUfPKZuaG9NO7J7Mh6imZbfhL47t9CpZ-

> >> pCOw&r=x06s-qkiWY_RW6xat452vA&m=5vG3w0_2-

> >> 8knIdSfwVVSm2gDEe4AoiYEOu29dDnEHrQ&s=TJNyOGW4Nb6xD-

> N1PAEM-

> >> vEkldFy8M6hcdcIVNAuYe8&e= >, but has anyone who does use it worked

> >> out how to configure and build AreaDetector with it, either as a

> >> series of separate modules or as one big module?

> >>>

> >>> Unlike most EPICS modules AreaDetector has multiple kinds of RELEASE

> >>> files that need to be populated, and a non-trivial configuration

> >>> process (which is well-documented

> >>> <https://urldefense.proofpoint.com/v2/url?u=https-

> >> 3A__areadetector.github.io_master_install-

> >>

> 5Fguide.html&d=DwIDaQ&c=aTOVZmpUfPKZuaG9NO7J7Mh6imZbfhL47t9Cp

> >> Z-pCOw&r=x06s-qkiWY_RW6xat452vA&m=5vG3w0_2-

> >>

> 8knIdSfwVVSm2gDEe4AoiYEOu29dDnEHrQ&s=_O2G_8bHNjJhozoYHWIZ9ZD

> >> 4zbLNsGkLL3Q0beFus3I&e= >).

> >>>

> >>> The Sumo tool automates the configuration and building of sets of

> >>> EPICS modules on demand, but I'm not sure if it can cope with

> >>> configuring AreaDetector. If someone has succeeded in doing so I

> >>> would be grateful to hear details or ideas how best to approach it —

> >>> I haven't tried yet and I will need to do that soon.

> >>

> >>

> >>      If the Sumo tool does its job well with the most EPICS modules,

> >> I think, the tool does the same job on the AreaDetector also. But we

> >> may not use the current global configuration files of areadetector

> >> with the Sumo tool, because here we (ESS) can build them as

> >> individual modules, and combine "necessary components" to build "an

> >> Application" and run an IOC without any issues.

> >>

> >>

> >>      For example, in order to see images from a PointGrey  (FLIR)

> >> camera,

> >>

> >>      Here (ESS), we define system libraries and ADSupport clearly in

> >> terms of OS. And we compile ADSupport as a module, And we compile

> >> ADCore which has the maximum configuration options with both

> >> dependent libraries (system and ADSupport) together. And we compile

> >> ADPointGrey according to ADCore, ADSupport, and system libraries.

> >> (Note that the vendor libraries also we have to consider.)

> >>

> >>      The full dependent chain for my example (ignore system libraries

> >> and vendor lib) is

> >>

> >>      EPICS Base < Asyn < ADsupport < ADCore < ADPointGrey < FLIR

> >> Camera IOC application

> >>

> >>      In addition, you also have to consider how you would like to

> >> handle all template files and configuration files in the different manners.

> >>

> >>      BTW, how Debian-based facilities does handle the areadetector?

> >>

> >>

> >>      HTH,

> >>      Han

> >>

> >>

> >>

> >>

> >>> - Andrew

> >>>

> >>> --

> >>> Complexity comes for free, Simplicity you have to work for.

> >>>


References:
Is anyone building AreaDetector with Sumo? Johnson, Andrew N. via Tech-talk
Re: Is anyone building AreaDetector with Sumo? Jeong Han Lee via Tech-talk
RE: Is anyone building AreaDetector with Sumo? Ivashkevych, Oksana via Tech-talk
Re: Is anyone building AreaDetector with Sumo? Jeong Han Lee via Tech-talk

Navigate by Date:
Prev: RE: Is anyone building AreaDetector with Sumo? Mark Rivers via Tech-talk
Next: Re: Is anyone building AreaDetector with Sumo? Jeong Han Lee 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  <20192020  2021  2022  2023  2024 
Navigate by Thread:
Prev: Re: Is anyone building AreaDetector with Sumo? Jeong Han Lee via Tech-talk
Next: PINI set to YES but no VAL field in the record definition Hinko Kocevar 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  <20192020  2021  2022  2023  2024 
ANJ, 22 Aug 2019 Valid HTML 4.01! · Home · News · About · Base · Modules · Extensions · Distributions · Download ·
· Search · EPICS V4 · IRMIS · Talk · Bugs · Documents · Links · Licensing ·