Skip to content
Snippets Groups Projects
Commit 2abc4570 authored by Jonathan Hanks's avatar Jonathan Hanks
Browse files

Merge branch 'default_daqdrc_updates' into 'master'

Work on #181 updates to the default/sample daqdrc.

See merge request cds/advligorts!183
parents 0e5598c2 ddd3c388
No related branches found
No related tags found
1 merge request!183Work on #181 updates to the default/sample daqdrc.
......@@ -48,20 +48,14 @@ set detector_altitudes=1.0,2.0;
set detector_midpoints=2000.0, 2000.0;
# Setup for writing frames
set num_dirs = 10;
set frames_per_dir=225;
set full_frames_per_file=1;
# full_frames_blocks_per_frame is the number of seconds in a raw frame
set full_frames_blocks_per_frame=16;
set frame_dir="/frames/full", "X-X1_R-", ".gwf";
# setup for writing trend frames
set trend_num_dirs=10;
set trend_frames_per_dir=1440;
set trend_frame_dir= "/frames/trend/second", "X-X1_T-", ".gwf";
set minute-trend-num-dirs=10;
set minute-trend-frames-per-dir=24;
set minute-trend-frame-dir="/frames/trend/minute", "X-X1_M-", ".gwf";
# uncomment these two lines to write minute trends
......@@ -127,7 +121,7 @@ start producer;
# start the epics CA server (not the edcu) which gives status information
# via epics.
start epics server "X1:DAQ-SHM0_" "X1:DAQ-SHM0_";
start epics server "X1:DAQ-DC0_" "X1:DAQ-DC0_";
# start the listening threads
# 8087 is the more 'text' based protocol, it is not strictly needed anymore. But is meant
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment