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: CAEN VME crate with controller card plus digitizers |
From: | Mark Rivers via Tech-talk <tech-talk at aps.anl.gov> |
To: | 'Josh Fiddler' <[email protected]> |
Cc: | "tech-talk at aps.anl.gov" <tech-talk at aps.anl.gov> |
Date: | Mon, 19 Jul 2021 19:09:29 +0000 |
Here are a few things you could look at: This is a framework for transient recorders, i.e. waveform digitizers https://github.com/epics-modules/transRecorder
This is a VME driver I have written for an SIS Multi-Channel Scaler, which is somewhat like a waveform digitizer: https://github.com/epics-modules/mca/tree/master/mcaApp/SISSrc
Mark From: Tech-talk <tech-talk-bounces at aps.anl.gov>
On Behalf Of Josh Fiddler via Tech-talk Greetings everyone, My current task involves implementing support for reading waveforms from a
CAEN V1740 Digitizer card installed in a
CAEN 8008B VME crate with the V1718 USB2 Bridge. They provide libraries for grabbing data with a CL application, but I want to ask if anyone has experience with this family of devices from CAEN. I've looked at soft support and the VMErecord jumped out but in hardware support there isn't a module that my current knowledge makes as an obvious choice for this set up. High-level description The digitizers are taking samples from single-ended inputs when triggered. The USB bridge is the link between the instrument and the IOC host and then onto a channel archiver taking the data to storage and made available to clients for
analysis. Thanks Josh |