Commit graph

35 commits

Author SHA1 Message Date
1496286125 Add v10 config files and commands 2024-06-05 14:21:51 +02:00
Stephan I. Böttcher
506d3cfb65 hetele patch 9.5: export hetept2 separately, to avoid bogus delay 2024-04-09 11:46:23 +02:00
Stephan I. Böttcher
cbd263e6e8 hetept v9 patch 5
includes patch 1, and patch 3.
patch 3 was never uploaded
patch 5 is het stopping electrons fixes

We send the complete current L3 without penetrating and without
zeros padding (fill).
2024-04-03 17:41:43 +02:00
Stephan I. Böttcher
65c120725a hetept_config_opheater_patch4: add .revert() 2022-01-25 23:39:25 +01:00
Stephan I. Böttcher
c01ddc1a09 hetept_config_opheater_patch4: T_he2=-1°C, DC_ESTIMATE=60%, DCMAX=70% 2022-01-25 23:09:49 +01:00
Stephan I. Böttcher
cd6eb3bf91 hetept patch 9.4 xml 2022-01-21 13:06:25 +01:00
Stephan I. Böttcher
400ec64f89 HET/EPT patch 9.4: activate OP heaters
Directly patch the parameters in the PPSS entry that triggeres the OP
heater once per minute.

Due to the nonlinearity of the regulator we can alway roughly assume we
heat with DC=70%.  We need to adjust the setpoint with a correspondig
offset.  This offset depends on the gain.  The default gain is
`shift=0`.  The DC will be ADC-setpoint.  A shift of 1, 2, or 3 will
reduce the DC by a power of two, i.e.,

  DC = (ADC - setpoint) >> shift

This patch keeps shift=0.

The target temperatures are

  HET/EPT1: -6.0°C
  HET/EPT2: -0.5°C

Usage:

(stephan)blaulicht:~/solo/solo_config$ ./solopath.py
SOLOPATH> from solo.configurations.hetept1.v0009.hetept_config_opheater_patch4 import *
…

SOLOPATH> main()
…

SOLOPATH> msg=solo.solomsgclass.msg_print()

SOLOPATH> patch1.send(msg)
msg(0x000f, 3, 0x0000093500090004)
Temp SPY: -6.0°C  -3.2°C  -8.8°C
Temp SPY: -6.0°C  -3.3°C  -5.9°C
Temp SPY: -6.0°C  -3.2°C  -6.0°C
Temp SPY: -6.0°C  -3.2°C  -6.0°C
Temp SPY: -6.0°C  -3.2°C  -6.0°C
msg(0x268c, 3, 0x0000af1f0000c002)
msg(0x268d, 3, 0x007270e009f99000)
OP heater setpoint: -6 C = 2553 ADC
msg(0x2697, 1, 0x00000000000000ff)
msg(0x2696, 3, 0x0003e8010000413c)

SOLOPATH> patch1.OH_SHIFT=1

SOLOPATH> patch1.send(msg)
msg(0x000f, 3, 0x0000093500090004)
Temp SPY: -6.0°C  -0.2°C  -11.8°C
Temp SPY: -6.0°C  -0.5°C  -5.7°C
Temp SPY: -6.0°C  -0.5°C  -6.0°C
Temp SPY: -6.0°C  -0.5°C  -6.0°C
Temp SPY: -6.0°C  -0.5°C  -6.0°C
msg(0x268c, 3, 0x0000af1f0000c002)
msg(0x268d, 3, 0x007270e019739000)
OP heater setpoint: -6 C = 2419 ADC
msg(0x2697, 1, 0x00000000000000ff)
msg(0x2696, 3, 0x0003e8010000413c)
2022-01-21 12:49:28 +01:00
Stephan I. Böttcher
b39cef8b46 Merge branch 'hetept_v9_patches' of gitlab.physik.uni-kiel.de:solo/solo_config into hetept_v9_patches 2021-11-15 12:31:53 +01:00
Stephan I. Böttcher
4dbb52dbfd hetept patch 9.2: fix clear of the anticoincidence
solo.l1l2.l2trigger.set() changes only the given parameters. It does not
imply a .reset(). Those lines were a NOP. We only need to clear none=(),
to prevent any anticoincidences.
2021-11-15 12:28:52 +01:00
f6cd9a3968 updating hetept v0009 patch23 XMLs again 2021-11-03 17:30:09 +01:00
83d6e8c0c5 Revert "update hetept v0009 patch23 XMLs"
This reverts commit fabf4f0eb9.
2021-11-03 17:15:40 +01:00
fabf4f0eb9 update hetept v0009 patch23 XMLs 2021-11-03 17:04:51 +01:00
567bc7cab8 fix version number in hetept92.main() 2021-11-03 16:26:35 +01:00
Stephan I. Böttcher
6c88a22201 EPT L3 test for negative signals
Apply the anticoincidence cuts to the negative values as well.
Patch3 is orthogonal to patch2.
2021-11-01 23:32:44 +01:00
Stephan I. Böttcher
8b1fd53b96 EPT l1l2: and update output 2021-11-01 17:33:21 +01:00
Stephan I. Böttcher
287edae51c EPT l1l2: increment subversion 2021-11-01 17:30:55 +01:00
Stephan I. Böttcher
d0019e5194 EPT l1l2: trigger in anticoincidence hits
To investigate the x-talk issues, remove the anticoincidence condition
from EPT L₂.
Trigger on Ax channels with L₁ thr=1MeV.
2021-11-01 17:20:52 +01:00
Stephan I. Böttcher
598d8a99d3 hetept patch 9.1: output 2021-07-27 14:42:07 +02:00
Stephan I. Böttcher
a7144ef754 hetept patch 9.1: add name= 2021-07-27 14:25:00 +02:00
Stephan I. Böttcher
9d273e7ae2 hetept patch 9.1: add absolute C cut for AB~C/ABC 2021-07-27 13:19:30 +02:00
e4a57eda53 update v09 packet definitions to new format 2021-03-23 20:11:53 +01:00
125d2f6ce3 update v0009 configuration files 2021-02-21 21:39:36 +01:00
b07dfec187 Add new HET/EPT v0009 configuration files. 2021-02-08 18:01:57 +01:00
7eb710c7f9 solo/configurations/:
Add v0009 configuration files.  


