Table of Contents |
---|
...
You can add/remove any data you want in the epicsArchive data group readout.
The path is /cds/group/pcds/dist/pds/tmo/misc
/
The tmo file we use is epicsArch_tmo.txt
. Let's look at two features of this:
...
Add a comment with a #
Code Block |
---|
# Power meter at IM2K4 |
Add a pointer name of your choosing with *
Code Block |
---|
*IM2K4_XrayPower |
For the LCLS2 DAQ, you should also specify which protocol is used to access the PV:
Add the pv PV name specifying whether it is read using channel access (ca), or pv PV access (pva) at the end end
Code Block |
---|
IM2K4:PPM:SPM:VOLT_RBV ca |
For the LCLS1 DAQ, you only list the PV
Code Block |
---|
...
IM2K4:PPM:SPM:VOLT_RBV |
You can made make a file with a subset of PVs, give it a meaningful name like epicsArch_vmi.txt
for all the vmi variables to record. You can then reference that file with '<' in the main file as below.
Code Block |
---|
# MPOD/VMI information |
...
< epicsArch_vmi.txt |
LCLS-II Data Acquisition and Analysis
...
Online Analysis Tutorial (AMI) - presented at 2014 SSR/LCLS Users Meeting: LCLS Data Analysis Workshop
DAQ Overview and Online Analysis - presented at 2010 SSRL/LCLS Users Meeting : LCLS Data Analysis Workshop
Online Analysis Design - Matt's presentation for Jan 2012 DAQ Meeting
Trouble Shooting guide for scientists or first level responders.
Pedestals for detector correction