state on dilsc as of 2022-10-03
vector field, but no new state machine yet
This commit is contained in:
52
cfg/magsc.cfg
Normal file
52
cfg/magsc.cfg
Normal file
@@ -0,0 +1,52 @@
|
||||
[NODE]
|
||||
id = magsc.psi.ch
|
||||
description = dilsc mag test
|
||||
|
||||
[INTERFACE]
|
||||
uri = tcp://5000
|
||||
|
||||
[ips]
|
||||
class = secop_psi.mercury.IO
|
||||
description = IPS for magnet
|
||||
uri = 192.168.127.254:3001
|
||||
|
||||
[mf]
|
||||
class = secop_psi.dilsc.VectorField
|
||||
description = vector field
|
||||
x = mfx
|
||||
y = mfy
|
||||
z = mfz
|
||||
sphere_radius = 0.06
|
||||
cylinders = ((0.023, 0.52), (0.045, 0.08))
|
||||
|
||||
[mfx]
|
||||
class = secop_psi.ips_mercury.SimpleField
|
||||
description = magnetic field, x-axis
|
||||
slot = GRPX
|
||||
io = ips
|
||||
tolerance = 0.0001
|
||||
wait_stable_field = 0
|
||||
nunits = 2
|
||||
target.max = 0.6
|
||||
ramp = 0.225
|
||||
|
||||
[mfy]
|
||||
class = secop_psi.ips_mercury.SimpleField
|
||||
description = magnetic field, y axis
|
||||
slot = GRPY
|
||||
io = ips
|
||||
tolerance = 0.0001
|
||||
wait_stable_field = 0
|
||||
nunits = 2
|
||||
target.max = 0.6
|
||||
ramp = 0.225
|
||||
|
||||
[mfz]
|
||||
class = secop_psi.ips_mercury.Field
|
||||
description = magnetic field, z-axis
|
||||
slot = GRPZ
|
||||
io = ips
|
||||
tolerance = 0.0001
|
||||
target.max = 5.2
|
||||
mode = DRIVEN
|
||||
ramp = 0.52
|
||||
Reference in New Issue
Block a user