Use the right IP address for PLC status.

This commit is contained in:
Ferdi Franceschini
2014-03-26 12:36:49 +11:00
parent 1c75c336de
commit 5f4c586002
2 changed files with 2 additions and 2 deletions

View File

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

View File

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