You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/configurationParameters.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -161,7 +161,7 @@ The parameters related to 3rd-party libraries are described here for convenience
161
161
| equipment-*| saveErrorPagesMax | int | 0 | If set, pages found with data error are saved to disk up to given maximum. |
162
162
| equipment-*| saveErrorPagesPath | string || Path where to save data pages with errors (when feature enabled). |
163
163
| equipment-*| stopOnError | int | 0 | If 1, readout will stop automatically on equipment error. |
164
-
| equipment-*| TFperiod | int |128| Duration of a timeframe, in number of LHC orbits. |
164
+
| equipment-*| TFperiod | int |32| Duration of a timeframe, in number of LHC orbits. |
165
165
| equipment-*| verbose | int | 0 | If set, extra debug messages may be logged. |
166
166
| equipment-cruemulator-*| cruBlockSize | int | 8192 | Size of a RDH block. |
167
167
| equipment-cruemulator-*| cruId | int | 0 | CRU Id, used for CRU Id field in RDH. |
@@ -194,6 +194,7 @@ The parameters related to 3rd-party libraries are described here for convenience
194
194
| equipment-rorc-*| firmwareCheckEnabled | int | 1 | If set, RORC driver checks compatibility with detected firmware. Use 0 to bypass this check (eg new fw version not yet recognized by ReadoutCard version). |
195
195
| equipment-rorc-*| firmwareVersionsAllowed | string || Comma-separated list of ROC firmware versions allowed (6-digit hash). If empty, all are allowed. |
196
196
| equipment-rorc-*| firmwareVersionsDenied | string | e4a5a46e | Comma-separated list of ROC firmware versions denied (6-digit hash), i.e. which would cause configuration to abort. |
197
+
| equipment-rorc-*| monitorFirstOrbitEnabled | int | 0 | If set, enable monitoring of RORC first orbit. |
197
198
| equipment-zmq-*| address | string || Address of remote server to connect, eg tcp://remoteHost:12345. |
198
199
| equipment-zmq-*| mode | string | stream | Possible values: stream (1 input ZMQ message = 1 output data page), snapshot (last ZMQ message = one output data page per TF). |
199
200
| equipment-zmq-*| timeframeClientUrl | string || The address to be used to retrieve current timeframe. When set, data is published only once for each TF id published by remote server. |
Copy file name to clipboardExpand all lines: doc/releaseNotes.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -655,3 +655,9 @@ This file describes the main feature changes for each readout.exe released versi
655
655
656
656
## v2.27.1 - 12/02/2025
657
657
- Path of configuration file from which defaults are loaded on startup has been changed to /etc/o2.d/readout/readout-defaults.cfg (it was in /etc/o2.d before, now changing to standard subdirectory location).
658
+
659
+
## v2.27.2 - 19/03/2025
660
+
- Updated configuration parameters:
661
+
- equipment.TFperiod is now set to 32 by default, instead of 128 previously. This is the duration of a timeframe, in number of LHC orbits. The new value corresponds to what is used in production.
662
+
- equipment-rorc-*: added parameter monitorFirstOrbitEnabled, to enable reporting to monitoring system the metric "readout.RORCfirstOrbit" on startup, as retrieved from CRU firmware. This is to be used on CTP FLP to detect possibly wrong orbit. A return value of 0xFFFFFFFF indicates the value could not be retrieved.
663
+
- ConsumerStats: added an internal queue to allow pushing spontaneous monitoring measurements (compared to periodic ones) from any readout module.
// configuration parameter: | equipment-rorc-* | debugStatsEnabled | int | 0 | If set, enable extra statistics about internal buffers status. (printed to stdout when stopping) |
0 commit comments