From dd5919099cdc804ab8a6bf69d49e873792352ea3 Mon Sep 17 00:00:00 2001 From: MDC Test Date: Mon, 9 Dec 2024 13:04:13 +0100 Subject: [PATCH] climate chamber test --- helperscripts/fpga_info_loop.sh | 2 +- installation/powerdistributor_positions.db | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/helperscripts/fpga_info_loop.sh b/helperscripts/fpga_info_loop.sh index 8e40dc2..9c8ca19 100755 --- a/helperscripts/fpga_info_loop.sh +++ b/helperscripts/fpga_info_loop.sh @@ -1,7 +1,7 @@ #!/bin/bash export DAQOPSERVER=localhost:38 # display fpgas loop: -while true; do trbcmd i 0xffff ; fpgas=$(trbcmd i 0xffff | wc -l); let MBOs=($fpgas-5)/3 ; echo $MBOs " = Number of MBOs" ; echo $(( ($fpgas-5) % 3)) " = Number of sinlge FPGAS " ;date; sleep 1; clear ; done +while true; do sleep 2; fpgas=$(trbcmd i 0xfe90| wc -l); let MBOs=$fpgas ; tdcs=$(trbcmd i 0xfe91| wc -l); echo $MBOs " = Number of MBOs; " $tdcs " = Number of sinlge FPGAS " $(date) ; done ## reset loop: #while true; do trbcmd reset; sleep 1 ;fpgas=$(trbcmd i 0xffff | wc -l); let MBOs=($fpgas-5)/3 ; echo $MBOs " = Number of MBOs" ; echo $(( ($fpgas-5) % 3)) " = Number of sinlge FPGAS " ;date; done diff --git a/installation/powerdistributor_positions.db b/installation/powerdistributor_positions.db index 6848c65..d9d04b2 100644 --- a/installation/powerdistributor_positions.db +++ b/installation/powerdistributor_positions.db @@ -17,7 +17,7 @@ 1 4 000 1 5 000 - 2 0 000 + 2 0 052 2 1 000 2 2 000 2 3 000 -- 2.43.0