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