Add some configuration files which might be useful later.

This commit is contained in:
Ferdi Franceschini
2015-03-12 10:21:15 +11:00
parent e89200999f
commit 6d87ae05cb
6 changed files with 67 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
set sim_mode [SplitReply [plc_simulation]]
if {$sim_mode == "false"} {
MakeAsyncQueue plc_chan SafetyPLC [dict get $::PLC_HOSTPORT HOST] [dict get $::PLC_HOSTPORT PORT]
MakeSafetyPLC plc plc_chan 0
}
source $cfPath(plc)/plc_common_1.tcl