Files
sics/site_ansto/instrument/config
Ferdi Franceschini 5e50f2cb43 Removed the dependency on some global variables so that you can drive
two lakeshore controllers.  Most of the remaining globals are harmless
or unused but they should be removed.

r3237 | ffr | 2011-08-12 08:41:56 +1000 (Fri, 12 Aug 2011) | 4 lines
2012-11-15 17:15:59 +11:00
..
2012-11-15 16:57:26 +11:00
2012-11-15 13:40:19 +11:00
2012-11-15 17:12:57 +11:00
2012-11-15 17:13:01 +11:00
2012-11-15 17:04:40 +11:00
2012-11-15 17:14:14 +11:00
2012-11-15 17:00:29 +11:00
2012-11-15 17:10:31 +11:00
2012-11-15 13:40:07 +11:00

This directory contains common configuration files shared by the instrument specific configurations.
How to add a new configuration section

  mkdir config/newcomp
Create the common config file, eg
  config/newcomp/newcomp_common.tcl

Create the instrument specific config file which sources the common config
  hrpd/config/newcomp/newcomp.tcl

Add the path for the common config file to the common config list
  hrpd/config/INSTCFCOMMON.TXT

DON'T FORGET TO ADD THE NEW FILES AND DIRECTORIES TO CVS