Experimental Physics and Industrial Control System
|
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 <tech-talk-bounces at aps.anl.gov> on behalf of Patel, Anjali Himanshukumar via Tech-talk <tech-talk at aps.anl.gov>
Sent: Monday, July 22, 2024 2:49 PM
To: tech-talk at aps.anl.gov <tech-talk at aps.anl.gov>
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
<2024>
2025
- 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
<2024>
2025
|
ANJ, 11 Sep 2024 |
·
Home
·
News
·
About
·
Base
·
Modules
·
Extensions
·
Distributions
·
·
Download
·
Search
·
IRMIS
·
Talk
·
Documents
·
Links
·
Licensing
·
|