From 20aa91ee4d1139ee301440d447c5d8644bf0cda1 Mon Sep 17 00:00:00 2001 From: Ferdi Franceschini Date: Thu, 29 Aug 2013 07:43:30 +1000 Subject: [PATCH] Add IP and PORT for the "histmem textstatus" command. The initialisation of SICS fails to create the histmem command if this entry is missing --- site_ansto/instrument/reflectometer/hostport_config.tcl | 1 + 1 file changed, 1 insertion(+) diff --git a/site_ansto/instrument/reflectometer/hostport_config.tcl b/site_ansto/instrument/reflectometer/hostport_config.tcl index 129848e5..9c43bb66 100644 --- a/site_ansto/instrument/reflectometer/hostport_config.tcl +++ b/site_ansto/instrument/reflectometer/hostport_config.tcl @@ -21,6 +21,7 @@ foreach {bm host port} { # HISTOGRAM SERVER HOST AND PORT foreach {key host port} { HMM das1-platypus.nbi.ansto.gov.au 8080 + HMSTAT das1-platypus.nbi.ansto.gov.au 8081 } { dict set HISTMEM_HOSTPORT $key HOST $host dict set HISTMEM_HOSTPORT $key PORT $port