mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-21 19:30:03 +02:00

* doc on troubleshooting for failure of packets * updated troubleshooting acc to jf manual
49 lines
828 B
Plaintext
Executable File
49 lines
828 B
Plaintext
Executable File
# detector geometry x, y
|
|
detsize 1024 1024
|
|
|
|
# detector hostname
|
|
hostname bchip048+bchip052+
|
|
|
|
# 1Gb receiver pc hostname (default tcpport: 1954)
|
|
rx_hostname pcmoench01:1954+pcmoench01:1955+
|
|
|
|
|
|
|
|
# udp configurations for 1st module
|
|
# udp destination port (receiver)
|
|
0:udp_dstport 50004
|
|
|
|
# udp destination ip (receiver)
|
|
0:udp_dstip 10.1.1.100
|
|
|
|
# udp source ip (same subnet as 0:udp_dstip)
|
|
0:udp_srcip 10.1.1.10
|
|
|
|
|
|
|
|
# udp configurations for 2nd module
|
|
# udp destination port (receiver)
|
|
1:udp_dstport 50005
|
|
|
|
# udp destination ip (receiver)
|
|
1:udp_dstip 10.1.1.100
|
|
|
|
# udp source ip (same subnet as 1:udp_dstip)
|
|
1:udp_srcip 10.1.1.11
|
|
|
|
|
|
|
|
# power on chip
|
|
powerchip 1
|
|
|
|
# high voltage
|
|
highvoltage 200
|
|
|
|
# timing to trigger
|
|
timing trigger
|
|
|
|
# output file directory
|
|
fpath /external_pool/jungfrau_data/softwaretest
|
|
|
|
# disable file writing
|
|
fwrite 0 |