diff --git a/site_ansto/instrument/hipadaba/gen_hpdbxml.tcl b/site_ansto/instrument/hipadaba/gen_hpdbxml.tcl index 67973a9b..c4102697 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 koala qld quokka sans platypus reflectometer pelican pas taipan tas]; + array set instPath [list echidna hrpd wombat hipd koala qld quokka sans platypus reflectometer pelican pas taipan tas kowari rsd]; instrumentXML $instrument; cd $instPath($instrument);