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: Question regarding synApps:delaygen |
From: | Mark Rivers via Tech-talk <tech-talk at aps.anl.gov> |
To: | "tech-talk at aps.anl.gov" <tech-talk at aps.anl.gov>, Jörn Dreyer <j.dreyer at hzdr.de> |
Date: | Thu, 15 Sep 2022 11:59:51 +0000 |
Hi Jörn
What makes you think that only GPIB and RS232 are supported?
The st.cmd file here
https://github.com/epics-modules/delaygen/blob/master/iocBoot/iocdelaygen/st.cmd
has these lines:
###################
## For IP Asyn support
## DG645
#drvAsynIPPortConfigure("serial1","x.x.x.x:5025",0,0,0)
###################
This implies support for Ethernet. That st.cmd loads this db645.cmd file https://github.com/epics-modules/delaygen/blob/master/iocBoot/iocdelaygen/dg645.cmd
which has these comments.
###################
### Stanford Research Systems (SRS) DG645
# You can use the serial port or the network port, as in the main st.cmd.
###################
So it looks to me like the network port is supported.
Mark
From: Tech-talk <tech-talk-bounces at aps.anl.gov> on behalf of Jörn Dreyer via Tech-talk <tech-talk at aps.anl.gov>
Sent: Thursday, September 15, 2022 6:33 AM To: tech-talk at aps.anl.gov <tech-talk at aps.anl.gov> Subject: Question regarding synApps:delaygen Hello
I was looking into the synApps:delyagen module because we have a couple of Stanford Resarch DG645 boxes in our facility that we would like to control from EPICS. Currently the driver support GPIB and RS232 interfaces. What about the ethernet interface? Do you know if someone is working on porting the driver to be an AsynPortDriver derived class? Regards, Jörn |