Update the SIS IP address for the plc status driver on Echidna.

This commit is contained in:
Ferdi Franceschini
2014-04-29 15:23:28 +10:00
parent 85dc69ed70
commit d0c9f39464

View File

@ -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
}