From 7217a12f8adab680bc319dfa769a62e49f2cafd1 Mon Sep 17 00:00:00 2001 From: Maps Date: Sun, 24 Mar 2024 12:10:21 +0100 Subject: [PATCH] swaped address 0xa100 and 0xa001 becase boards were swaped during beam time --- trbnet/addresses.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/trbnet/addresses.sh b/trbnet/addresses.sh index 6535c29..581e567 100755 --- a/trbnet/addresses.sh +++ b/trbnet/addresses.sh @@ -8,11 +8,11 @@ #01.317 setup trbcmd s 0x4f0000094093c328 0x01 0xc000 trbcmd s 0x0000719900202941 0x01 0xa000 - trbcmd s 0x0000509f00202941 0x01 0xa001 + trbcmd s 0x00000c8300202941 0x01 0xa001 #elif [[ "$DAQOPSERVER" == "jspc29:31" ]]; then #Probestation setup trbcmd s 0x6c00000a62958028 0x01 0xc100 - trbcmd s 0x00000c8300202941 0x01 0xa100 + trbcmd s 0x0000509f00202941 0x01 0xa100 #fi -- 2.43.0