SICS-587 Setup hostport dictionary based configuration for dingo.

Also added simulated camera server and a camtest configuration file to
run test scans against a dummy motor.
This commit is contained in:
Ferdi Franceschini
2013-06-14 10:18:45 +10:00
parent c71cbbc521
commit 2df9297a3f
9 changed files with 264 additions and 26 deletions

View File

@@ -1,8 +1,8 @@
set sim_mode [SplitReply [plc_simulation]]
#if {$sim_mode == "false"} {
MakeAsyncQueue plc_chan SafetyPLC 137.157.204.213 30000
if {$sim_mode == "false"} {
MakeAsyncQueue plc_chan SafetyPLC [dict get $::PLC_HOSTPORT HOST] [dict get $::PLC_HOSTPORT PORT]
MakeSafetyPLC plc plc_chan 0
#}
}
proc shutter {args} {
set cmd "set shutter=$args\r\n"