Files
sics/site_ansto/instrument/pelican/config/plc/plc.tcl
2014-09-10 17:03:00 +10:00

13 lines
255 B
Tcl

#FIXME Does pelican have a PLC interface?
plc_simulation true
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