mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-22 22:40:02 +02:00
42 lines
754 B
Plaintext
Executable File
42 lines
754 B
Plaintext
Executable File
# detector hostname
|
|
hostname bchip052
|
|
|
|
# 1Gb receiver pc hostname (default tcpport: 1954)
|
|
rx_hostname pcmoench01
|
|
|
|
# udp destination port (receiver)
|
|
udp_dstport 50004
|
|
|
|
# udp destination ip (receiver)
|
|
#udp_dstip 172.24.8.84
|
|
# or to get ip from rx_hostname
|
|
udp_dstip auto
|
|
|
|
# udp source ip (same subnet as udp_dstip)
|
|
udp_srcip 172.24.8.254
|
|
|
|
|
|
# PCBv2.0 (using 2 interfaces)
|
|
udp_dstport2 50005
|
|
udp_dstip2 auto
|
|
udp_srcip2 172.24.8.111
|
|
# enable two interfaces
|
|
numinterfaces 2
|
|
# select inner interface(effective only when numinterfaces is 1)
|
|
#selinterface 1
|
|
|
|
# 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
|