Files
sics/site_ansto/instrument/pelican/config/plc/plc.tcl
2014-08-26 10:33:14 +10:00

13 lines
256 B
Tcl

#FIXME Does pelican have a PLC interface?
plc_simulation false
set sim_mode [SplitReply [plc_simulation]]
if {$sim_mode == "false"} {
MakeAsyncQueue plc_chan SafetyPLC IP? PORT?
MakeSafetyPLC plc plc_chan 0
}
source $cfPath(plc)/plc_common_1.tcl