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
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
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
<2024>
2025
2026
|
|
ANJ, 19 Mar 2026 |
·
Home
·
News
·
About
·
Talk
·
Base
·
Modules
·
Extensions
·
·
Distributions
·
Download
·
Documents
·
Links
·
Licensing
·
|