Skip to content

Commit e4d9bbd

Browse files
authored
Merge pull request #20 from Barthelemy/feature-add-param-config
Add fill param to dummy equipment config
2 parents 910910a + 41012aa commit e4d9bbd

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
@@ -57,6 +57,7 @@ eventMaxSize=20000
5757
eventMinSize=10000
5858
memoryPoolNumberOfPages=100
5959
memoryPoolPageSize=128k
60+
fillData=0
6061

6162
[equipment-dummy-2]
6263
name=dummy-2
@@ -66,6 +67,7 @@ eventMaxSize=30000
6667
eventMinSize=20000
6768
memoryPoolNumberOfPages=100
6869
memoryPoolPageSize=128k
70+
fillData=0
6971

7072

7173

@@ -125,7 +127,7 @@ enabled=0
125127
# %t -> unix timestamp (seconds since epoch)
126128
# %T -> formatted date/time string, in the form YYYY_MM_DD__h_m_s__
127129
fileName=/tmp/data.raw
128-
130+
129131

130132

131133
# push to fairMQ device

0 commit comments

Comments
 (0)