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: PicoHarp 300 |
From: | "Abbott, Michael \(DLSLtd, RAL, LSCI\) via Tech-talk" <tech-talk at aps.anl.gov> |
To: | "tech-talk at aps.anl.gov" <tech-talk at aps.anl.gov> |
Date: | Thu, 21 Jan 2021 08:49:59 +0000 |
Hi Yong,
Tom has pointed your query out to me (afraid I've not been monitoring this mailing list for some time, I hope you get this).
You should be able to build the database file using epicsdbbuilder which you can find at
https://github.com/Araneidae/epicsdbbuilder . I'm afraid it looks like the link in the readme for picoharp goes to the wrong place, just pick up the current version from github. This tool is not Diamond
specific (anymore...)!
Let me know if you have any problems building this and I'll be happy to help.
Regards,
From: Cobb, Tom (DLSLtd,RAL,LSCI) <tom.cobb at diamond.ac.uk>
Sent: 21 January 2021 08:43 To: Abbott, Michael (DLSLtd,RAL,LSCI) <michael.abbott at diamond.ac.uk> Subject: Fw: PicoHarp 300
I guess this might be a question for you?
Thanks,
Tom
From: Tech-talk <tech-talk-bounces at aps.anl.gov> on behalf of Hu, Yong via Tech-talk <tech-talk at aps.anl.gov>
Sent: 19 January 2021 16:30 To: tech-talk at aps.anl.gov <tech-talk at aps.anl.gov> Subject: PicoHarp 300 Does anyone have a ready-to-use db file (picoharp.db) for PicoHarp 300?
I managed to build the pico library from source codes: https://github.com/Araneidae/picoharp , but failed to generate the db file because the building process seems heavily dependent on Diamond Light Source internal environment.
Another question: has anyone managed to use a USB-to-Ethernet converter to control PicoHarp 300 through the EPICS driver?
Thanks, Yong
-------------------------------------------------------------------------------------------------------- The following is my configuration and tests: configure/RELEASE: EPICSDBBUILDER = /home/yhu/epicsdbbuilder
configure/CONFIG_SITE: PYTHON = /usr/bin/python
make[2]: Leaving directory `/direct/iocs_diagnostics/picoharp/picoharpApp/src' make -C ./Db install make[2]: Entering directory `/direct/iocs_diagnostics/picoharp/picoharpApp/Db' make -C O.linux-x86 -f ../Makefile TOP=../../.. T_A=linux-x86 install make[3]: Entering directory `/direct/iocs_diagnostics/picoharp/picoharpApp/Db/O.linux-x86' /usr/bin/python ../picoharp.py ../O.Common/picoharp.db Traceback (most recent call last): File "../picoharp.py", line 1, in <module> from support import * File "/direct/iocs_diagnostics/picoharp/picoharpApp/Db/support.py", line 12, in <module> from epicsdbbuilder import * ImportError: No module named epicsdbbuilder make[3]: *** [../O.Common/picoharp.db] Error 1
$ ipython In [1]: from epicsdbbuilder import * In [2]: pwd Out[2]: u'/home/yhu/epicsdbbuilder'
-- This e-mail and any attachments may contain confidential, copyright and or privileged material, and are for the use of the intended addressee only. If you are not the intended addressee or an authorised recipient of the addressee please notify us of receipt by returning the e-mail and do not use, copy, retain, distribute or disclose the information in or attached to the e-mail. |