diff --git a/site_ansto/instrument/server_config.tcl b/site_ansto/instrument/server_config.tcl index f0108db6..f01d4d6a 100644 --- a/site_ansto/instrument/server_config.tcl +++ b/site_ansto/instrument/server_config.tcl @@ -269,14 +269,14 @@ proc server_set_sobj_attributes {} { proc server_init {} { global AUTOSAVE_STATE + if [ catch { ::source::isc_initialize } msg ] { puts $msg } + if [ catch { ::counter::isc_initialize } msg ] { puts $msg } + if [ catch { ::histogram_memory::isc_initialize } msg ] { puts $msg } + if [ catch { ::scan::isc_initialize } msg ] { puts $msg } + if [ catch { ::anticollider::init } msg ] { puts $msg } + if [ catch { ::commands::isc_initialize } msg ] { puts $msg } + if [ catch { ::nexus::isc_initialize } msg ] { puts $msg } set catch_status [ catch { - ::source::isc_initialize - ::counter::isc_initialize - ::histogram_memory::isc_initialize - ::scan::isc_initialize - ::anticollider::init - ::commands::isc_initialize - ::nexus::isc_initialize ######## # Parameters set above the restore command will be clobbered by # the values in the status.tcl file