1 | # Configuration data for the Evidence Control System |
---|
2 | # |
---|
3 | # The first entry of each line gives the requester for the parameter in |
---|
4 | # the second entry. The remaining text of the line is send in reponse |
---|
5 | # to the configuration request. |
---|
6 | # A plus sign before the line break signals continuation of the line. |
---|
7 | |
---|
8 | |
---|
9 | # |
---|
10 | # Sky Quality Monitor |
---|
11 | # |
---|
12 | |
---|
13 | SQM address sqm.ethz.ch |
---|
14 | SQM port 10001 |
---|
15 | SQM period 20 |
---|
16 | |
---|
17 | # |
---|
18 | # Central Data Collector |
---|
19 | # |
---|
20 | |
---|
21 | # Minumum absolute change to include in history buffer. Standard regular |
---|
22 | # expressions are supported. Negative value means do not to disk. |
---|
23 | |
---|
24 | DColl minchange SQM/NSB:0.2 Alarm/MasterAlarm:-1 Alarm/Summary:-1 + |
---|
25 | BIAS/VOLT/ID00/*-*:0.01 BIAS/Textout:-1 + |
---|
26 | ARDUINO/VAL*:0.2 ARDUINO/VAL0[79]:0.5 |
---|
27 | |
---|
28 | DColl datadir ../../../no_back/EvidenceData |
---|
29 | DColl logfile ../../../no_back/EvidenceData/Evidence.log |
---|
30 | DColl sizeupdate 30 # Min delay in seconds between file size updates |
---|
31 | |
---|
32 | DColl histsize 5000 # Number of items in history buffer |
---|
33 | |
---|
34 | |
---|
35 | # |
---|
36 | # Alarm Handler |
---|
37 | # |
---|
38 | |
---|
39 | Alarm servers DIS_DNS DColl SQM Config BIAS ARDUINO # Servers to watch |
---|
40 | Alarm period 30 # Check interval in seconds |
---|
41 | |
---|
42 | |
---|
43 | # |
---|
44 | # Bias control |
---|
45 | # |
---|
46 | |
---|
47 | Bias PixMapTable ../config/PixelMap.txt |
---|
48 | Bias TimeOut 0.50 # Timeout to return from read (0.01,...5.00) s |
---|
49 | Bias StatusRefreshRate 2.00 # Status update rate (0.01,...50.00) Hz |
---|
50 | Bias CCPort 3000 # Socket port |
---|
51 | Bias DACMin 11008 # Starting point of DAC to voltage calibration |
---|
52 | Bias DACMax 12496 # End point |
---|
53 | Bias HVCalibOffset 67.000000 # Calibration of DAC to voltage values |
---|
54 | Bias HVCalibSlope 0.006400 # Calibration of DAC to voltage values |
---|
55 | Bias HVMaxDiff 500 # Maximum change of DAC value per iteration |
---|
56 | Bias Boards FTCVIP44 # List of HV boards |
---|