diff --git a/site_ansto/instrument/emu/config/INSTCFCOMMON.TXT b/site_ansto/instrument/emu/config/INSTCFCOMMON.TXT index 763d4365..a6bcf99a 100644 --- a/site_ansto/instrument/emu/config/INSTCFCOMMON.TXT +++ b/site_ansto/instrument/emu/config/INSTCFCOMMON.TXT @@ -5,6 +5,7 @@ config/counter config/hipadaba config/hmm/hmm_configuration_common_1.tcl config/hmm/hmm_object.tcl +config/hmm/anstohm_linked.xml config/scan config/nexus config/commands diff --git a/site_ansto/instrument/emu/config/hmm/hmm_configuration.tcl b/site_ansto/instrument/emu/config/hmm/hmm_configuration.tcl index b3c1b666..ee46731b 100644 --- a/site_ansto/instrument/emu/config/hmm/hmm_configuration.tcl +++ b/site_ansto/instrument/emu/config/hmm/hmm_configuration.tcl @@ -43,7 +43,7 @@ proc ::histogram_memory::isc_initialize {} { if [ catch { ::histogram_memory::init_hmm_objs BAT_TABLE -init -# CAT_TABLE -init + CAT_TABLE -init SAT_TABLE -init OAT_TABLE -init FAT_TABLE -init @@ -60,9 +60,10 @@ proc ::histogram_memory::isc_initialize {} { set ::histogram_memory::histmem_axes(HOR) /instrument/detector/x_bin set ::histogram_memory::histmem_axes(VER) /instrument/detector/y_bin - ::histogram_memory::set_frame_source INTERNAL + set ::histogram_memory::histmem_axes(TOF) /instrument/detector/time_of_flight } message ] { if {$::errorCode=="NONE"} {return $message} + clientput $message return -code error $message } } diff --git a/site_ansto/instrument/emu/emu_configuration.tcl b/site_ansto/instrument/emu/emu_configuration.tcl index 0dd2b104..647c7f51 100644 --- a/site_ansto/instrument/emu/emu_configuration.tcl +++ b/site_ansto/instrument/emu/emu_configuration.tcl @@ -3,7 +3,7 @@ # Required by server_config.tcl VarMake Instrument Text Internal -Instrument Emu +Instrument emu Instrument lock #START SERVER CONFIGURATION SECTION