From 42309e267453e2937dbaf18a093da5689f87145b Mon Sep 17 00:00:00 2001
From: Thomas Owen James <tom.james@cern.ch>
Date: Thu, 17 Nov 2022 17:12:02 +0100
Subject: [PATCH] Increased dma_packet_buffer_size to 1258292 as it is now used
 at the processor output also. Updated nOrbitsPerFile to match current p5
 system.

---
 etc/scdaq/scdaq.conf | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/etc/scdaq/scdaq.conf b/etc/scdaq/scdaq.conf
index e8fc0f4b..277a3db4 100644
--- a/etc/scdaq/scdaq.conf
+++ b/etc/scdaq/scdaq.conf
@@ -24,7 +24,7 @@ bitFileName:micron_bitfile_path
 dma_dev:/dev/xdma0_c2h_0
 
 # Max received packet size in bytes (buffer to reserve)
-dma_packet_buffer_size:1048576
+dma_packet_buffer_size:1258292
 
 # Number of packet buffers to allocate
 dma_number_of_packet_buffers:1000
@@ -122,10 +122,10 @@ verbosity:0
 # N orbits to store to each file
 # Configured to store fixed number of orbits per file when nOrbitsPerFile > 1
 # Set to 0 to use fixed file size instead
-nOrbitsPerFile:1000000
+nOrbitsPerFile:65536
 
 ##  Information necessary to issue a reset request for the board
-scone_host:
-scone_port:
+scone_host:localhost
+scone_port:8080
 # Currently can be one of kcu1500_ugmt and kcu1500_demux
 scone_board:
-- 
GitLab