From c1f724c246ab556807d8e5fd9e97a667ab9b8ccb Mon Sep 17 00:00:00 2001 From: Ferdi Franceschini Date: Fri, 18 Oct 2013 18:13:51 +1100 Subject: [PATCH] Taipan: Enable the plc/SIS feedback in SICS --- site_ansto/instrument/tas/config/plc/plc.tcl | 4 ++-- site_ansto/instrument/tas/taipan_configuration.tcl | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/site_ansto/instrument/tas/config/plc/plc.tcl b/site_ansto/instrument/tas/config/plc/plc.tcl index 56257ec0..9a54c250 100644 --- a/site_ansto/instrument/tas/config/plc/plc.tcl +++ b/site_ansto/instrument/tas/config/plc/plc.tcl @@ -1,7 +1,7 @@ set sim_mode [SplitReply [plc_simulation]] if {$sim_mode == "false"} { -# MakeAsyncQueue plc_chan SafetyPLC 137.157.203.149 30000 -# MakeSafetyPLC plc plc_chan 0 + MakeAsyncQueue plc_chan SafetyPLC 137.157.203.149 30000 + MakeSafetyPLC plc plc_chan 0 } source $cfPath(plc)/plc_common_1.tcl diff --git a/site_ansto/instrument/tas/taipan_configuration.tcl b/site_ansto/instrument/tas/taipan_configuration.tcl index 141a032b..c0fa9679 100644 --- a/site_ansto/instrument/tas/taipan_configuration.tcl +++ b/site_ansto/instrument/tas/taipan_configuration.tcl @@ -10,8 +10,6 @@ source util/dmc2280/dmc2280_util.tcl source sics_ports.tcl source server_config.tcl MakeDrive -# Taipan does not currently have a plc server -plc_simulation true #END SERVER CONFIGURATION SECTION ########################################