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

Compare with Current View Page History

« Previous Version 3 Current »

Setup & Diagnosing

The camrecorder process for recording EPICS camera data on a local disk runs on psrec01.

The PV is OTRS:DMP1:695:Image:ArrayData

Some instructions

ssh -X psrec01

To view recorded XTCAV data:

/reg/g/pcds/dist/pds/amo/ami-current/build/ami/bin/x86_64-linux-opt/offline_ami -p /u2/REC/daq

To check incoming XTCAV data:

bash
export EPICS_CA_AUTO_ADDR_LIST=NO
export EPICS_CA_ADDR_LIST=192.168.0.3
export EPICS_CA_SERVER_PORT=5068
export EPICS_CA_MAX_ARRAY_BYTES=10000000
camonitor -# 10 OTRS:DMP1:695:Image:ArrayData

caget OTRS:DMP1:695:Image:ArraySize0_RBV   /* width */

caget OTRS:DMP1:695:Image:ArraySize1_RBV   /* height */

Known Issues

The fiducial number (pulseID) recorded for this camera is late compared to the DAQ/BLD if the height of the readout image is too large (>330?).

 

  • No labels