From: hadaq@countinghouse Date: Thu, 28 Aug 2014 15:30:52 +0000 (+0200) Subject: status, mt X-Git-Tag: pre2018~11 X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=1285fc8baf90d7693104bbb657452a7961b4318b;p=hadesdaq.git status, mt --- diff --git a/pion/config/nxyter/write_calreg.sh b/pion/config/nxyter/write_calreg.sh deleted file mode 100755 index aea372d..0000000 --- a/pion/config/nxyter/write_calreg.sh +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh - -i=0 -while [ $i -lt 129 ] -do - VALUE=$(trb_i2c r 0x3800 0x08 42 | awk '{print $2}') - echo "$i : $VALUE" - trb_i2c w 0x3800 0x08 42 0x20 - #trb_i2c w 0x3800 0x08 42 0x00 - i=$((i+1)) -done -