You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 30 Next »

Common features:

DAQ epicsArch - Archived Data

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

Adding a single variable to the file

Add a comment with a #

# Power meter at IM2K4

Add a pointer name of your choosing with *

*IM2K4_XrayPower

Add the pv name specifying whether it is read using channel access (ca), or pv access (pva) at the end

IM2K4:PPM:SPM:VOLT_RBV ca

Add a whole file with a bunch of variables

I made a file named epicsArch_vmi.txt for all the vmi variables to record.  You can reference that file with '<' in the main file as below.

# MPOD/VMI information

< epicsArch_vmi.txt


LCLS2 DAQ:

LCLS-II Data Acquisition and Analysis

LCLS1 DAQ:

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

DAQ Troubleshooting - first level - Trouble Shooting guide for scientists or first level responders.

Pedestals for detector correction

Operating the DAQ

AMI Online Monitoring

Python Scripting

  • No labels