From f8918f3119cbe76c2b34d2ba9043a9374aa4224d Mon Sep 17 00:00:00 2001 From: hadaq Date: Wed, 18 Oct 2023 16:36:31 +0200 Subject: [PATCH] replace TRB in TOF --- hub/addresses_hub_trb3.db | 2 +- hub/startup.script | 4 ++-- main/main_hades.script | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/hub/addresses_hub_trb3.db b/hub/addresses_hub_trb3.db index 68dbf14..56bd9e0 100644 --- a/hub/addresses_hub_trb3.db +++ b/hub/addresses_hub_trb3.db @@ -26,7 +26,7 @@ 0x86c2 006 5 0 0 0x86c3 242 5 0 0 0x86c4 265 5 0 0 -0x86c5 094 5 0 0 +0x86c5 263 5 0 0 #fRPC 0x8c00 261 5 0 0 diff --git a/hub/startup.script b/hub/startup.script index 13784da..dd73fba 100644 --- a/hub/startup.script +++ b/hub/startup.script @@ -34,8 +34,8 @@ trbcmd clearbit 0x0110 0x22 0x8000000 trbcmd clearbit 0x0120 0x22 0x8000000 #Remove all the trigger boards 100/110/120/8810 from DAQ -trbcmd clearbit 0x8800 0xc0 0xc -trbcmd clearbit 0x8800 0xc1 0xc +trbcmd clearbit 0x8800 0xc0 0x2c +trbcmd clearbit 0x8800 0xc1 0x2c trbcmd clearbit 0x8810 0xc0 0x4 trbcmd clearbit 0x8810 0xc1 0x4 diff --git a/main/main_hades.script b/main/main_hades.script index 46591cd..4b1089d 100644 --- a/main/main_hades.script +++ b/main/main_hades.script @@ -69,7 +69,7 @@ wait exec_script{blr} ../cts/configure_blr.script - exec_cmd{con} echo "Configure TOF & fRPC" + exec_cmd{con} echo "Configure TOF, FW & fRPC" exec_script{local} ../tof/startup.script -- 2.43.0