From d0c9f394644af52a8d0de5c8cac0a78465a07074 Mon Sep 17 00:00:00 2001 From: Ferdi Franceschini Date: Tue, 29 Apr 2014 15:23:28 +1000 Subject: [PATCH] Update the SIS IP address for the plc status driver on Echidna. --- site_ansto/instrument/hrpd/config/plc/plc.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site_ansto/instrument/hrpd/config/plc/plc.tcl b/site_ansto/instrument/hrpd/config/plc/plc.tcl index d7e9d32c..0507a01b 100644 --- a/site_ansto/instrument/hrpd/config/plc/plc.tcl +++ b/site_ansto/instrument/hrpd/config/plc/plc.tcl @@ -1,6 +1,6 @@ set sim_mode [SplitReply [plc_simulation]] if {$sim_mode == "false"} { - MakeAsyncQueue plc_chan SafetyPLC 137.157.204.65 30002 + MakeAsyncQueue plc_chan SafetyPLC 137.157.211.21 30002 MakeSafetyPLC plc plc_chan 0 }