Use sics_config.ini to configure LS370, oxford ITC, oxford Mercury, and oxford labview drivers.
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user