Overview
This software is used to readout the FDAQ box developed at X10SA. On The FDAQ box there are 2 socket servers, one for retrieving the data and one for resetting the socket server for data retrieval.
The fdaq code provides exactly 2 to functionalities, it can query on the data socket for data (specifying how many data point) and can send a reset request on the reset channel.
Configuration
The software is configured by a properties file that is specified via -Dch.psi.fdaq.home=fdaq.properties .
Following properties can be specified:
| Property | Default| |
|---|---|
| ch.psi.fdaq.hostname | mchip015.psi.ch |
| port | 2233 |
| killPort | 2234 |
| filePrefix | ${yyyy_MM}/${yyyyMMdd}/${yyyyMMddHHmmss}_${name}/${yyyyMMddHHmm}_ |