-
Notifications
You must be signed in to change notification settings - Fork 3
/
gui_setup.toml
82 lines (72 loc) · 1.64 KB
/
gui_setup.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
[File]
RunDir = "./RUNS"
RunName = "TESTING"
[Teensy]
Port = "/dev/ttyACM0"
# If true, the Teensy is in RTD only mode.
# cannot be changed during GUI
RTDMode = true
# RTD sampling period in ms
RTDSamplingPeriod = 1000
# If bit n is set, it enabled the RTD at position (i, k)
# where i is the board and k is the RTD
# Depends on how many boards and RTDs are in each board.
RTDMask = 0xFFFF
RTDNames = ["SiPM 1", "SiPM 2", "Water Block"]
PIDEnable = false
PeltierTempSetpoint = -15
PeltierTKp = -300
PeltierTTi = 500000.0
PeltierTTd = 0.0
[CAEN]
# DT5730B or DT5740D
Model = "DT5730B"
Port = 23473
# USB if using a direct USB connection
# A4818 for the USB 3.0 to CONET adapter
ConnectionType = "A4818"
# if applicable
VMEAddress = 0
# 0 = not allowed
RecordLength = 5000
MaxEventsPerRead = 500
PostBufferPorcentage = 90
OverlappingRejection = false
TRGINasGate = false
# 0 = disabled, 1 = ACQ only, 2 = ext mode only, 3 = both
ExternalTrigger = 0
SoftwareTrigger = 1
# 0 = rising edge, 1 = falling edge
Polarity = 1
# 0 = NIM, 1 = TTL
IOLevel = 0
# Individual Channel settings
# The number after group represents
# the # of the group (or channel)
[CAEN.group0]
Enabled = 1
# Trigger Enable Mask
TrgMask = 7
# Acquisition Enable Mask
AcqMask = 7
# Group offset
Offset = 0x8000
# Individual corrections to offset
Corrections = [5, 0, 6, 0, 0, 0, 0, 0]
Range = 1
Threshold = 7800
# [CAEN.group1]
# Enabled = 0
# Offset = 0x8000
# Corrections = [0, 0, 0, 0, 0, 0, 0, 0]
# Range = 1
# Threshold = 2075
[Other]
[Other.SiPMVoltageSystem]
Port = "/dev/ttyUSB0"
InitVoltage = 52.5
[Other.PFEIFFERSingleGauge]
Port = "COM7"
Enabled = true
# 0 = 100ms, 1 = 1s, 2 = 1min
Rate = 1