From 65a1fc1a1d0fc46a1d966ffc2a40bec53c477bfa Mon Sep 17 00:00:00 2001 From: Ferdi Franceschini Date: Fri, 20 Apr 2007 12:46:11 +1000 Subject: [PATCH] Added safety plc configuration files. r1900 | ffr | 2007-04-20 12:46:11 +1000 (Fri, 20 Apr 2007) | 2 lines --- .../instrument/reflectometer/config/INSTCFCOMMON.TXT | 1 + site_ansto/instrument/reflectometer/config/plc/plc.tcl | 5 +++++ .../instrument/reflectometer/platypus_configuration.tcl | 7 ++++--- 3 files changed, 10 insertions(+), 3 deletions(-) create mode 100644 site_ansto/instrument/reflectometer/config/plc/plc.tcl diff --git a/site_ansto/instrument/reflectometer/config/INSTCFCOMMON.TXT b/site_ansto/instrument/reflectometer/config/INSTCFCOMMON.TXT index 49bd1e72..0db6ee7a 100644 --- a/site_ansto/instrument/reflectometer/config/INSTCFCOMMON.TXT +++ b/site_ansto/instrument/reflectometer/config/INSTCFCOMMON.TXT @@ -1,3 +1,4 @@ +config/plc/plc_common_1.tcl config/counter/counter_common_1.tcl config/hipadaba/common_hipadaba_configuration.tcl config/hmm/hmm_configuration_common_1.tcl diff --git a/site_ansto/instrument/reflectometer/config/plc/plc.tcl b/site_ansto/instrument/reflectometer/config/plc/plc.tcl new file mode 100644 index 00000000..be8208d2 --- /dev/null +++ b/site_ansto/instrument/reflectometer/config/plc/plc.tcl @@ -0,0 +1,5 @@ +#MakeMultiChan plc_chan 137.157.204.65 30002 +#MakeSafetyPLC plc plc_chan 0 + +source $cfPath(plc)/plc_common_1.tcl + diff --git a/site_ansto/instrument/reflectometer/platypus_configuration.tcl b/site_ansto/instrument/reflectometer/platypus_configuration.tcl index f552be79..fd4bc137 100644 --- a/site_ansto/instrument/reflectometer/platypus_configuration.tcl +++ b/site_ansto/instrument/reflectometer/platypus_configuration.tcl @@ -1,7 +1,7 @@ -# $Revision: 1.8 $ -# $Date: 2007-04-17 23:38:07 $ +# $Revision: 1.9 $ +# $Date: 2007-04-20 02:46:11 $ # Author: Ferdi Franceschini (ffr@ansto.gov.au) -# Last revision by: $Author: dcl $ +# Last revision by: $Author: ffr $ # Required by server_config.tcl VarMake Instrument Text Internal @@ -21,6 +21,7 @@ source server_config.tcl fileeval $cfPath(motors)/motor_configuration.tcl #fileeval gen_hipadaba.tcl +fileeval $cfPath(plc)/plc.tcl fileeval $cfPath(counter)/counter.tcl fileeval $cfPath(hmm)/hmm_configuration.tcl fileeval $cfPath(nexus)/nxscripts.tcl