source: hvcontrol/HV.conf@ 40

Last change on this file since 40 was 39, checked in by lstark, 15 years ago
several bugs fixed, higher precision reached
File size: 1.4 KB
Line 
1# Main configuration file for the HV control program V1.0, 2009 05 13, 11:37:07
2# Note: this file will be updated at program exit
3
4LogPath /home/lstark/hvcontrol/log/
5
6TimeOut 0.10 s # Timeout to return from read (0.01,...5.00) s
7
8StatusRefreshRate 50.00 Hz # Status update rate (0.01,...50.00) Hz
9
10CCPort 3000 # Port used to look for commands from the Central Control
11CCClient ihp-eth63 # Central Control client name
12
13IsDAC FALSE # Define here if user input is interpreted as DAC value or voltage
14
15DACMin 11008 # Starting point for calibration of DAC to voltage values
16DACMax 12496 # End point for calibration of DAC to voltage values
17HVMin 67.000000 # Starting point for calibration of voltage to DAC values
18HVMax 76.000000 # End point for calibration of voltage to DAC values
19HVCalibOffset 67.000000 # Calibration of DAC to voltage values
20HVCalibSlope 0.006400 # Calibration of DAC to voltage values
21
22HVMaxDiff 500.000000 # Speed for HV changes limited to 1V/ms
23# List of HV boards (at most 20 HV boards will be recognized):
24Board0 FTCVIP44
25Board1 FTE11AW4
26Board2 DUMMY
27Board3 DUMMY
28Board4 FTE11ANQ
29Board5 DUMMY
30Board6 FTCVINZA
31Board7 DUMMY
32Board8 DUMMY
33Board9 FTE11ATK
Note: See TracBrowser for help on using the repository browser.