SuperKEKB XRM system  Not logged in ELOG logo
Message ID: 3     Entry time: Tue May 3 08:11:06 2016
Author: M. Andrew 
Type: documentation 
Subject: what was done in January 2016 

Here is a data dump of everything that happened on the asus laptop while getting the laste 2015 / early 2016 incarnation of the XRM tested before being delivered to KEK on the weekend of January 24th.  Everything was done in bash and the firmware only addressed one carrier at a time, so the purpose of this elog entry is simply to archive the information.

Attachment 1: howtogetdata.mza  408 Bytes  | Show | Hide all
Attachment 2: 2016-01-24.XRM-history  14 kB  | Show | Hide all
Attachment 3: 2016-01-24.XRM-code-chanes.patch  6 kB  | Show | Hide all
Attachment 4: XRM-fpga2-alias-output  1 kB  | Show | Hide all
Attachment 5: grab_all_peds  731 Bytes  | Hide | Hide all
#!/bin/bash -e
# 2016-01-23 mza for XRM

declare destination="${HOME}/data/XRM/data"

#. ${HOME}/.bashrc
cd /home/idlab/LaserBranch/software/gigE/
source setup_env_template.sh
cd ScriptsWithCarrierAddressing
#gige2
car=0
asic=1
FB=110

#for car in $(seq 0 2); do
#	for asic in $(seq 0 3); do
		filename="${destination}/carrier${car}.asic${asic}.pedestals"
		echo -n "${filename}"
		if [ -e "${filename}" ]; then
			echo " - found"
			continue
		else
			#touch "${filename}"
			echo
		fi
		python ../scripts_mod/irsxSetCarrierOn_Cal.py $car 0
		./set_all_thresholds.sh $car $asic 0
		./set_all_thresholds.sh $car $asic 0
		./setupAsic_CA.sh $car $asic $FB
		mv pedfile_RMS_0.txt "${filename}"
		ls -lart "${filename}"
#	done
#done

Attachment 6: mza.gnuplot  773 Bytes  | Show | Hide all
Attachment 7: IMG_1025.JPG  314 kB  | Show | Hide all
Attachment 8: IMG_1027.JPG  337 kB  | Show | Hide all
Attachment 9: IMG_1028.JPG  285 kB  | Show | Hide all
Attachment 10: 2016-01-24.LASER5.png  659 kB  | Show | Hide all
Attachment 11: 2016-01-24.LASER.png  614 kB  | Show | Hide all
Attachment 12: 2016-01-24.LASER14.png  640 kB  | Show | Hide all
Attachment 13: 2016-01-24.LASER13.png  671 kB  | Show | Hide all
Attachment 14: 2016-01-24.LASER12.png  619 kB  | Show | Hide all
Attachment 15: 2016-01-24.LASER11.png  641 kB  | Show | Hide all
Attachment 16: 2016-01-24.LASER9.png  638 kB  | Show | Hide all
Attachment 17: program-bit-and-elf-and-go.xmd.tcl  3 kB  | Show | Hide all
Attachment 18: setup_env_template.sh  4 kB  | Show | Hide all
Attachment 19: XRM.bashrc  3 kB  | Show | Hide all
ELOG V3.1.5-3a5f2f0