Files
sics/site_ansto/instrument/config
Ferdi Franceschini 39497e2810 SICS-638 Send a pause to the histmem when SICS receives an INT1712 interrupt.
This is done by mapping AnstoHttpPauseNoCon() to Halt in the histmem interface.
An ANSTO stop command astop has been added to send a Stop to the histmem which
is needed when uploading a new configuration.
2013-09-10 14:39:03 +10:00
..
2012-11-15 17:00:29 +11:00
2012-11-15 17:10:31 +11:00
2013-08-22 07:55:47 +10: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