Edit scan scripts
This commit is contained in:
12
BP_scan.sh
12
BP_scan.sh
@ -13,6 +13,8 @@
|
|||||||
# connect to pc8830 (or any RH7 machine connected to the pulser and, after klog, run the command
|
# connect to pc8830 (or any RH7 machine connected to the pulser and, after klog, run the command
|
||||||
# nc -k -n -v -l -p 5555 -e /bin/bash
|
# nc -k -n -v -l -p 5555 -e /bin/bash
|
||||||
|
|
||||||
|
#last data file (000002.dat) should be 2097184000 bytes
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
KILLRCV="killall ju_udp_receiver_3threads_2_0"
|
KILLRCV="killall ju_udp_receiver_3threads_2_0"
|
||||||
@ -34,13 +36,9 @@ sls_detector_put highvoltage 0
|
|||||||
|
|
||||||
|
|
||||||
# configure for receiver on mpc2012
|
# configure for receiver on mpc2012
|
||||||
sls_detector_put udp_dstport 32410
|
|
||||||
sls_detector_put udp_dstip 10.1.4.105
|
|
||||||
sls_detector_put udp_dstmac 3C:FD:FE:A2:14:D8
|
|
||||||
sls_detector_put udp_srcip 10.1.4.9
|
|
||||||
sls_detector_put udp_srcmac 00:ab:be:cc:dd:e2
|
|
||||||
#sls_detector_put configuremac 0
|
#sls_detector_put configuremac 0
|
||||||
sls_detector_put readoutspeed 1
|
sls_detector_put readoutspeed half_speed
|
||||||
|
|
||||||
sls_detector_put gainmode dynamic
|
sls_detector_put gainmode dynamic
|
||||||
|
|
||||||
@ -51,6 +49,8 @@ echo $CLI" OUTP OFF " | nc pc8830 5555
|
|||||||
|
|
||||||
sleep 0.2
|
sleep 0.2
|
||||||
|
|
||||||
|
#remember to put High-Z load!
|
||||||
|
|
||||||
# pulse
|
# pulse
|
||||||
echo $CLI" FUNC PULS" | nc pc8830 5555
|
echo $CLI" FUNC PULS" | nc pc8830 5555
|
||||||
sleep 0.2
|
sleep 0.2
|
||||||
|
@ -26,12 +26,12 @@ sls_detector_put highvoltage 200
|
|||||||
|
|
||||||
# configure for receiver on mpc2012
|
# configure for receiver on mpc2012
|
||||||
sls_detector_put udp_dstport 32410
|
sls_detector_put udp_dstport 32410
|
||||||
sls_detector_put udp_dstip 10.1.4.105
|
sls_detector_put udp_dstip 10.1.4.105 #10.1.4.105
|
||||||
sls_detector_put udp_dstmac 3C:FD:FE:A2:14:D8
|
sls_detector_put udp_dstmac 3C:FD:FE:A2:14:D8 #3C:FD:FE:A2:14:D8
|
||||||
sls_detector_put udp_srcip 10.1.4.9
|
sls_detector_put udp_srcip 10.1.4.9 #10.1.4.9
|
||||||
sls_detector_put udp_srcmac 00:ab:be:cc:dd:e2
|
sls_detector_put udp_srcmac 00:ab:be:cc:dd:e2
|
||||||
|
|
||||||
sls_detector_put readoutspeed 1
|
sls_detector_put readoutspeed half_speed
|
||||||
#sls_detector_put dbitphase 125
|
#sls_detector_put dbitphase 125
|
||||||
|
|
||||||
sleep 3
|
sleep 3
|
||||||
|
@ -102,7 +102,7 @@ sls_detector_put gainmode dynamic
|
|||||||
# bit 16 high bit 17 low = automatic cal col sweep
|
# bit 16 high bit 17 low = automatic cal col sweep
|
||||||
# bit 16 high bit 17 high = cal col selected with bits 26-20
|
# bit 16 high bit 17 high = cal col selected with bits 26-20
|
||||||
|
|
||||||
sls_detector_put currentsource 1 nofix 0x8000000000000000 normal
|
sls_detector_put currentsource 1 nofix 0x8000000000000000 normal #low
|
||||||
|
|
||||||
sleep 1
|
sleep 1
|
||||||
|
|
||||||
|
@ -20,12 +20,12 @@ sls_detector_put highvoltage 200
|
|||||||
|
|
||||||
# configure for receiver on mpc2012
|
# configure for receiver on mpc2012
|
||||||
sls_detector_put udp_dstport 32410
|
sls_detector_put udp_dstport 32410
|
||||||
sls_detector_put udp_dstip 10.1.4.105
|
sls_detector_put udp_dstip 10.1.4.105 #10.1.4.105
|
||||||
sls_detector_put udp_dstmac 3C:FD:FE:A2:14:D8
|
sls_detector_put udp_dstmac 3C:FD:FE:A2:14:D8 #3C:FD:FE:A2:14:D8
|
||||||
sls_detector_put udp_srcip 10.1.4.9
|
sls_detector_put udp_srcip 10.1.4.9 #10.1.4.9
|
||||||
sls_detector_put udp_srcmac 00:ab:be:cc:dd:e2
|
sls_detector_put udp_srcmac 00:ab:be:cc:dd:e2
|
||||||
|
|
||||||
sls_detector_put readoutspeed 1
|
sls_detector_put readoutspeed half_speed #half_speed
|
||||||
#sls_detector_put reg 0x59 0x1310 #0001 0011 0001 0000
|
#sls_detector_put reg 0x59 0x1310 #0001 0011 0001 0000
|
||||||
|
|
||||||
#sls_detector_put readoutspeed 0
|
#sls_detector_put readoutspeed 0
|
||||||
|
Reference in New Issue
Block a user