diff --git a/site_ansto/instrument/hipadaba/gen_hpdbxml.tcl b/site_ansto/instrument/hipadaba/gen_hpdbxml.tcl index e77c396c..7facadd6 100755 --- a/site_ansto/instrument/hipadaba/gen_hpdbxml.tcl +++ b/site_ansto/instrument/hipadaba/gen_hpdbxml.tcl @@ -9,7 +9,7 @@ array set accesscode [list 0 READ_ONLY 1 MANAGER 2 USER 3 SPY ]; proc genXML {instrument} { global doc; - array set instPath [list Echidna hrpd Wombat hipd]; + array set instPath [list Echidna hrpd Wombat hipd Koala qld Quokka sans Platypus reflectometer Pelican pas Taipan tas]; instrumentXML $instrument; source $instPath($instrument)/hipadaba_configuration.tcl;