source: config/Evidence.conf@ 163

Last change on this file since 163 was 146, checked in by ogrimm, 15 years ago
Added Evidence.conf to config directory
File size: 1.6 KB
Line 
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
13SQM address sqm.ethz.ch
14SQM port 10001
15SQM 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
24DColl 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
28DColl datadir ../../../no_back/EvidenceData
29DColl logfile ../../../no_back/EvidenceData/Evidence.log
30DColl sizeupdate 30 # Min delay in seconds between file size updates
31
32DColl histsize 5000 # Number of items in history buffer
33
34
35#
36# Alarm Handler
37#
38
39Alarm servers DIS_DNS DColl SQM Config BIAS ARDUINO # Servers to watch
40Alarm period 30 # Check interval in seconds
41
42
43#
44# Bias control
45#
46
47Bias PixMapTable ../config/PixelMap.txt
48Bias TimeOut 0.50 # Timeout to return from read (0.01,...5.00) s
49Bias StatusRefreshRate 2.00 # Status update rate (0.01,...50.00) Hz
50Bias CCPort 3000 # Socket port
51Bias DACMin 11008 # Starting point of DAC to voltage calibration
52Bias DACMax 12496 # End point
53Bias HVCalibOffset 67.000000 # Calibration of DAC to voltage values
54Bias HVCalibSlope 0.006400 # Calibration of DAC to voltage values
55Bias HVMaxDiff 500 # Maximum change of DAC value per iteration
56Bias Boards FTCVIP44 # List of HV boards
Note: See TracBrowser for help on using the repository browser.