Use sics_config.ini to configure LS370, oxford ITC, oxford Mercury, and oxford labview drivers.

This commit is contained in:
Ferdi Franceschini
2013-10-15 03:25:22 +11:00
parent d4b782aae7
commit ad3aa5cd3b
4 changed files with 38 additions and 11 deletions

View File

@@ -1,12 +1,9 @@
fileeval $cfPath(environment)/magnetic/sct_oxford_labview.tcl
fileeval $cfPath(environment)/magneticField/sct_oxford_labview.tcl
# PORT 22
::scobj::magnetic::mkMagnetic {
name "magnetic"
IP 137.157.201.91
PORT 55001
tuning 0
interval 10
if { [ info exists ::config_dict ] && [ dict get $::config_dict 12tmagnet enabled ] } {
set IP [dict get $::config_dict 12tmagnet ip]
set PORT [dict get $::config_dict 12tmagnet port]
set NAME [dict get $::config_dict 12tmagnet name]
puts "MAGNET: add_oxmag $NAME $IP $PORT"
add_oxmag $NAME $IP $PORT
}