git-svn-id: svn+ssh://asterix.ieap.uni-kiel.de/home/subversion/stephan/solo/eda/python@8153 bc5caf13-1734-44f8-af43-603852e9ee25
2021-02-08 18:01:57 +01:00
Robert Elftmann
249b0a43c7 Version 8 for EPT-HET: HET ABnC change for 1D H and He histograms as well as all ABnC PHA buffers. ANA cadence back at 60s.
git-svn-id: svn+ssh://asterix.ieap.uni-kiel.de/home/subversion/stephan/solo/eda/python@8065 bc5caf13-1734-44f8-af43-603852e9ee25
2021-02-08 18:01:57 +01:00
dd8101aa8a Add v0007 files to solo/configurations
git-svn-id: svn+ssh://asterix.ieap.uni-kiel.de/home/subversion/stephan/solo/eda/python@8045 bc5caf13-1734-44f8-af43-603852e9ee25
2021-02-08 18:01:57 +01:00
3a0d63ec3b configurations: add packetdefs for configurations with 600s pha cadence
git-svn-id: svn+ssh://asterix.ieap.uni-kiel.de/home/subversion/stephan/solo/eda/python@7955 bc5caf13-1734-44f8-af43-603852e9ee25
2021-02-08 18:01:57 +01:00
0b8f0cbe6a HET/EPT: added V6 which includes the ppss fix for V5 and LL He pen dp order fix for HET.
git-svn-id: svn+ssh://asterix.ieap.uni-kiel.de/home/subversion/stephan/solo/eda/python@7896 bc5caf13-1734-44f8-af43-603852e9ee25
2021-02-08 18:01:57 +01:00
Robert Elftmann
a3f3cef368 Corrected Version number for hetept1 and hetept2 config. updated crc
git-svn-id: svn+ssh://asterix/home/subversion/stephan/solo/eda/python@7616 bc5caf13-1734-44f8-af43-603852e9ee25
2019-07-22 07:39:12 +00:00
Robert Elftmann
32096a9cc5 Created v0005 for EH1 and EH2. Updated configurations.txt for info and crc.
git-svn-id: svn+ssh://asterix/home/subversion/stephan/solo/eda/python@7608 bc5caf13-1734-44f8-af43-603852e9ee25
2019-07-19 09:10:50 +00:00
Sebastian Boden
7371225521 ppss_table.py: packet_table() now ignores science packets
git-svn-id: svn+ssh://asterix/home/subversion/stephan/solo/eda/python@7511 bc5caf13-1734-44f8-af43-603852e9ee25
2019-05-15 14:45:49 +00:00
Robert Elftmann
68cef848b6 HETEPT: Added hetept v0004 configurations. Enlarged HET pen. CNO tail boxes.
git-svn-id: svn+ssh://asterix/home/subversion/stephan/solo/eda/python@7424 bc5caf13-1734-44f8-af43-603852e9ee25
2019-04-16 13:30:10 +00:00
Sebastian Boden
134e04f1bb configurations: added version 3 for hetept1, hetept2 and hetept fs
git-svn-id: svn+ssh://asterix/home/subversion/stephan/solo/eda/python@7393 bc5caf13-1734-44f8-af43-603852e9ee25
2019-03-25 17:56:55 +00:00
Sebastian Boden
fae61f56b6 configurations: added hetept_config_fm[12].packets for version 0001
git-svn-id: svn+ssh://asterix/home/subversion/stephan/solo/eda/python@7223 bc5caf13-1734-44f8-af43-603852e9ee25
2018-12-20 15:18:52 +00:00
Sebastian Boden
8e81b26395 ... done
git-svn-id: svn+ssh://asterix/home/subversion/stephan/solo/eda/python@6675 bc5caf13-1734-44f8-af43-603852e9ee25
2018-03-08 10:05:06 +00:00