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: device support for Keithley 2450 |
From: | "Brown, Garth via Tech-talk" <tech-talk at aps.anl.gov> |
To: | EPICS Tech Talk <tech-talk at aps.anl.gov>, "Siddons, David" <siddons at bnl.gov> |
Date: | Wed, 25 Nov 2020 05:59:46 +0000 |
I have a streamdevice based IOC talking to their similar 2612. My code wouldn't be directly useful to you, but depending on how you plan to use the 2450, the approach might suit you. They support a flavor of Lua with their own extensions that they call TSP.
It was easy to learn. Console input/output from a TSP program can be used to write your own commands which interface with streamdevice. I used that interface for initialization and setting parameters. The TSP program executes a complicated series of measurements
with timing requirements and 100+ data points, then sends the set of data back to streamdevice asynchronously.
On the other hand, if you want it for a general purpose lab instrument, this approach might not be flexible enough.
Garth
From: Tech-talk <tech-talk-bounces at aps.anl.gov> on behalf of Siddons, David via Tech-talk <tech-talk at aps.anl.gov>
Sent: Tuesday, November 24, 2020 6:28 AM To: EPICS Tech Talk <tech-talk at aps.anl.gov> Subject: device support for Keithley 2450
HI Tech-Talkers,
Does anyone have support for the Keithley 2450 SourceMeter?
THanks,
Pete.
|