From d724f1102906166c58220e2490e72f68e95da303 Mon Sep 17 00:00:00 2001 From: "hadaq@countinghouse" Date: Mon, 18 Aug 2014 12:11:03 +0200 Subject: [PATCH] only enable first two channels of 0x5001,mt --- start/startup.script | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/start/startup.script b/start/startup.script index f0388ad..106cdbc 100644 --- a/start/startup.script +++ b/start/startup.script @@ -27,7 +27,6 @@ trbcmd w 0xfe48 0xc804 0x00000080 trbcmd w 0xfe4e 0xc804 0x00000080 - #Hodoscope inputs # trbcmd w 0x5010 0xc802 0xffffffff # disable channel 0-31 # trbcmd w 0x5010 0xc803 0x00000000 # disable channel 32-63 @@ -50,7 +49,7 @@ trbcmd w 0xfe4e 0xc804 0x00000080 trbcmd w 0x5000 0xc802 0xffffffff # eneable 32 channels in 0x5000 - trbcmd w 0x5001 0xc802 0xffffffff # eneable 32 channels in 0x5001 + trbcmd w 0x5001 0xc802 0x0000000f # enable only first two channels in 0x5001 trbcmd w 0x5002 0xc802 0xffffffff # eneable 32 channels in 0x5002 trbcmd w 0x5003 0xc802 0xffffffff # eneable 32 channels in 0x5003 -- 2.43.0