From a11db054146e2b3bc13ec926f885ce63d4a33f43 Mon Sep 17 00:00:00 2001 From: MDC Test Date: Sun, 16 Jun 2024 15:59:14 +0200 Subject: [PATCH] basic config script for climate chamber setup --- users/gsi_xbox_mdc/startup_climate.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 users/gsi_xbox_mdc/startup_climate.sh diff --git a/users/gsi_xbox_mdc/startup_climate.sh b/users/gsi_xbox_mdc/startup_climate.sh new file mode 100755 index 0000000..2e45524 --- /dev/null +++ b/users/gsi_xbox_mdc/startup_climate.sh @@ -0,0 +1,7 @@ +#!/bin/bash +export DAQOPSERVER=localhost:38 +trbcmd reset +trbcmd s 0xd400000bb760ef28 0x01 0x8500 +trbcmd s 0x4600000bb7198528 0x01 0x8501 +trbcmd s 0x0000000bb6d05128 0x01 0x8502 +trbcmd s 0x6600000bb7dba428 0x01 0x8503 -- 2.43.0