diff --git a/support/etc/advligorts/daqd.standalone.sample.rc b/support/etc/advligorts/daqd.standalone.sample.rc index eee8ba6ed9e38533842e34fdf0ba723a8086f75e..73c370b7bfc7fdeaf0f5a751652730bef95cc478 100644 --- a/support/etc/advligorts/daqd.standalone.sample.rc +++ b/support/etc/advligorts/daqd.standalone.sample.rc @@ -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