EPICS Controls Argonne National Laboratory

Experimental Physics and
Industrial Control System

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  <20242025  2026  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  <20242025  2026 
<== Date ==> <== Thread ==>

Subject: Re: EPICS Archiver
From: John Dobbins via Tech-talk <[email protected]>
To: "[email protected]" <[email protected]>, "Patel, Anjali Himanshukumar" <[email protected]>
Date: Mon, 22 Jul 2024 19:01:00 +0000

Look at:


It is straightforward to write a Python script which takes a list of PVs and sends the appropriate requests.

Something like

import requests

my_file = open('pvs.txt', 'r')
Lines = my_file.readlines()
for line in Lines:
      x = line.strip()

John Dobbins

Research Support Specialist
Cornell High Energy Synchrotron Source
Cornell University





From: Tech-talk <[email protected]> on behalf of Patel, Anjali Himanshukumar via Tech-talk <[email protected]>
Sent: Monday, July 22, 2024 2:49 PM
To: [email protected] <[email protected]>
Subject: EPICS Archiver
 
Is there a way to programmatically delete the PVs on EPICS archiver appliance rather than deleting manually? Please guide further.

Thank you


References:
EPICS Archiver Patel, Anjali Himanshukumar via Tech-talk

Navigate by Date:
Prev: EPICS Archiver Patel, Anjali Himanshukumar via Tech-talk
Next: dbGetField AI.DPVT Dave Bracey via Tech-talk
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  <20242025  2026 
Navigate by Thread:
Prev: EPICS Archiver Patel, Anjali Himanshukumar via Tech-talk
Next: dbGetField AI.DPVT Dave Bracey via Tech-talk
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  <20242025  2026 
ANJ, 19 Mar 2026 · Home · News · About · Talk · Base · Modules · Extensions ·
· Distributions · Download · Documents · Links · Licensing ·