Skip to content

Commit 41012aa

Browse files
committed
Add fill param to dummy equipment config
1 parent f848b1d commit 41012aa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

readout.cfg

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ eventMaxSize=20000
7070
eventMinSize=10000
7171
memoryPoolNumberOfPages=100
7272
memoryPoolPageSize=128k
73+
fillData=0
7374

7475
[equipment-dummy-2]
7576
name=dummy-2
@@ -79,6 +80,7 @@ eventMaxSize=30000
7980
eventMinSize=20000
8081
memoryPoolNumberOfPages=100
8182
memoryPoolPageSize=128k
83+
fillData=0
8284

8385

8486

@@ -138,7 +140,7 @@ enabled=0
138140
# %t -> unix timestamp (seconds since epoch)
139141
# %T -> formatted date/time string, in the form YYYY_MM_DD__h_m_s__
140142
fileName=/tmp/data.raw
141-
143+
142144

143145

144146
# push to fairMQ device

0 commit comments

Comments
 (0)