From 5f4c5860023bb01c66494e81520ee14d93c2a914 Mon Sep 17 00:00:00 2001 From: Ferdi Franceschini Date: Wed, 26 Mar 2014 12:36:49 +1100 Subject: [PATCH] Use the right IP address for PLC status. --- site_ansto/instrument/hipd/config/plc/plc.tcl | 2 +- site_ansto/instrument/rsd/config/plc/plc.tcl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/site_ansto/instrument/hipd/config/plc/plc.tcl b/site_ansto/instrument/hipd/config/plc/plc.tcl index bd3ca42b..8ce177f6 100644 --- a/site_ansto/instrument/hipd/config/plc/plc.tcl +++ b/site_ansto/instrument/hipd/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 30001 + MakeAsyncQueue plc_chan SafetyPLC 137.157.211.21 30001 MakeSafetyPLC plc plc_chan 0 } diff --git a/site_ansto/instrument/rsd/config/plc/plc.tcl b/site_ansto/instrument/rsd/config/plc/plc.tcl index af1d0210..3e8b4ad3 100644 --- a/site_ansto/instrument/rsd/config/plc/plc.tcl +++ b/site_ansto/instrument/rsd/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 31001 + MakeAsyncQueue plc_chan SafetyPLC 137.157.211.21 31001 MakeSafetyPLC plc plc_chan 0 }