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 ########################################