From 40c57a159092b945b281549e7fa544be9ff10abb Mon Sep 17 00:00:00 2001 From: Ferdi Franceschini Date: Fri, 22 Jan 2010 21:02:42 +1100 Subject: [PATCH] Only install lh45 when needed. r2877 | ffr | 2010-01-22 21:02:42 +1100 (Fri, 22 Jan 2010) | 2 lines --- site_ansto/instrument/sans/quokka_configuration.tcl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site_ansto/instrument/sans/quokka_configuration.tcl b/site_ansto/instrument/sans/quokka_configuration.tcl index b7b6b385..a6516c63 100644 --- a/site_ansto/instrument/sans/quokka_configuration.tcl +++ b/site_ansto/instrument/sans/quokka_configuration.tcl @@ -40,8 +40,8 @@ source gumxml.tcl ::anticollider::protect_detector "true" if {[SplitReply [environment_simulation]]=="false"} { - catch { add_lh45 tc1 137.157.202.85 4003 1} message - puts $message +# catch { add_lh45 tc1 137.157.202.85 4003 1} message +# puts $message #catch { add_ls340t tc1 127.0.0.1 4001 1} message #puts $message }