From: hadaq@countinghouse Date: Thu, 28 Aug 2014 15:28:41 +0000 (+0200) Subject: status, mt X-Git-Tag: pre2018~25 X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=e7c48ac3b2a9a9e9e9b26d97bb76ba796ef31831;p=hadesdaq.git status, mt --- diff --git a/pion/config/nxyter/enable_testpulse.sh b/pion/config/nxyter/enable_testpulse.sh deleted file mode 100755 index 6972149..0000000 --- a/pion/config/nxyter/enable_testpulse.sh +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/sh - -#enable Testmode - -trb_i2c w 0x3800 0x08 0x21 0x0d # bit 3: must be 1, - # bit 2: nxyter-polarity 0: negative - # bit 0-1: test puls channels: - # 0: 0,4, 1:1,5, 2:2,6, 3:3,7 - -trb_i2c w 0x3800 0x08 0x20 0x01 # bit3: enable test_trigger - # bit2: test-polarity 0: negative - # bit1: test-pulse synchronise - # bit0: enable test pulse diff --git a/pion/config/nxyter/enable_testtrigger.sh b/pion/config/nxyter/enable_testtrigger.sh deleted file mode 100755 index ba8cb8b..0000000 --- a/pion/config/nxyter/enable_testtrigger.sh +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/sh - -#enable Testmode - -trb_i2c w 0x3800 0x08 0x21 0x0c # bit 3: must be 1, - # bit 2: nxyter-polarity 0: negative - # bit 0-1: test puls channels: - # 0: 0,4, 1:1,5, 2:2,6, 3:3,7 - -trb_i2c w 0x3800 0x08 0x20 0x08 # bit3: enable test_trigger - # bit2: test-polarity 0: negative - # bit1: test-pulse synchronise - # bit0: enable test pulse - -trbcmd w 0x3800 0x8161 1 # Enable Testpulse Signal