SICS-587 (in progress) IP and PORT configurations DONE for Quokka.

TODO Environment controllers etc.
This commit is contained in:
Ferdi Franceschini
2013-04-24 16:54:22 +10:00
parent 20a3dff71e
commit d8b48728b4
9 changed files with 116 additions and 30 deletions

View File

@@ -1,18 +1,18 @@
fileeval $cfPath(beamline)/sct_flipper.tcl
# NOTE: opCurr is 10 * your operating current, ie if the current is 7.1 then opCurr = 71
::scobj::rfgen::mkFlipper {
::scobj::rfgen::mkFlipper [subst {
name "flipper"
address 1
opCurr 71
opFreq 407
IP 137.157.202.86
PORT 4001
IP [dict get $::ACGEN_HOSTPORT ANSFR83B HOST]
PORT [dict get $::ACGEN_HOSTPORT ANSFR83B PORT]
tuning 1
interval 2
currtol 1
compCurr 1
guideCurr 1
thickness 1
}
}]