From f0c008c7149a9089c7f68b3e4a7c661d6879a085 Mon Sep 17 00:00:00 2001 From: Ferdi Franceschini Date: Fri, 17 May 2013 07:36:30 +1000 Subject: [PATCH] Use the right host address for counters on Taipan. --- site_ansto/instrument/tas/hostport_config.tcl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site_ansto/instrument/tas/hostport_config.tcl b/site_ansto/instrument/tas/hostport_config.tcl index 65808b6d..64cfc838 100644 --- a/site_ansto/instrument/tas/hostport_config.tcl +++ b/site_ansto/instrument/tas/hostport_config.tcl @@ -12,8 +12,8 @@ foreach {mc host port} { # BEAM MONITOR HOST AND PORT foreach {bm host port} { - MONITOR_1 das1-taipan 33000 - MONITOR_2 das1-taipan 33001 + MONITOR_1 das2-taipan 33000 + MONITOR_2 das2-taipan 33001 } { dict set MONITOR_HOSTPORT $bm HOST $host dict set MONITOR_HOSTPORT $bm PORT $port