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 Channel Access (PV access) to REST bridge? |
From: | Vincent van Beveren via Tech-talk <tech-talk at aps.anl.gov> |
To: | "tech-talk at aps.anl.gov" <tech-talk at aps.anl.gov> |
Date: | Wed, 11 Dec 2024 12:02:17 +0000 |
Hi Lin, Thanks for your comprehensive reply! We will look into the different options you’ve provided. Best regards, Vincent van Beveren Control System Engineer Present: Mon - Tue - Wed - Thu - Fri ----------------------------------------------------------------------------- High Voltage Engineering Europa B.V. Amsterdamseweg 63, 3812 RR Amersfoort P.O. Box 99, 3800 AB Amersfoort, The Netherlands Tel +31334619741 Fax +31334615291 E-mail
vvanbeveren at highvolteng.com ---------------------------------------------------------------------------- From: Wang, Lin <wanglin at ihep.ac.cn> Hello Vincent, Typically, caget and caput functions can be implemented via REST APIs, but the camonitor function needs to be implemented using WebSocket. The following tools provide such functions, 1. epics2web https://smex-ctp.trendmicro.com:443/wis/clicktime/v1/query?url=""> It is maintained by JeffersonLab and supports Channel Access, but currently does not support PV Access. 2. pvws https://smex-ctp.trendmicro.com:443/wis/clicktime/v1/query?url=""> It is maintained by ORNL, supports both Channel Access and PV Access, but I did not find REST APIs for caget and caput (probably not difficult to implement). If caget and caput REST APIs are needed in pvws, probably you can customize pvws and add them. For example, at CSNS I customized pvws and added pvget/pvput interfaces as follows, https://smex-ctp.trendmicro.com:443/wis/clicktime/v1/query?url=""> https://smex-ctp.trendmicro.com:443/wis/clicktime/v1/query?url=""> Regards, Lin
|