diff --git a/site_ansto/instrument/config/hmm/hmm_configuration_common_1.tcl b/site_ansto/instrument/config/hmm/hmm_configuration_common_1.tcl index 3068663e..229cbbad 100644 --- a/site_ansto/instrument/config/hmm/hmm_configuration_common_1.tcl +++ b/site_ansto/instrument/config/hmm/hmm_configuration_common_1.tcl @@ -1779,8 +1779,8 @@ Publish SAT_TABLE user } # Make controller for histmem textstatus. Used by hmstat proc - set host [dict get $::HISTMEM_HOSTPORT HMMSTAT HOST] - set port [dict get $::HISTMEM_HOSTPORT HMMSTAT PORT] + set host [dict get $::HISTMEM_HOSTPORT HMSTAT HOST] + set port [dict get $::HISTMEM_HOSTPORT HMSTAT PORT] MakeSctController sct_hmm astvelsel $host:$port proc ::histogram_memory::hmstat {args} { diff --git a/site_ansto/instrument/sans/hostport_config_test.tcl b/site_ansto/instrument/sans/hostport_config_test.tcl index 840ec41c..f00da609 100644 --- a/site_ansto/instrument/sans/hostport_config_test.tcl +++ b/site_ansto/instrument/sans/hostport_config_test.tcl @@ -24,7 +24,7 @@ foreach {key host port} { # TEST HISTOGRAM SERVER HOST AND PORT foreach {key host port} { HMM das1-test.nbi.ansto.gov.au 8080 - HMMSTAT das1-test.nbi.ansto.gov.au 8081 + HMSTAT das1-test.nbi.ansto.gov.au 8081 } { dict set HISTMEM_HOSTPORT $key HOST $host dict set HISTMEM_HOSTPORT $key PORT $port