]> jspc29.x-matter.uni-frankfurt.de Git - hadesdaq.git/commitdiff
status, mt
authorhadaq@countinghouse <hadaq@CountingHouse>
Thu, 28 Aug 2014 15:28:20 +0000 (17:28 +0200)
committerhadaq@countinghouse <hadaq@CountingHouse>
Thu, 28 Aug 2014 15:28:20 +0000 (17:28 +0200)
pion/config/nxyter/enable_all.sh [deleted file]

diff --git a/pion/config/nxyter/enable_all.sh b/pion/config/nxyter/enable_all.sh
deleted file mode 100755 (executable)
index 0b499a7..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-#!/bin/sh
-
-export PATH=/home/rich/TRB/trbsoft/trbnettools/binlocal:${PATH}
-
-# first disable test_trigger_ mode to allow reading
-REG20=$(trb_i2c r 0x3800 0x08 0x20 | awk '{print $2}')
-trb_i2c w 0x3800 0x08 0x20 0x00
-
-# Channel Masks
-trb_i2c w 0x3800 0x08 0x00 0x00
-trb_i2c w 0x3800 0x08 0x01 0x00
-trb_i2c w 0x3800 0x08 0x02 0x00
-trb_i2c w 0x3800 0x08 0x03 0x00
-trb_i2c w 0x3800 0x08 0x04 0x00
-trb_i2c w 0x3800 0x08 0x05 0x00
-trb_i2c w 0x3800 0x08 0x06 0x00
-trb_i2c w 0x3800 0x08 0x07 0x00
-trb_i2c w 0x3800 0x08 0x08 0x00
-trb_i2c w 0x3800 0x08 0x09 0x00
-trb_i2c w 0x3800 0x08 0x0a 0x00
-trb_i2c w 0x3800 0x08 0x0b 0x00
-trb_i2c w 0x3800 0x08 0x0c 0x00
-trb_i2c w 0x3800 0x08 0x0d 0x00
-trb_i2c w 0x3800 0x08 0x0e 0x00
-trb_i2c w 0x3800 0x08 0x0f 0x00
-
-# Restore Register 20
-trb_i2c w 0x3800 0x08 0x20 $REG20
-