From d72f1706f865f3acf085a0bfc8af64cb20da314c Mon Sep 17 00:00:00 2001 From: Ferdi Franceschini Date: Fri, 8 Dec 2006 09:19:11 +1100 Subject: [PATCH] Describes generating hipadaba files. r1356 | ffr | 2006-12-08 09:19:11 +1100 (Fri, 08 Dec 2006) | 2 lines --- site_ansto/instrument/hipadaba/README.TXT | 26 +++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 site_ansto/instrument/hipadaba/README.TXT diff --git a/site_ansto/instrument/hipadaba/README.TXT b/site_ansto/instrument/hipadaba/README.TXT new file mode 100644 index 00000000..cdf9f544 --- /dev/null +++ b/site_ansto/instrument/hipadaba/README.TXT @@ -0,0 +1,26 @@ +gen_hipadaba_config.tcl +Generates hipadaba_configuration.tcl script from the device +configuration files (eg motor_configuration.tcl) for an instrument. + +gen_hipadaba.tcl +This script is sourced by the SICS configuration file at runtime to +install hipadaba and create the hpaths and hipadaba scripts. + +gen_hpdbxml.tcl +Uses tdom to create the instrument xml file by sourcing the +hipadaba_configuration.tcl script which executes the the hmake and +makeHdb commands defined in hpdbxml.tcl. + +hipadaba_support.tcl +Defines the makeHdb commands which create hipadaba nodes along +with their read and write scripts. The makeHdb commands +are called by sourcing the hipadaba_configuration.tcl script when SICS +is launched. + +hpdbxml.tcl +Defines the hmake and makeHdb commands which create the XML DOM nodes +for the instrument description file InstXML.xml + +ParList.tcl +Defines lists of parameters for SICS device objects which are useful for a GUI +client operating on a get/set paradigm.