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: Epics-Digitizer Communication |
From: | "Ford, Christopher" <[email protected]> |
To: | Eric Norum <[email protected]>, Hulusi Öz <[email protected]> |
Cc: | tech-talk <[email protected]> |
Date: | Fri, 29 Jul 2016 05:48:42 +0000 |
At SLAC we recently evaluated the CAEN DT5730 Digitizer with an eye toward creating EPICS asyn driver support for it. We used the DT5730's optical interface (by way of the CAEN A3818 optical controller) instead of USB.
CAEN provides C libraries for communicating with their digitizers. In our experience, these libraries took care of the low-level protocol details.
I haven't tried the digitizer's USB connection. Check out the CAEN A3818 if you want maximum performance from your DT5730.
Thanks, -Chris Ford SLAC
From: [email protected] <[email protected]> on behalf of Eric Norum <[email protected]>
Sent: Thursday, July 28, 2016 7:04 AM To: Hulusi Öz Cc: tech-talk Subject: Re: Epics-Digitizer Communication The error is indicating that the CAEN device is not a POSIX termios serial port and as such doesn’t accept the ioctl commands to set things like input timeout limits. I have no idea about the CAEN device protocol. If it happens to be USBTMC you could
use the support for that this is part of ASYN. Otherwise you’ll have to contact the CAEN folks and see what support they provide for EPICS.
--
Eric Norum [email protected] |