Fermilab TestBeam 2023 Info
Article text.
--
Atlasj Silicon - 2023-02-21
FTBF infomation
ビーム関連
- 1分のうち4秒間だけビームが出る
- ピーピー音が鳴っていないときにビームが出ている
- CR内のいくつかのモニターで確認可能…入口水槽上、メインスペース隣、上流側出口付近
- メーンスペース隣のカウントをしているモニターで秒数も確認可能
JP Setup Information
Network information
192.168.5.X internal network
192.168.5.24 pc24 (LGAD PC)
192.168.5.25 Thinkpad PC
192.168.5.26 pc26 (ITkpix PC)
192.168.5.23 pc23 (windows PC LGAD HV???)
192.168.5.5 raspi05
192.168.5.167
LeCroy 2
other direct connection for specific devices
192.168.7.121 MPOD (direct connection to pc24)
192.168.8.3
LeCroy 1 (direct connection to pc24)
192.168.133.167
LeCroy 2 (direct connection to pc24)
192.168.10.16 TLU (direct connection to pc26?? does this work for JTAG programmer?)
192.168.1.10 HSO2 rce0 (direct connection to pc24?? why not pc26 which was tested at KEK!!)
192.168.200.1 MALTA2 1 (direct connection to pc26)
192.168.200.16 MALTA2 2 (direct connection to pc26)
Thermal Information
temp1 |
LGAD up |
temp2 |
LGAD down |
temp3 |
ITkpix tele down |
temp4 |
|
temp5 |
ITkpix tele up |
temp6 |
ITkpix DUT |
Power supply
MPOD
MPOD Slot |
Channel |
Connected Device |
voltage |
current limit |
comment |
slot 0 (LV) |
ch2 |
FEI4 Tel |
1.8V (1.5V set) |
3A |
set 1.5V to supply 1.8V don't know why |
slot 0 (LV) |
ch4 |
FEI4 ROI |
1.2V |
2A |
VDDD |
slot 0 (LV) |
ch5 |
FEI4 ROI |
1.4V |
2A |
VDDA |
slot 0 (LV) |
ch6 |
LGAD LV |
6V |
2A |
2 modules |
slot 5 (HV) |
ch 0 |
|
|
|
|
slot 5 (HV) |
ch 1 |
|
|
|
|
slot 5 (HV) |
ch 2 |
|
|
|
|
slot 5 (HV) |
ch 3 |
|
|
|
|
MALTA
all manual:
https://docs.google.com/document/d/1idQ8WjHADwBuAGTpOlev2x8YQKcBzM1w7tZ-nUmsDoI/edit#
scan manual(wrote by yutahie):
https://docs.google.com/document/d/1iVXbquXAhXs5zxTO02aKo0gaSGz8qICBTXW1QgAUkbU/edit?usp=sharing
Power supply kakutou memo:
http://atlaspc5.kek.jp/elog/FNAL+testbeam/7
LBNL Setup power supply remote control
Maria's Setup
Mariaのsetupの使い方
cd software/libRemote
からPower SupplyのControlのSoftwareにアクセスできる。
libRemote/src/ 下のlibMeter, libPS から各マルチプレクサ、HV,LVのSoftwareのスクリプトにアクセス可能(.h,.cpp)
Communication Check
ls /dev/
からデバイスのコネクションの名前を確認できる。
デバイスの接続or 名前がわからない時は
demeg
からconnectionのlogを確認できるので、デバイスとPCをつなぐUSBを抜き差しした前後で demeg を見て名前とconnectionを確認できる。
02/23現在の各デバイスの名前は以下の通り
ttyACM0: HV CAEN
ttyACM1 :LV HMP4040 上段
ttyACM2 :LV HMP4040 下段
minicom --device /dev/ttyACM#
から直接コマンドを打ってデバイスとcommunicationできる。
例えば
minicom --device /dev/ttyACM
CAEN (HV電源の名前)
と打ち込むと電源とcommunicationできる画面が現れるはず
SCMD:MON,PAR:BDNAME
でHVのcommunicationと名前を確認すると
#CMD:OK,VAL:R8033
とcomminicationの状態とシリアルナンバーが出力される。
Set Voltage and Current
$ cd src/tools
- Monitor voltage, current, temp
- ./build/bin/tb_monitor src/configs/input-hw-testbeam.json
- Power on
- ./build/bin/tb_power_on src/configs/input-hw-testbeam.json
- Power on LV1, ch1
- ./build/bin/powersupply -e src/configs/input-hw-testbeam.json -n lvPS1 -c lv-ps1-ch1 power-on -d
- Digit Multi
- ./build/bin/meter -e src/configs/input-hw-testbeam.json -n DMM6500 -c 1 meas-res
- -h for help
Comments