diff --git a/site_ansto/instrument/reflectometer/config/commands/commands.tcl b/site_ansto/instrument/reflectometer/config/commands/commands.tcl index 629b6d19..4d2684e8 100644 --- a/site_ansto/instrument/reflectometer/config/commands/commands.tcl +++ b/site_ansto/instrument/reflectometer/config/commands/commands.tcl @@ -80,6 +80,8 @@ proc ::exp_mode::omega_2theta { arg1 arg2 {s1vg 0} {s2vg 0} {s3vg 0} {s4vg 0}} { } errMsg ] } { omega -1 twotheta -1 + broadcast ERROR: omega_2theta command did not complete correctly + broadcast $errMsg return -code error $errMsg } if {![string is double $s1vg] || ![string is double $s2vg] || ![string is double $s3vg] || ![string is double $s4vg]} { diff --git a/site_ansto/instrument/reflectometer/hostport_config.tcl b/site_ansto/instrument/reflectometer/hostport_config.tcl index 9c43bb66..8a8d457c 100644 --- a/site_ansto/instrument/reflectometer/hostport_config.tcl +++ b/site_ansto/instrument/reflectometer/hostport_config.tcl @@ -13,6 +13,7 @@ foreach {mc host port} { foreach {bm host port} { MONITOR_1 das1-platypus 30000 MONITOR_2 das1-platypus 30001 + MONITOR_3 das1-platypus 30002 } { dict set MONITOR_HOSTPORT $bm HOST $host dict set MONITOR_HOSTPORT $bm PORT $port