add cryosim and magsim cfg
Change-Id: I5ad510c2119ec08cbef234b6565dda69aa370436
This commit is contained in:
parent
f6f2dd189b
commit
ac3bf5b122
31
cfg/cryosim.cfg
Normal file
31
cfg/cryosim.cfg
Normal file
@ -0,0 +1,31 @@
|
|||||||
|
[NODE]
|
||||||
|
id = cyrosim.psi.ch
|
||||||
|
description = cryo simulation (similar ppms simulation)
|
||||||
|
|
||||||
|
[INTERFACE]
|
||||||
|
uri = tcp://5000
|
||||||
|
|
||||||
|
[tt]
|
||||||
|
class = secop_psi.ppms.Temp
|
||||||
|
description = main temperature
|
||||||
|
io = ppms
|
||||||
|
|
||||||
|
[lev]
|
||||||
|
class = secop_psi.ppms.Level
|
||||||
|
description = helium level
|
||||||
|
io = ppms
|
||||||
|
|
||||||
|
[ts]
|
||||||
|
class = secop_psi.ppms.UserChannel
|
||||||
|
description = sample temperature
|
||||||
|
enabled = 1
|
||||||
|
value.unit = K
|
||||||
|
io = ppms
|
||||||
|
|
||||||
|
[ppms]
|
||||||
|
class = secop_psi.ppms.Main
|
||||||
|
description = the main and poller module
|
||||||
|
class_id = QD.MULTIVU.PPMS.1
|
||||||
|
visibility = 3
|
||||||
|
pollinterval = 2
|
||||||
|
export = False
|
38
cfg/magsim.cfg
Normal file
38
cfg/magsim.cfg
Normal file
@ -0,0 +1,38 @@
|
|||||||
|
[NODE]
|
||||||
|
id = magsim.psi.ch
|
||||||
|
description = cryo magnet simulation (similar to ppms simulation)
|
||||||
|
|
||||||
|
[INTERFACE]
|
||||||
|
uri = tcp://5000
|
||||||
|
|
||||||
|
[tt]
|
||||||
|
class = secop_psi.ppms.Temp
|
||||||
|
description = main temperature
|
||||||
|
io = ppms
|
||||||
|
|
||||||
|
[mf]
|
||||||
|
class = secop_psi.ppms.Field
|
||||||
|
target.min = -9
|
||||||
|
target.max = 9
|
||||||
|
description = magnetic field
|
||||||
|
io = ppms
|
||||||
|
|
||||||
|
[lev]
|
||||||
|
class = secop_psi.ppms.Level
|
||||||
|
description = helium level
|
||||||
|
io = ppms
|
||||||
|
|
||||||
|
[ts]
|
||||||
|
class = secop_psi.ppms.UserChannel
|
||||||
|
description = sample temperature
|
||||||
|
enabled = 1
|
||||||
|
value.unit = K
|
||||||
|
io = ppms
|
||||||
|
|
||||||
|
[ppms]
|
||||||
|
class = secop_psi.ppms.Main
|
||||||
|
description = the main and poller module
|
||||||
|
class_id = QD.MULTIVU.PPMS.1
|
||||||
|
visibility = 3
|
||||||
|
pollinterval = 2
|
||||||
|
export = False
|
Loading…
x
Reference in New Issue
Block a user