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: PyDevice intro |
From: | "Cobb, Tom \(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>, "Vodopivec, Klemen" <vodopiveck at ornl.gov> |
Date: | Tue, 20 Oct 2020 08:24:00 +0000 |
Hi Klemen,
Nice library, thanks for sharing. I see that you mentioned pyDevSup in your talk, were you also aware of pythonIoc?
The device support layer is very similar to pyDevSup and PyDevice (embed a Python interpreter into an IOC build), but it also comes with record builder python functions that allow a database to be created directly from Python. At present you compile it as a
support module and it creates an IOC executable that launcher the Python interpreter.
I mention it because we have plans to turn this on its head and make it an IOC packaged as a Python module. This would mean that creating a python IOC would be as simple as pip install softioc, then running a python script that imports from softioc. This puts
it in a different space to pyDevSup and PyDevice (IOC in Python rather than Python in IOC), but there may be somethings we can share.
Thanks,
Tom
From: Tech-talk <tech-talk-bounces at aps.anl.gov> on behalf of Vodopivec, Klemen via Tech-talk <tech-talk at aps.anl.gov>
Sent: 19 October 2020 19:33 To: tech-talk at aps.anl.gov <tech-talk at aps.anl.gov> Subject: PyDevice intro Hi,
As introduced today at EPICS collaboration meeting, PyDevice project is (another) EPICS device support for Python interpreter which focuses on easy integration of Python code with EPICS database. You can find today’s presentation on the Indico website and the project is available on GitHub including the tutorial. https://indico.fhi-berlin.mpg.de/event/52/contributions/555/ https://github.com/klemenv/PyDevice/ — Klemen
-- 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. |