Compare commits
98 Commits
ultrasound
...
dilsc_feb2
Author | SHA1 | Date | |
---|---|---|---|
1111af5c1a | |||
efa357d6c3 | |||
4d704612fc | |||
04755c5173 | |||
9636dc9cea | |||
485e81bfb0 | |||
0df50bb0f9 | |||
de5f17695c | |||
e4aa2149f7 | |||
9f656546df | |||
5affb9f31b | |||
5e3bf96df1 | |||
07995e2235 | |||
54f091d0fe | |||
14a71427fa | |||
486be9604e | |||
a8f1495bc8 | |||
3ab9821860 | |||
0b9e227669 | |||
befba09acc | |||
554f265eb8 | |||
4287ec6477 | |||
aad1c33742 | |||
b0315e133b | |||
c3f55435da | |||
12cb0cdade | |||
7ed7dd7493 | |||
031b30a4aa | |||
3597adf869 | |||
8bfe969a95 | |||
5a78a5b258 | |||
298f94e4d5 | |||
0fec736886 | |||
38b3a192ab | |||
4959619d56 | |||
6caf4fc993 | |||
95eb4e969a | |||
ada4c43ebf | |||
9a40d27354 | |||
6929422b94 | |||
2cd66c2e08 | |||
268ebbe00e | |||
ea960f2250 | |||
9673f7b242 | |||
292d028fe6 | |||
aa0c0421c3 | |||
db43a77614 | |||
21bcc7ce98 | |||
7b9c099321 | |||
33a7c56fa2 | |||
ab2fe6200a | |||
d5d04dc82f | |||
f23e42de1f | |||
2f6954c4f3 | |||
b81fc7b122 | |||
704bba292a | |||
f1e642b1b0 | |||
8e3cdc80e4 | |||
3496e391f6 | |||
bb40a0820c | |||
8f739b11dc | |||
7ef386424c | |||
53b3dd2fad | |||
6554e5de47 | |||
60ec1edb32 | |||
131082313d | |||
f12b0b3da0 | |||
5ecd9557a3 | |||
3769ddca75 | |||
a4dec7b832 | |||
390af7eff7 | |||
f495313018 | |||
18ded2159c | |||
760fc9eb40 | |||
5d348eb7b1 | |||
86767e2fa1 | |||
8a995aafed | |||
7379ea91e5 | |||
cf42119f85 | |||
80d9a790ec | |||
5951312d40 | |||
778ac17172 | |||
dfbc1c757a | |||
54b58f2188 | |||
f855b9db40 | |||
6fd365197a | |||
8b2abf7044 | |||
182a8c7e49 | |||
6da1a89459 | |||
f1d5e82bb4 | |||
e6fdd79df4 | |||
a35231f5bd | |||
9c7b6aeb94 | |||
68e2e06905 | |||
3563a0db16 | |||
4cb0031302 | |||
4bfb76ca82 | |||
3e6f1bebf7 |
@ -218,7 +218,7 @@ max-branches=50
|
|||||||
max-statements=150
|
max-statements=150
|
||||||
|
|
||||||
# Maximum number of parents for a class (see R0901).
|
# Maximum number of parents for a class (see R0901).
|
||||||
max-parents=15
|
max-parents=25
|
||||||
|
|
||||||
# Maximum number of attributes for a class (see R0902).
|
# Maximum number of attributes for a class (see R0902).
|
||||||
max-attributes=50
|
max-attributes=50
|
||||||
|
2
Makefile
2
Makefile
@ -38,7 +38,7 @@ doc:
|
|||||||
$(MAKE) -C doc html
|
$(MAKE) -C doc html
|
||||||
|
|
||||||
lint:
|
lint:
|
||||||
pylint -j 0 -f colorized -r n --rcfile=.pylintrc secop secop_* test
|
pylint -f colorized -r n --rcfile=.pylintrc secop secop_* test
|
||||||
|
|
||||||
isort:
|
isort:
|
||||||
@find test -name '*.py' -print0 | xargs -0 isort -e -m 2 -w 80 -ns __init__.py
|
@find test -name '*.py' -print0 | xargs -0 isort -e -m 2 -w 80 -ns __init__.py
|
||||||
|
126
cfg/PEUS.cfg
126
cfg/PEUS.cfg
@ -1,126 +0,0 @@
|
|||||||
[NODE]
|
|
||||||
id = ultrasound.psi.ch
|
|
||||||
description = ultrasound settings
|
|
||||||
|
|
||||||
[INTERFACE]
|
|
||||||
uri = tcp://5000
|
|
||||||
|
|
||||||
[f]
|
|
||||||
class = secop_psi.ultrasound.Frequency
|
|
||||||
description = ultrasound frequency and acquisition loop
|
|
||||||
uri = serial:///dev/ttyS1
|
|
||||||
pars = pars
|
|
||||||
pollinterval = 0.1
|
|
||||||
# this is the start time:
|
|
||||||
time = 900
|
|
||||||
size = 5000
|
|
||||||
freq = 1.17568e+06
|
|
||||||
basefreq = 4.14902e+07
|
|
||||||
control = True
|
|
||||||
amp = 5.0
|
|
||||||
nr = 1000 #500 #300 #100 #50 #30 #10 #5 #3 #1 #1000 #500 #300 #100 #50 #30 #10 #5 #3 #1 #500
|
|
||||||
sr = 32768 #16384
|
|
||||||
plot = True
|
|
||||||
maxstep = 100000
|
|
||||||
bw = 10E6 #butter worth filter bandwidth
|
|
||||||
# y scale for plot:
|
|
||||||
maxy = 0.7
|
|
||||||
# module to transmit curves:
|
|
||||||
curves = curves
|
|
||||||
|
|
||||||
[curves]
|
|
||||||
class = secop_psi.ultrasound.Curves
|
|
||||||
description = t, I, Q and pulse arrays for plot
|
|
||||||
|
|
||||||
[roi0]
|
|
||||||
class = secop_psi.ultrasound.Roi
|
|
||||||
description = I/Q of region in the control loop.
|
|
||||||
# this is the center of roi:
|
|
||||||
time = 2450
|
|
||||||
size = 300
|
|
||||||
main = f
|
|
||||||
|
|
||||||
[roi1]
|
|
||||||
class = secop_psi.ultrasound.Roi
|
|
||||||
description = I/Q of region 1
|
|
||||||
time = 5950
|
|
||||||
size = 300
|
|
||||||
main = f
|
|
||||||
|
|
||||||
[roi2]
|
|
||||||
class = secop_psi.ultrasound.Roi
|
|
||||||
description = I/Q of region 2
|
|
||||||
# enable = False
|
|
||||||
time = 9475
|
|
||||||
size = 300
|
|
||||||
main = f
|
|
||||||
|
|
||||||
[roi3]
|
|
||||||
class = secop_psi.ultrasound.Roi
|
|
||||||
description = I/Q of region 3
|
|
||||||
#enable = False
|
|
||||||
time = 12900
|
|
||||||
size = 300
|
|
||||||
main = f
|
|
||||||
|
|
||||||
[roi4]
|
|
||||||
class = secop_psi.ultrasound.Roi
|
|
||||||
description = I/Q of region 4
|
|
||||||
enable = True
|
|
||||||
time = 16100
|
|
||||||
size = 300
|
|
||||||
main = f
|
|
||||||
|
|
||||||
[roi5]
|
|
||||||
class = secop_psi.ultrasound.Roi
|
|
||||||
description = I/Q of region 5
|
|
||||||
enable = False
|
|
||||||
time = 4000
|
|
||||||
size = 30
|
|
||||||
main = f
|
|
||||||
|
|
||||||
[roi6]
|
|
||||||
class = secop_psi.ultrasound.Roi
|
|
||||||
description = I/Q of region 6
|
|
||||||
enable = False
|
|
||||||
time = 4000
|
|
||||||
size = 200
|
|
||||||
main = f
|
|
||||||
|
|
||||||
[roi7]
|
|
||||||
class = secop_psi.ultrasound.Roi
|
|
||||||
description = I/Q of region 7
|
|
||||||
enable = False
|
|
||||||
time = 4000
|
|
||||||
size = 200
|
|
||||||
main = f
|
|
||||||
|
|
||||||
[roi8]
|
|
||||||
class = secop_psi.ultrasound.Roi
|
|
||||||
description = I/Q of region 8
|
|
||||||
enable = False
|
|
||||||
time = 4000
|
|
||||||
size = 200
|
|
||||||
main = f
|
|
||||||
|
|
||||||
[roi9]
|
|
||||||
class = secop_psi.ultrasound.Roi
|
|
||||||
description = I/Q of region 9
|
|
||||||
enable = False
|
|
||||||
time = 4000
|
|
||||||
size = 200
|
|
||||||
main = f
|
|
||||||
|
|
||||||
[delay]
|
|
||||||
class = secop_psi.dg645.Delay
|
|
||||||
description = delay line with 2 channels
|
|
||||||
#uri = dil4-ts.psi.ch:3008
|
|
||||||
uri = serial:///dev/ttyS2
|
|
||||||
on1 = 1e-9
|
|
||||||
on2 = 1E-9
|
|
||||||
off1 = 400e-9
|
|
||||||
off2 = 600e-9
|
|
||||||
|
|
||||||
[pars]
|
|
||||||
class = secop_psi.ultrasound.Pars
|
|
||||||
description = SEA parameters
|
|
63
cfg/RUS.cfg
63
cfg/RUS.cfg
@ -1,63 +0,0 @@
|
|||||||
[NODE]
|
|
||||||
id = ultrasound.psi.ch
|
|
||||||
description = resonant ultra sound setup
|
|
||||||
|
|
||||||
[INTERFACE]
|
|
||||||
uri = tcp://5000
|
|
||||||
|
|
||||||
[f]
|
|
||||||
class = secop_psi.ultrasound.Frequency
|
|
||||||
description = ultrasound frequency and acquisition loop
|
|
||||||
uri = serial:///dev/ttyS1
|
|
||||||
pars = pars
|
|
||||||
pollinterval = 0.1
|
|
||||||
# this is the start time:
|
|
||||||
time = 900
|
|
||||||
size = 5000
|
|
||||||
freq = 1.e+03
|
|
||||||
basefreq = 1.E+3
|
|
||||||
control = False
|
|
||||||
rusmode = False
|
|
||||||
amp = 2.5
|
|
||||||
nr = 1 #500 #300 #100 #50 #30 #10 #5 #3 #1 #1000 #500 #300 #100 #50 #30 #10 #5 #3 #1 #500
|
|
||||||
sr = 1E8 #16384
|
|
||||||
plot = True
|
|
||||||
maxstep = 100000
|
|
||||||
bw = 10E6 #butter worth filter bandwidth
|
|
||||||
# y scale for plot:
|
|
||||||
maxy = 0.7
|
|
||||||
# module to transmit curves:
|
|
||||||
curves = curves
|
|
||||||
|
|
||||||
[curves]
|
|
||||||
class = secop_psi.ultrasound.Curves
|
|
||||||
description = t, I, Q and pulse arrays for plot
|
|
||||||
|
|
||||||
[roi0]
|
|
||||||
class = secop_psi.ultrasound.Roi
|
|
||||||
description = I/Q of region in the control loop.
|
|
||||||
# this is the center of roi:
|
|
||||||
time = 300
|
|
||||||
size = 5000
|
|
||||||
main = f
|
|
||||||
|
|
||||||
[roi1]
|
|
||||||
class = secop_psi.ultrasound.Roi
|
|
||||||
description = I/Q of region 1
|
|
||||||
time = 100
|
|
||||||
size = 300
|
|
||||||
main = f
|
|
||||||
|
|
||||||
[delay]
|
|
||||||
class = secop_psi.dg645.Delay
|
|
||||||
description = delay line with 2 channels
|
|
||||||
#uri = dil4-ts.psi.ch:3008
|
|
||||||
uri = serial:///dev/ttyS2
|
|
||||||
on1 = 1e-9
|
|
||||||
on2 = 1E-9
|
|
||||||
off1 = 400e-9
|
|
||||||
off2 = 600e-9
|
|
||||||
|
|
||||||
[pars]
|
|
||||||
class = secop_psi.ultrasound.Pars
|
|
||||||
description = SEA parameters
|
|
14
cfg/addons/be-filter-boa.cfg
Normal file
14
cfg/addons/be-filter-boa.cfg
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
[NODE]
|
||||||
|
description = CryoTel be-filter BOA
|
||||||
|
id = be-filter-boa.addon.sea.psi.ch
|
||||||
|
|
||||||
|
[sea_addons]
|
||||||
|
class = secop_psi.sea.SeaClient
|
||||||
|
description = addons sea connection for be-filter-boa.addon
|
||||||
|
config = be-filter-boa.addon
|
||||||
|
service = addons
|
||||||
|
|
||||||
|
[befilter]
|
||||||
|
class = secop_psi.sea.SeaReadable
|
||||||
|
iodev = sea_addons
|
||||||
|
sea_object = befilter
|
16
cfg/addons/stickmotor.cfg
Normal file
16
cfg/addons/stickmotor.cfg
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
[NODE]
|
||||||
|
description = mobile rotation stage (from MA02)
|
||||||
|
id = stickmotor.linse.psi.ch
|
||||||
|
|
||||||
|
[stick_io]
|
||||||
|
description = dom motor IO
|
||||||
|
class = secop_psi.phytron.PhytronIO
|
||||||
|
uri = ldmcc08-ts:3006
|
||||||
|
|
||||||
|
[stickrot]
|
||||||
|
description = stick rotation, typically not used as omega
|
||||||
|
class = secop_psi.phytron.Motor
|
||||||
|
io = stick_io
|
||||||
|
encoder_mode = CHECK
|
||||||
|
|
||||||
|
|
17
cfg/dg.cfg
17
cfg/dg.cfg
@ -1,17 +0,0 @@
|
|||||||
[node ultrasound.psi.ch]
|
|
||||||
description = ultrasound settings
|
|
||||||
|
|
||||||
[interface tcp]
|
|
||||||
type = tcp
|
|
||||||
bindto = 0.0.0.0
|
|
||||||
bindport = 5000
|
|
||||||
|
|
||||||
[module delay]
|
|
||||||
class = secop_psi.dg645.Delay
|
|
||||||
description = delay line with 2 channels
|
|
||||||
#uri = dil4-ts.psi.ch:3008
|
|
||||||
uri = serial:///dev/ttyS2
|
|
||||||
on1 = 10e-9
|
|
||||||
on2 = 1E-9
|
|
||||||
off1 = 250e-9
|
|
||||||
off2 = 550e-9
|
|
285
cfg/dilsc.cfg
Normal file
285
cfg/dilsc.cfg
Normal file
@ -0,0 +1,285 @@
|
|||||||
|
[NODE]
|
||||||
|
id = dilsc.psi.ch
|
||||||
|
description = triton test
|
||||||
|
|
||||||
|
[INTERFACE]
|
||||||
|
uri = tcp://5000
|
||||||
|
|
||||||
|
[triton]
|
||||||
|
class = secop_psi.mercury.IO
|
||||||
|
description = connection to triton software
|
||||||
|
uri = tcp://192.168.2.33:33576
|
||||||
|
|
||||||
|
[T_mix]
|
||||||
|
class = secop_psi.triton.TemperatureSensor
|
||||||
|
description = mix. chamber temperature
|
||||||
|
slot = T8
|
||||||
|
io = triton
|
||||||
|
|
||||||
|
[T_pt2head]
|
||||||
|
class = secop_psi.triton.TemperatureSensor
|
||||||
|
description = PTR2 head temperature
|
||||||
|
slot = T1
|
||||||
|
io = triton
|
||||||
|
|
||||||
|
[T_pt2plate]
|
||||||
|
class = secop_psi.triton.TemperatureSensor
|
||||||
|
description = PTR2 plate temperature
|
||||||
|
slot = T2
|
||||||
|
io = triton
|
||||||
|
|
||||||
|
[T_still]
|
||||||
|
class = secop_psi.triton.TemperatureSensor
|
||||||
|
description = still temperature
|
||||||
|
slot = T3
|
||||||
|
io = triton
|
||||||
|
|
||||||
|
[htr_still]
|
||||||
|
class = secop_psi.triton.HeaterOutput
|
||||||
|
description = still heater
|
||||||
|
slot = H2
|
||||||
|
io = triton
|
||||||
|
|
||||||
|
[T_coldpl]
|
||||||
|
class = secop_psi.triton.TemperatureSensor
|
||||||
|
description = cold plate temperature
|
||||||
|
slot = T4
|
||||||
|
io = triton
|
||||||
|
|
||||||
|
[T_mixcx]
|
||||||
|
class = secop_psi.triton.TemperatureSensor
|
||||||
|
description = mix. chamber cernox
|
||||||
|
slot = T5
|
||||||
|
io = triton
|
||||||
|
|
||||||
|
[T_pt1head]
|
||||||
|
class = secop_psi.triton.TemperatureSensor
|
||||||
|
description = PTR1 head temperature
|
||||||
|
slot = T6
|
||||||
|
io = triton
|
||||||
|
|
||||||
|
[T_pt1plate]
|
||||||
|
class = secop_psi.triton.TemperatureSensor
|
||||||
|
description = PTR1 plate temperature
|
||||||
|
slot = T7
|
||||||
|
io = triton
|
||||||
|
|
||||||
|
[T_pucksensor]
|
||||||
|
class = secop_psi.triton.TemperatureLoop
|
||||||
|
output_module = htr_pucksensor
|
||||||
|
description = puck sensor temperature
|
||||||
|
slot = TA
|
||||||
|
io = triton
|
||||||
|
|
||||||
|
[htr_pucksensor]
|
||||||
|
class = secop_psi.triton.HeaterOutputWithRange
|
||||||
|
description = mix. chamber heater
|
||||||
|
slot = H1,TA
|
||||||
|
io = triton
|
||||||
|
|
||||||
|
[T_magnet]
|
||||||
|
class = secop_psi.triton.TemperatureSensor
|
||||||
|
description = magnet temperature
|
||||||
|
slot = T13
|
||||||
|
io = triton
|
||||||
|
|
||||||
|
[action]
|
||||||
|
class = secop_psi.triton.Action
|
||||||
|
description = higher level scripts
|
||||||
|
io = triton
|
||||||
|
slot = DR
|
||||||
|
|
||||||
|
[p_dump]
|
||||||
|
class = secop_psi.mercury.PressureSensor
|
||||||
|
description = dump pressure
|
||||||
|
slot = P1
|
||||||
|
io = triton
|
||||||
|
|
||||||
|
[p_cond]
|
||||||
|
class = secop_psi.mercury.PressureSensor
|
||||||
|
description = condenser pressure
|
||||||
|
slot = P2
|
||||||
|
io = triton
|
||||||
|
|
||||||
|
[p_still]
|
||||||
|
class = secop_psi.mercury.PressureSensor
|
||||||
|
description = still pressure
|
||||||
|
slot = P3
|
||||||
|
io = triton
|
||||||
|
|
||||||
|
[p_fore]
|
||||||
|
class = secop_psi.mercury.PressureSensor
|
||||||
|
description = pressure on the pump side
|
||||||
|
slot = P5
|
||||||
|
io = triton
|
||||||
|
|
||||||
|
[p_back]
|
||||||
|
class = secop_psi.mercury.PressureSensor
|
||||||
|
description = pressure on the back side of the pump
|
||||||
|
slot = P4
|
||||||
|
io = triton
|
||||||
|
|
||||||
|
[p_ovc]
|
||||||
|
class = secop_psi.mercury.PressureSensor
|
||||||
|
description = outer vacuum pressure
|
||||||
|
slot = P6
|
||||||
|
io = triton
|
||||||
|
|
||||||
|
#[itc]
|
||||||
|
#class = secop_psi.mercury.IO
|
||||||
|
#description = connection to MercuryiTC
|
||||||
|
#uri = serial:///dev/ttyUSB0
|
||||||
|
#
|
||||||
|
#[T_still_wup]
|
||||||
|
#class = secop_psi.mercury.TemperatureLoop
|
||||||
|
#description = still warmup temperature
|
||||||
|
#slot = MB1.T1
|
||||||
|
#io = itc
|
||||||
|
#
|
||||||
|
#[htr_still_wup]
|
||||||
|
#class = secop_psi.mercury.HeaterOutput
|
||||||
|
#description = still warmup heater
|
||||||
|
#slot = MB0.H1
|
||||||
|
#io = itc
|
||||||
|
#
|
||||||
|
#[T_one_K]
|
||||||
|
#class = secop_psi.mercury.TemperatureLoop
|
||||||
|
#description = 1 K plate warmup temperature
|
||||||
|
#slot = DB5.T1
|
||||||
|
#io = itc
|
||||||
|
#
|
||||||
|
#[htr_one_K]
|
||||||
|
#class = secop_psi.mercury.HeaterOutput
|
||||||
|
#description = 1 K plate warmup heater
|
||||||
|
#slot = DB3.H1
|
||||||
|
#io = itc
|
||||||
|
#
|
||||||
|
#[T_mix_wup]
|
||||||
|
#class = secop_psi.mercury.TemperatureLoop
|
||||||
|
#description = mix. chamber warmup temperature
|
||||||
|
#slot = DB6.T1
|
||||||
|
#io = itc
|
||||||
|
#
|
||||||
|
#[htr_mix_wup]
|
||||||
|
#class = secop_psi.mercury.HeaterOutput
|
||||||
|
#description = mix. chamber warmup heater
|
||||||
|
#slot = DB1.H1
|
||||||
|
#io = itc
|
||||||
|
#
|
||||||
|
#[T_ivc_wup]
|
||||||
|
#class = secop_psi.mercury.TemperatureLoop
|
||||||
|
#description = IVC warmup temperature
|
||||||
|
#slot = DB7.T1
|
||||||
|
#io = itc
|
||||||
|
#
|
||||||
|
#[htr_ivc_wup]
|
||||||
|
#class = secop_psi.mercury.HeaterOutput
|
||||||
|
#description = IVC warmup heater
|
||||||
|
#slot = DB2.H1
|
||||||
|
#io = itc
|
||||||
|
#
|
||||||
|
#[T_cond]
|
||||||
|
#class = secop_psi.mercury.TemperatureLoop
|
||||||
|
#description = condenser temperature
|
||||||
|
#slot = DB8.T1
|
||||||
|
#io = itc
|
||||||
|
#
|
||||||
|
#[htr_cond]
|
||||||
|
#class = secop_psi.mercury.HeaterOutput
|
||||||
|
#description = condenser heater
|
||||||
|
#slot = DB3.H1
|
||||||
|
#io = itc
|
||||||
|
|
||||||
|
[V1]
|
||||||
|
class = secop_psi.triton.Valve
|
||||||
|
description = valve V1
|
||||||
|
slot = V1
|
||||||
|
io = triton
|
||||||
|
|
||||||
|
[V2]
|
||||||
|
class = secop_psi.triton.Valve
|
||||||
|
description = valve V2
|
||||||
|
slot = V2
|
||||||
|
io = triton
|
||||||
|
|
||||||
|
[V4]
|
||||||
|
class = secop_psi.triton.Valve
|
||||||
|
description = valve V4
|
||||||
|
slot = V4
|
||||||
|
io = triton
|
||||||
|
|
||||||
|
[V5]
|
||||||
|
class = secop_psi.triton.Valve
|
||||||
|
description = valve V5
|
||||||
|
slot = V5
|
||||||
|
io = triton
|
||||||
|
|
||||||
|
[V9]
|
||||||
|
class = secop_psi.triton.Valve
|
||||||
|
description = valve V9
|
||||||
|
slot = V9
|
||||||
|
io = triton
|
||||||
|
|
||||||
|
# [turbo]
|
||||||
|
# class = secop_psi.triton.TurboPump
|
||||||
|
# description = still turbo pump
|
||||||
|
# slot = TURB1
|
||||||
|
# io = triton
|
||||||
|
|
||||||
|
# [fp]
|
||||||
|
# class = secop_psi.triton.Pump
|
||||||
|
# description = still fore pump
|
||||||
|
# slot = FP
|
||||||
|
# io = triton
|
||||||
|
|
||||||
|
# [compressor]
|
||||||
|
# class = secop_psi.triton.Pump
|
||||||
|
# description = compressor
|
||||||
|
# slot = COMP
|
||||||
|
# io = triton
|
||||||
|
|
||||||
|
[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.6
|
||||||
|
cylinders = ((0.23, 5.2), (0.45, 0.8))
|
||||||
|
|
||||||
|
[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
|
@ -3,3 +3,4 @@
|
|||||||
logdir = ./log
|
logdir = ./log
|
||||||
piddir = ./pid
|
piddir = ./pid
|
||||||
confdir = ./cfg
|
confdir = ./cfg
|
||||||
|
# comlog = True
|
||||||
|
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
|
@ -1,49 +1,57 @@
|
|||||||
[NODE]
|
[NODE]
|
||||||
description = orange cryostat with 70 mm sample space (FOCUS)
|
description = orange cryostat with 50 mm sample space
|
||||||
id = ill4.config.sea.psi.ch
|
id = ill1.config.sea.psi.ch
|
||||||
|
|
||||||
[sea_main]
|
[sea_main]
|
||||||
class = secop_psi.sea.SeaClient
|
class = secop_psi.sea.SeaClient
|
||||||
description = main sea connection for ill4.config
|
description = main sea connection for ill1.config
|
||||||
config = ill4.config
|
config = ill1.config
|
||||||
service = main
|
service = main
|
||||||
|
|
||||||
[tt]
|
[tt]
|
||||||
class = secop_psi.sea.SeaDrivable
|
class = secop_psi.sea.SeaDrivable
|
||||||
iodev = sea_main
|
io = sea_main
|
||||||
sea_object = tt
|
sea_object = tt
|
||||||
|
|
||||||
[cc]
|
[cc]
|
||||||
class = secop_psi.sea.SeaReadable
|
class = secop_psi.sea.SeaReadable
|
||||||
iodev = sea_main
|
io = sea_main
|
||||||
sea_object = cc
|
sea_object = cc
|
||||||
|
extra_modules = h
|
||||||
|
visibility = 3
|
||||||
|
|
||||||
|
|
||||||
|
[lev]
|
||||||
|
class = secop_psi.sea.SeaReadable
|
||||||
|
io = sea_main
|
||||||
|
single_module = cc.h
|
||||||
|
|
||||||
[nv]
|
[nv]
|
||||||
class = secop_psi.sea.SeaWritable
|
class = secop_psi.sea.SeaWritable
|
||||||
iodev = sea_main
|
io = sea_main
|
||||||
sea_object = nv
|
sea_object = nv
|
||||||
|
|
||||||
[ln2fill]
|
[ln2fill]
|
||||||
class = secop_psi.sea.SeaWritable
|
class = secop_psi.sea.SeaWritable
|
||||||
iodev = sea_main
|
io = sea_main
|
||||||
sea_object = ln2fill
|
sea_object = ln2fill
|
||||||
|
|
||||||
[hefill]
|
[hefill]
|
||||||
class = secop_psi.sea.SeaWritable
|
class = secop_psi.sea.SeaWritable
|
||||||
iodev = sea_main
|
io = sea_main
|
||||||
sea_object = hefill
|
sea_object = hefill
|
||||||
|
|
||||||
[hepump]
|
[hepump]
|
||||||
class = secop_psi.sea.SeaWritable
|
class = secop_psi.sea.SeaWritable
|
||||||
iodev = sea_main
|
io = sea_main
|
||||||
sea_object = hepump
|
sea_object = hepump
|
||||||
|
|
||||||
[hemot]
|
[hemot]
|
||||||
class = secop_psi.sea.SeaDrivable
|
class = secop_psi.sea.SeaDrivable
|
||||||
iodev = sea_main
|
io = sea_main
|
||||||
sea_object = hemot
|
sea_object = hemot
|
||||||
|
|
||||||
[table]
|
[table]
|
||||||
class = secop_psi.sea.SeaReadable
|
class = secop_psi.sea.SeaReadable
|
||||||
iodev = sea_main
|
io = sea_main
|
||||||
sea_object = table
|
sea_object = table
|
@ -10,48 +10,47 @@ service = main
|
|||||||
|
|
||||||
[tt]
|
[tt]
|
||||||
class = secop_psi.sea.SeaDrivable
|
class = secop_psi.sea.SeaDrivable
|
||||||
iodev = sea_main
|
io = sea_main
|
||||||
sea_object = tt
|
sea_object = tt
|
||||||
|
|
||||||
[cc]
|
[cc]
|
||||||
class = secop_psi.sea.SeaReadable
|
class = secop_psi.sea.SeaReadable
|
||||||
iodev = sea_main
|
io = sea_main
|
||||||
sea_object = cc
|
sea_object = cc
|
||||||
extra_modules = h
|
extra_modules = h
|
||||||
visibility = 3
|
visibility = 3
|
||||||
|
|
||||||
[lev]
|
[lev]
|
||||||
class = secop_psi.sea.SeaReadable
|
class = secop_psi.sea.SeaReadable
|
||||||
iodev = sea_main
|
io = sea_main
|
||||||
single_module = cc.h
|
single_module = cc.h
|
||||||
|
|
||||||
[nv]
|
[nv]
|
||||||
class = secop_psi.sea.SeaWritable
|
class = secop_psi.sea.SeaWritable
|
||||||
iodev = sea_main
|
io = sea_main
|
||||||
sea_object = nv
|
sea_object = nv
|
||||||
|
|
||||||
[ln2fill]
|
[ln2fill]
|
||||||
class = secop_psi.sea.SeaWritable
|
class = secop_psi.sea.SeaWritable
|
||||||
iodev = sea_main
|
io = sea_main
|
||||||
sea_object = ln2fill
|
sea_object = ln2fill
|
||||||
|
|
||||||
[hefill]
|
[hefill]
|
||||||
class = secop_psi.sea.SeaWritable
|
class = secop_psi.sea.SeaWritable
|
||||||
iodev = sea_main
|
io = sea_main
|
||||||
sea_object = hefill
|
sea_object = hefill
|
||||||
|
|
||||||
[hepump]
|
[hepump]
|
||||||
class = secop_psi.sea.SeaWritable
|
class = secop_psi.sea.SeaWritable
|
||||||
iodev = sea_main
|
io = sea_main
|
||||||
sea_object = hepump
|
sea_object = hepump
|
||||||
|
|
||||||
[hemot]
|
[hemot]
|
||||||
class = secop_psi.sea.SeaDrivable
|
class = secop_psi.sea.SeaDrivable
|
||||||
iodev = sea_main
|
io = sea_main
|
||||||
sea_object = hemot
|
sea_object = hemot
|
||||||
visibility = 3
|
|
||||||
|
|
||||||
[table]
|
[table]
|
||||||
class = secop_psi.sea.SeaModule
|
class = secop_psi.sea.SeaReadable
|
||||||
iodev = sea_main
|
io = sea_main
|
||||||
sea_object = table
|
sea_object = table
|
||||||
|
@ -8,21 +8,22 @@ description = main SEA connection to ill5.config
|
|||||||
config = ill5.config
|
config = ill5.config
|
||||||
service = main
|
service = main
|
||||||
|
|
||||||
[t]
|
[tt]
|
||||||
class = secop_psi.sea.SeaDrivable
|
class = secop_psi.sea.SeaDrivable
|
||||||
io = sea_main
|
io = sea_main
|
||||||
sea_object = tt
|
sea_object = tt
|
||||||
|
|
||||||
[tm]
|
|
||||||
class = secop_psi.sea.SeaDrivable
|
|
||||||
io = sea_main
|
|
||||||
sea_object = tt
|
|
||||||
rel_paths = tm
|
|
||||||
|
|
||||||
[cc]
|
[cc]
|
||||||
class = secop_psi.sea.SeaReadable
|
class = secop_psi.sea.SeaReadable
|
||||||
io = sea_main
|
io = sea_main
|
||||||
sea_object = cc
|
sea_object = cc
|
||||||
|
extra_modules = h
|
||||||
|
visibility = 3
|
||||||
|
|
||||||
|
[lev]
|
||||||
|
class = secop_psi.sea.SeaReadable
|
||||||
|
io = sea_main
|
||||||
|
single_module = cc.h
|
||||||
|
|
||||||
[nv]
|
[nv]
|
||||||
class = secop_psi.sea.SeaWritable
|
class = secop_psi.sea.SeaWritable
|
||||||
|
86
cfg/main/ill5pgas5.cfg
Normal file
86
cfg/main/ill5pgas5.cfg
Normal file
@ -0,0 +1,86 @@
|
|||||||
|
[NODE]
|
||||||
|
description = orange cryostat with 100 mm sample space and pgas5 pressure cell
|
||||||
|
id = ill5pgas5.config.sea.psi.ch
|
||||||
|
|
||||||
|
[sea_main]
|
||||||
|
class = secop_psi.sea.SeaClient
|
||||||
|
description = main sea connection for ill5pgas5.config
|
||||||
|
config = ill5pgas5.config
|
||||||
|
service = main
|
||||||
|
|
||||||
|
[tt]
|
||||||
|
class = secop_psi.sea.SeaDrivable
|
||||||
|
io = sea_main
|
||||||
|
sea_object = tt
|
||||||
|
|
||||||
|
[pauto]
|
||||||
|
class = secop_psi.sea.SeaReadable
|
||||||
|
io = sea_main
|
||||||
|
sea_object = pauto
|
||||||
|
|
||||||
|
[T_capillary]
|
||||||
|
class = secop_psi.sea.SeaDrivable
|
||||||
|
io = sea_main
|
||||||
|
sea_object = tc
|
||||||
|
|
||||||
|
[cc]
|
||||||
|
class = secop_psi.sea.SeaReadable
|
||||||
|
io = sea_main
|
||||||
|
sea_object = cc
|
||||||
|
extra_modules = h
|
||||||
|
visibility = 3
|
||||||
|
|
||||||
|
[lev]
|
||||||
|
class = secop_psi.sea.SeaReadable
|
||||||
|
io = sea_main
|
||||||
|
single_module = cc.h
|
||||||
|
|
||||||
|
[nv]
|
||||||
|
class = secop_psi.sea.SeaWritable
|
||||||
|
io = sea_main
|
||||||
|
sea_object = nv
|
||||||
|
|
||||||
|
[ln2fill]
|
||||||
|
class = secop_psi.sea.SeaWritable
|
||||||
|
io = sea_main
|
||||||
|
sea_object = ln2fill
|
||||||
|
|
||||||
|
[hefill]
|
||||||
|
class = secop_psi.sea.SeaWritable
|
||||||
|
io = sea_main
|
||||||
|
sea_object = hefill
|
||||||
|
|
||||||
|
[hepump]
|
||||||
|
class = secop_psi.sea.SeaWritable
|
||||||
|
io = sea_main
|
||||||
|
sea_object = hepump
|
||||||
|
|
||||||
|
[hemot]
|
||||||
|
class = secop_psi.sea.SeaDrivable
|
||||||
|
io = sea_main
|
||||||
|
sea_object = hemot
|
||||||
|
|
||||||
|
[nvflow]
|
||||||
|
class = secop_psi.sea.SeaReadable
|
||||||
|
io = sea_main
|
||||||
|
sea_object = nvflow
|
||||||
|
|
||||||
|
[table]
|
||||||
|
class = secop_psi.sea.SeaReadable
|
||||||
|
io = sea_main
|
||||||
|
sea_object = table
|
||||||
|
|
||||||
|
[pccu]
|
||||||
|
class = secop_psi.sea.SeaReadable
|
||||||
|
io = sea_main
|
||||||
|
sea_object = pccu
|
||||||
|
|
||||||
|
[p]
|
||||||
|
class = secop_psi.sea.SeaReadable
|
||||||
|
io = sea_main
|
||||||
|
sea_object = p
|
||||||
|
|
||||||
|
[i1]
|
||||||
|
class = secop_psi.sea.SeaDrivable
|
||||||
|
io = sea_main
|
||||||
|
sea_object = i1
|
112
cfg/main/jtccr.cfg
Normal file
112
cfg/main/jtccr.cfg
Normal file
@ -0,0 +1,112 @@
|
|||||||
|
[NODE]
|
||||||
|
description = CCR with JT-stage
|
||||||
|
id = jtccr.config.sea.psi.ch
|
||||||
|
|
||||||
|
[sea_main]
|
||||||
|
class = secop_psi.sea.SeaClient
|
||||||
|
description = main sea connection for jtccr.config
|
||||||
|
config = jtccr.config
|
||||||
|
service = main
|
||||||
|
|
||||||
|
[tt]
|
||||||
|
class = secop_psi.sea.SeaDrivable
|
||||||
|
io = sea_main
|
||||||
|
sea_object = tt
|
||||||
|
rel_paths = . tt
|
||||||
|
|
||||||
|
[T_ccr]
|
||||||
|
class = secop_psi.sea.SeaReadable
|
||||||
|
io = sea_main
|
||||||
|
sea_object = tt
|
||||||
|
rel_paths = ccr
|
||||||
|
|
||||||
|
[jtccr]
|
||||||
|
class = secop_psi.sea.SeaWritable
|
||||||
|
io = sea_main
|
||||||
|
sea_object = jtccr
|
||||||
|
extra_modules = v1,v2,v3,v4,v5,v6,v7,v8,v9,v10,vm
|
||||||
|
|
||||||
|
[v1]
|
||||||
|
class = secop_psi.sea.SeaWritable
|
||||||
|
io = sea_main
|
||||||
|
single_module = jtccr.v1
|
||||||
|
|
||||||
|
[v2]
|
||||||
|
class = secop_psi.sea.SeaWritable
|
||||||
|
io = sea_main
|
||||||
|
single_module = jtccr.v2
|
||||||
|
|
||||||
|
[v3]
|
||||||
|
class = secop_psi.sea.SeaWritable
|
||||||
|
io = sea_main
|
||||||
|
single_module = jtccr.v3
|
||||||
|
|
||||||
|
[v4]
|
||||||
|
class = secop_psi.sea.SeaWritable
|
||||||
|
io = sea_main
|
||||||
|
single_module = jtccr.v4
|
||||||
|
|
||||||
|
[v5]
|
||||||
|
class = secop_psi.sea.SeaWritable
|
||||||
|
io = sea_main
|
||||||
|
single_module = jtccr.v5
|
||||||
|
|
||||||
|
[v6]
|
||||||
|
class = secop_psi.sea.SeaWritable
|
||||||
|
io = sea_main
|
||||||
|
single_module = jtccr.v6
|
||||||
|
|
||||||
|
[v7]
|
||||||
|
class = secop_psi.sea.SeaWritable
|
||||||
|
io = sea_main
|
||||||
|
single_module = jtccr.v7
|
||||||
|
|
||||||
|
[v8]
|
||||||
|
class = secop_psi.sea.SeaWritable
|
||||||
|
io = sea_main
|
||||||
|
single_module = jtccr.v8
|
||||||
|
|
||||||
|
[v9]
|
||||||
|
class = secop_psi.sea.SeaWritable
|
||||||
|
io = sea_main
|
||||||
|
single_module = jtccr.v9
|
||||||
|
|
||||||
|
[v10]
|
||||||
|
class = secop_psi.sea.SeaWritable
|
||||||
|
io = sea_main
|
||||||
|
single_module = jtccr.v10
|
||||||
|
|
||||||
|
[vm]
|
||||||
|
class = secop_psi.sea.SeaWritable
|
||||||
|
io = sea_main
|
||||||
|
single_module = jtccr.vm
|
||||||
|
|
||||||
|
[p1]
|
||||||
|
class = secop_psi.sea.SeaReadable
|
||||||
|
io = sea_main
|
||||||
|
sea_object = p1
|
||||||
|
|
||||||
|
[p2]
|
||||||
|
class = secop_psi.sea.SeaReadable
|
||||||
|
io = sea_main
|
||||||
|
sea_object = p2
|
||||||
|
|
||||||
|
[p3]
|
||||||
|
class = secop_psi.sea.SeaReadable
|
||||||
|
io = sea_main
|
||||||
|
sea_object = p3
|
||||||
|
|
||||||
|
[p4]
|
||||||
|
class = secop_psi.sea.SeaReadable
|
||||||
|
io = sea_main
|
||||||
|
sea_object = p4
|
||||||
|
|
||||||
|
[pressreg]
|
||||||
|
class = secop_psi.sea.SeaReadable
|
||||||
|
io = sea_main
|
||||||
|
sea_object = pressreg
|
||||||
|
|
||||||
|
[epc]
|
||||||
|
class = secop_psi.sea.SeaReadable
|
||||||
|
io = sea_main
|
||||||
|
sea_object = epc
|
@ -39,7 +39,7 @@ io = sea_main
|
|||||||
sea_object = hemot
|
sea_object = hemot
|
||||||
|
|
||||||
[mf]
|
[mf]
|
||||||
class = secop_psi.sea.SeaReadable
|
class = secop_psi.sea.SeaDrivable
|
||||||
io = sea_main
|
io = sea_main
|
||||||
sea_object = mf
|
sea_object = mf
|
||||||
|
|
||||||
@ -56,7 +56,7 @@ sea_object = hefill
|
|||||||
[stick_io]
|
[stick_io]
|
||||||
description = dom motor IO
|
description = dom motor IO
|
||||||
class = secop_psi.phytron.PhytronIO
|
class = secop_psi.phytron.PhytronIO
|
||||||
uri = ma02-ts.psi.ch:300x
|
uri = ma02-ts.psi.ch:3003
|
||||||
|
|
||||||
[stickrot]
|
[stickrot]
|
||||||
description = stick rotation, typically not used as omega
|
description = stick rotation, typically not used as omega
|
||||||
|
@ -45,7 +45,7 @@ io = sea_main
|
|||||||
sea_object = hefill
|
sea_object = hefill
|
||||||
|
|
||||||
[mf]
|
[mf]
|
||||||
class = secop_psi.sea.SeaReadable
|
class = secop_psi.sea.SeaDrivable
|
||||||
io = sea_main
|
io = sea_main
|
||||||
sea_object = mf
|
sea_object = mf
|
||||||
|
|
||||||
@ -57,11 +57,11 @@ sea_object = lev
|
|||||||
[om_io]
|
[om_io]
|
||||||
description = dom motor IO
|
description = dom motor IO
|
||||||
class = secop_psi.phytron.PhytronIO
|
class = secop_psi.phytron.PhytronIO
|
||||||
uri = ma6-ts.psi.ch:3001
|
uri = ma6-ts.psi.ch:3003
|
||||||
|
|
||||||
[om]
|
[om]
|
||||||
description = stick rotation, typically used for omega
|
description = stick rotation, typically used for omega
|
||||||
class = secop_psi.phytron.Motor
|
class = secop_psi.phytron.Motor
|
||||||
io = om_io
|
io = om_io
|
||||||
encoder_mode = CHECK
|
encoder_mode = NO
|
||||||
|
|
||||||
|
@ -45,7 +45,7 @@ io = sea_main
|
|||||||
sea_object = ln2fill
|
sea_object = ln2fill
|
||||||
|
|
||||||
[mf]
|
[mf]
|
||||||
class = secop_psi.sea.SeaReadable
|
class = secop_psi.sea.SeaDrivable
|
||||||
io = sea_main
|
io = sea_main
|
||||||
sea_object = mf
|
sea_object = mf
|
||||||
|
|
||||||
|
180
cfg/main/mb11.cfg
Normal file
180
cfg/main/mb11.cfg
Normal file
@ -0,0 +1,180 @@
|
|||||||
|
[NODE]
|
||||||
|
id = mb11.psi.ch
|
||||||
|
description = MB11 11 Tesla - 100 mm cryomagnet
|
||||||
|
|
||||||
|
[INTERFACE]
|
||||||
|
uri = tcp://5000
|
||||||
|
|
||||||
|
[itc1]
|
||||||
|
class = secop_psi.mercury.IO
|
||||||
|
description = ITC for heat exchanger and pressures
|
||||||
|
uri = mb11-ts:3001
|
||||||
|
|
||||||
|
[itc2]
|
||||||
|
class = secop_psi.mercury.IO
|
||||||
|
description = ITC for neck and nv heaters
|
||||||
|
uri = mb11-ts:3002
|
||||||
|
|
||||||
|
[ips]
|
||||||
|
class = secop_psi.mercury.IO
|
||||||
|
description = IPS for magnet and levels
|
||||||
|
uri = mb11-ts:3003
|
||||||
|
|
||||||
|
[T_stat]
|
||||||
|
class = secop_psi.mercury.TemperatureAutoFlow
|
||||||
|
description = static heat exchanger temperature
|
||||||
|
output_module = htr_stat
|
||||||
|
needle_valve = p_stat
|
||||||
|
slot = DB6.T1
|
||||||
|
io = itc1
|
||||||
|
tolerance = 0.1
|
||||||
|
|
||||||
|
[htr_stat]
|
||||||
|
class = secop_psi.mercury.HeaterOutput
|
||||||
|
description = static heat exchanger heater
|
||||||
|
slot = DB1.H1
|
||||||
|
io = itc1
|
||||||
|
|
||||||
|
[p_stat]
|
||||||
|
class = secop_psi.mercury.PressureLoop
|
||||||
|
description = static needle valve pressure
|
||||||
|
output_module = pos_stat
|
||||||
|
settling_time = 60
|
||||||
|
slot = DB5.P1,DB3.G1
|
||||||
|
io = itc1
|
||||||
|
tolerance = 1
|
||||||
|
value.unit = mbar_flow
|
||||||
|
|
||||||
|
[pos_stat]
|
||||||
|
class = secop_psi.mercury.ValvePos
|
||||||
|
description = static needle valve position
|
||||||
|
slot = DB5.P1,DB3.G1
|
||||||
|
io = itc1
|
||||||
|
|
||||||
|
[T_dyn]
|
||||||
|
class = secop_psi.mercury.TemperatureAutoFlow
|
||||||
|
description = dynamic heat exchanger temperature
|
||||||
|
output_module = htr_dyn
|
||||||
|
needle_valve = p_dyn
|
||||||
|
slot = DB7.T1
|
||||||
|
io = itc1
|
||||||
|
tolerance = 0.1
|
||||||
|
|
||||||
|
[htr_dyn]
|
||||||
|
class = secop_psi.mercury.HeaterOutput
|
||||||
|
description = dynamic heat exchanger heater
|
||||||
|
slot = DB2.H1
|
||||||
|
io = itc1
|
||||||
|
|
||||||
|
[p_dyn]
|
||||||
|
class = secop_psi.mercury.PressureLoop
|
||||||
|
description = dynamic needle valve pressure
|
||||||
|
output_module = pos_dyn
|
||||||
|
settling_time = 60
|
||||||
|
slot = DB8.P1,DB4.G1
|
||||||
|
io = itc1
|
||||||
|
tolerance = 1
|
||||||
|
value.unit = mbar_flow
|
||||||
|
|
||||||
|
[pos_dyn]
|
||||||
|
class = secop_psi.mercury.ValvePos
|
||||||
|
description = dynamic needle valve position
|
||||||
|
slot = DB8.P1,DB4.G1
|
||||||
|
io = itc1
|
||||||
|
|
||||||
|
[mf]
|
||||||
|
class = secop_psi.ips_mercury.Field
|
||||||
|
description = magnetic field
|
||||||
|
slot = GRPZ
|
||||||
|
io = ips
|
||||||
|
tolerance = 0.001
|
||||||
|
wait_stable_field = 60
|
||||||
|
target.max = 11
|
||||||
|
persistent_limit = 7
|
||||||
|
|
||||||
|
[lev]
|
||||||
|
class = secop_psi.mercury.HeLevel
|
||||||
|
description = LHe level
|
||||||
|
slot = DB1.L1
|
||||||
|
io = ips
|
||||||
|
|
||||||
|
[n2lev]
|
||||||
|
class = secop_psi.mercury.N2Level
|
||||||
|
description = LHe level
|
||||||
|
slot = DB1.L1
|
||||||
|
io = ips
|
||||||
|
|
||||||
|
[T_neck1]
|
||||||
|
class = secop_psi.mercury.TemperatureLoop
|
||||||
|
description = neck heater 1 temperature
|
||||||
|
output_module = htr_neck1
|
||||||
|
slot = MB1.T1
|
||||||
|
io = itc2
|
||||||
|
tolerance = 1
|
||||||
|
|
||||||
|
[htr_neck1]
|
||||||
|
class = secop_psi.mercury.HeaterOutput
|
||||||
|
description = neck heater 1 power
|
||||||
|
slot = MB0.H1
|
||||||
|
io = itc2
|
||||||
|
|
||||||
|
[T_neck2]
|
||||||
|
class = secop_psi.mercury.TemperatureLoop
|
||||||
|
description = neck heater 2 temperature
|
||||||
|
output_module = htr_neck2
|
||||||
|
slot = DB6.T1
|
||||||
|
io = itc2
|
||||||
|
tolerance = 1
|
||||||
|
|
||||||
|
[htr_neck2]
|
||||||
|
class = secop_psi.mercury.HeaterOutput
|
||||||
|
description = neck heater 2 power
|
||||||
|
slot = DB1.H1
|
||||||
|
io = itc2
|
||||||
|
|
||||||
|
[T_nvs]
|
||||||
|
class = secop_psi.mercury.TemperatureLoop
|
||||||
|
description = static needle valve temperature
|
||||||
|
output_module = htr_nvs
|
||||||
|
slot = DB7.T1
|
||||||
|
io = itc2
|
||||||
|
tolerance = 0.1
|
||||||
|
|
||||||
|
[htr_nvs]
|
||||||
|
class = secop_psi.mercury.HeaterOutput
|
||||||
|
description = static needle valve heater power
|
||||||
|
slot = DB2.H1
|
||||||
|
io = itc2
|
||||||
|
|
||||||
|
[T_nvd]
|
||||||
|
class = secop_psi.mercury.TemperatureLoop
|
||||||
|
description = dynamic needle valve heater temperature
|
||||||
|
output_module = htr_nvd
|
||||||
|
slot = DB8.T1
|
||||||
|
io = itc2
|
||||||
|
tolerance = 0.1
|
||||||
|
|
||||||
|
[htr_nvd]
|
||||||
|
class = secop_psi.mercury.HeaterOutput
|
||||||
|
description = dynamic needle valve heater power
|
||||||
|
slot = DB3.H1
|
||||||
|
io = itc2
|
||||||
|
|
||||||
|
[T_coil]
|
||||||
|
class = secop_psi.mercury.TemperatureSensor
|
||||||
|
description = coil temperature
|
||||||
|
slot = MB1.T1
|
||||||
|
io = ips
|
||||||
|
|
||||||
|
[om_io]
|
||||||
|
description = dom motor IO
|
||||||
|
class = secop_psi.phytron.PhytronIO
|
||||||
|
uri = mb11-ts.psi.ch:3004
|
||||||
|
|
||||||
|
[om]
|
||||||
|
description = stick rotation, typically used for omega
|
||||||
|
class = secop_psi.phytron.Motor
|
||||||
|
io = om_io
|
||||||
|
sign = -1
|
||||||
|
encoder_mode = NO
|
||||||
|
|
206
cfg/main/mb11std.cfg
Normal file
206
cfg/main/mb11std.cfg
Normal file
@ -0,0 +1,206 @@
|
|||||||
|
[NODE]
|
||||||
|
id = mb11.psi.ch
|
||||||
|
description = MB11 11 Tesla - 100 mm cryomagnet
|
||||||
|
|
||||||
|
[INTERFACE]
|
||||||
|
uri = tcp://5000
|
||||||
|
|
||||||
|
[itc1]
|
||||||
|
class = secop_psi.mercury.IO
|
||||||
|
description = ITC for heat exchanger and pressures
|
||||||
|
uri = mb11-ts:3001
|
||||||
|
|
||||||
|
[itc2]
|
||||||
|
class = secop_psi.mercury.IO
|
||||||
|
description = ITC for neck and nv heaters
|
||||||
|
uri = mb11-ts:3002
|
||||||
|
|
||||||
|
[ips]
|
||||||
|
class = secop_psi.mercury.IO
|
||||||
|
description = IPS for magnet and levels
|
||||||
|
uri = mb11-ts:3003
|
||||||
|
|
||||||
|
[T_stat]
|
||||||
|
class = secop_psi.mercury.TemperatureAutoFlow
|
||||||
|
description = static heat exchanger temperature
|
||||||
|
output_module = htr_stat
|
||||||
|
needle_valve = p_stat
|
||||||
|
slot = DB6.T1
|
||||||
|
io = itc1
|
||||||
|
tolerance = 0.1
|
||||||
|
|
||||||
|
[htr_stat]
|
||||||
|
class = secop_psi.mercury.HeaterOutput
|
||||||
|
description = static heat exchanger heater
|
||||||
|
slot = DB1.H1
|
||||||
|
io = itc1
|
||||||
|
|
||||||
|
[ts]
|
||||||
|
class = secop_psi.mercury.TemperatureLoop
|
||||||
|
description = sample temperature
|
||||||
|
output_module = htr_sample
|
||||||
|
slot = MB1.T1
|
||||||
|
io = itc1
|
||||||
|
tolerance = 1
|
||||||
|
|
||||||
|
[htr_sample]
|
||||||
|
class = secop_psi.mercury.HeaterOutput
|
||||||
|
description = sample stick heater power
|
||||||
|
slot = MB0.H1
|
||||||
|
io = itc1
|
||||||
|
|
||||||
|
[p_stat]
|
||||||
|
class = secop_psi.mercury.PressureLoop
|
||||||
|
description = static needle valve pressure
|
||||||
|
output_module = pos_stat
|
||||||
|
settling_time = 60
|
||||||
|
slot = DB5.P1,DB3.G1
|
||||||
|
io = itc1
|
||||||
|
tolerance = 1
|
||||||
|
value.unit = mbar_flow
|
||||||
|
|
||||||
|
[pos_stat]
|
||||||
|
class = secop_psi.mercury.ValvePos
|
||||||
|
description = static needle valve position
|
||||||
|
slot = DB5.P1,DB3.G1
|
||||||
|
io = itc1
|
||||||
|
|
||||||
|
[T_dyn]
|
||||||
|
class = secop_psi.mercury.TemperatureAutoFlow
|
||||||
|
description = dynamic heat exchanger temperature
|
||||||
|
output_module = htr_dyn
|
||||||
|
needle_valve = p_dyn
|
||||||
|
slot = DB7.T1
|
||||||
|
io = itc1
|
||||||
|
tolerance = 0.1
|
||||||
|
|
||||||
|
[htr_dyn]
|
||||||
|
class = secop_psi.mercury.HeaterOutput
|
||||||
|
description = dynamic heat exchanger heater
|
||||||
|
slot = DB2.H1
|
||||||
|
io = itc1
|
||||||
|
|
||||||
|
[p_dyn]
|
||||||
|
class = secop_psi.mercury.PressureLoop
|
||||||
|
description = dynamic needle valve pressure
|
||||||
|
output_module = pos_dyn
|
||||||
|
settling_time = 60
|
||||||
|
slot = DB8.P1,DB4.G1
|
||||||
|
io = itc1
|
||||||
|
tolerance = 1
|
||||||
|
value.unit = mbar_flow
|
||||||
|
|
||||||
|
[pos_dyn]
|
||||||
|
class = secop_psi.mercury.ValvePos
|
||||||
|
description = dynamic needle valve position
|
||||||
|
slot = DB8.P1,DB4.G1
|
||||||
|
io = itc1
|
||||||
|
|
||||||
|
[mf]
|
||||||
|
class = secop_psi.ips_mercury.Field
|
||||||
|
description = magnetic field
|
||||||
|
slot = GRPZ
|
||||||
|
io = ips
|
||||||
|
tolerance = 0.001
|
||||||
|
wait_stable_field = 60
|
||||||
|
target.max = 11
|
||||||
|
persistent_limit = 7
|
||||||
|
|
||||||
|
[lev]
|
||||||
|
class = secop_psi.mercury.HeLevel
|
||||||
|
description = LHe level
|
||||||
|
slot = DB1.L1
|
||||||
|
io = ips
|
||||||
|
|
||||||
|
[n2lev]
|
||||||
|
class = secop_psi.mercury.N2Level
|
||||||
|
description = LHe level
|
||||||
|
slot = DB1.L1
|
||||||
|
io = ips
|
||||||
|
|
||||||
|
[T_neck1]
|
||||||
|
class = secop_psi.mercury.TemperatureLoop
|
||||||
|
description = neck heater 1 temperature
|
||||||
|
output_module = htr_neck1
|
||||||
|
slot = MB1.T1
|
||||||
|
io = itc2
|
||||||
|
tolerance = 1
|
||||||
|
|
||||||
|
[htr_neck1]
|
||||||
|
class = secop_psi.mercury.HeaterOutput
|
||||||
|
description = neck heater 1 power
|
||||||
|
slot = MB0.H1
|
||||||
|
io = itc2
|
||||||
|
|
||||||
|
[T_neck2]
|
||||||
|
class = secop_psi.mercury.TemperatureLoop
|
||||||
|
description = neck heater 2 temperature
|
||||||
|
output_module = htr_neck2
|
||||||
|
slot = DB6.T1
|
||||||
|
io = itc2
|
||||||
|
tolerance = 1
|
||||||
|
|
||||||
|
[htr_neck2]
|
||||||
|
class = secop_psi.mercury.HeaterOutput
|
||||||
|
description = neck heater 2 power
|
||||||
|
slot = DB1.H1
|
||||||
|
io = itc2
|
||||||
|
|
||||||
|
[T_nvs]
|
||||||
|
class = secop_psi.mercury.TemperatureLoop
|
||||||
|
description = static needle valve temperature
|
||||||
|
output_module = htr_nvs
|
||||||
|
slot = DB7.T1
|
||||||
|
io = itc2
|
||||||
|
tolerance = 0.1
|
||||||
|
|
||||||
|
[htr_nvs]
|
||||||
|
class = secop_psi.mercury.HeaterOutput
|
||||||
|
description = static needle valve heater power
|
||||||
|
slot = DB2.H1
|
||||||
|
io = itc2
|
||||||
|
|
||||||
|
[T_nvd]
|
||||||
|
class = secop_psi.mercury.TemperatureLoop
|
||||||
|
description = dynamic needle valve heater temperature
|
||||||
|
output_module = htr_nvd
|
||||||
|
slot = DB8.T1
|
||||||
|
io = itc2
|
||||||
|
tolerance = 0.1
|
||||||
|
|
||||||
|
[htr_nvd]
|
||||||
|
class = secop_psi.mercury.HeaterOutput
|
||||||
|
description = dynamic needle valve heater power
|
||||||
|
slot = DB3.H1
|
||||||
|
io = itc2
|
||||||
|
|
||||||
|
[T_coil]
|
||||||
|
class = secop_psi.mercury.TemperatureSensor
|
||||||
|
description = coil temperature
|
||||||
|
slot = MB1.T1
|
||||||
|
io = ips
|
||||||
|
|
||||||
|
[om_io]
|
||||||
|
description = dom motor IO
|
||||||
|
class = secop_psi.phytron.PhytronIO
|
||||||
|
uri = mb11-ts.psi.ch:3004
|
||||||
|
|
||||||
|
[om]
|
||||||
|
description = stick rotation, typically used for omega
|
||||||
|
class = secop_psi.phytron.Motor
|
||||||
|
io = om_io
|
||||||
|
sign = -1
|
||||||
|
encoder_mode = NO
|
||||||
|
|
||||||
|
#[sea_main]
|
||||||
|
#class = secop_psi.sea.SeaClient
|
||||||
|
#description = main sea connection for mb11.config
|
||||||
|
#config = mb11.config
|
||||||
|
#service = main
|
||||||
|
|
||||||
|
#[hepump]
|
||||||
|
#class = secop_psi.sea.SeaWritable
|
||||||
|
#io = sea_main
|
||||||
|
#sea_object = hepump
|
||||||
|
|
||||||
|
|
70
cfg/mb11.cfg
70
cfg/mb11.cfg
@ -1,70 +0,0 @@
|
|||||||
[seaconn]
|
|
||||||
class = secop_psi.sea.SeaClient
|
|
||||||
description = a SEA connection
|
|
||||||
# uri will be automatic
|
|
||||||
|
|
||||||
[ts]
|
|
||||||
class = secop_psi.sea.SeaReadable
|
|
||||||
io = seaconn
|
|
||||||
json_descr = ts.mb11.config
|
|
||||||
remote_paths = .
|
|
||||||
|
|
||||||
[tvs]
|
|
||||||
class = secop_psi.sea.SeaReadable
|
|
||||||
io = seaconn
|
|
||||||
json_descr = tvs.mb11.config
|
|
||||||
remote_paths = .
|
|
||||||
|
|
||||||
[tvd]
|
|
||||||
class = secop_psi.sea.SeaReadable
|
|
||||||
io = seaconn
|
|
||||||
json_descr = tvd.mb11.config
|
|
||||||
remote_paths = .
|
|
||||||
|
|
||||||
[pstat]
|
|
||||||
class = secop_psi.sea.SeaReadable
|
|
||||||
io = seaconn
|
|
||||||
json_descr = pstat.mb11.config
|
|
||||||
remote_paths = .
|
|
||||||
|
|
||||||
[pdyn]
|
|
||||||
class = secop_psi.sea.SeaReadable
|
|
||||||
io = seaconn
|
|
||||||
json_descr = pdyn.mb11.config
|
|
||||||
remote_paths = .
|
|
||||||
|
|
||||||
[tneck1]
|
|
||||||
class = secop_psi.sea.SeaReadable
|
|
||||||
io = seaconn
|
|
||||||
json_descr = tneck1.mb11.config
|
|
||||||
remote_paths = .
|
|
||||||
|
|
||||||
[tneck2]
|
|
||||||
class = secop_psi.sea.SeaReadable
|
|
||||||
io = seaconn
|
|
||||||
json_descr = tneck2.mb11.config
|
|
||||||
remote_paths = .
|
|
||||||
|
|
||||||
[tnvs]
|
|
||||||
class = secop_psi.sea.SeaReadable
|
|
||||||
io = seaconn
|
|
||||||
json_descr = tnvs.mb11.config
|
|
||||||
remote_paths = .
|
|
||||||
|
|
||||||
[tnvd]
|
|
||||||
class = secop_psi.sea.SeaReadable
|
|
||||||
io = seaconn
|
|
||||||
json_descr = tnvd.mb11.config
|
|
||||||
remote_paths = .
|
|
||||||
|
|
||||||
[mf]
|
|
||||||
class = secop_psi.sea.SeaDrivable
|
|
||||||
io = seaconn
|
|
||||||
json_descr = mf.mb11.config
|
|
||||||
remote_paths = .
|
|
||||||
|
|
||||||
[tcoil]
|
|
||||||
class = secop_psi.sea.SeaReadable
|
|
||||||
io = seaconn
|
|
||||||
json_descr = tcoil.mb11.config
|
|
||||||
remote_paths = .
|
|
19
cfg/sea/be-filter-boa.addon.json
Normal file
19
cfg/sea/be-filter-boa.addon.json
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
{"befilter": {"base": "/befilter", "params": [
|
||||||
|
{"path": "", "type": "float", "kids": 12},
|
||||||
|
{"path": "send", "type": "text", "readonly": false, "cmd": "befilter send", "visibility": 3},
|
||||||
|
{"path": "status", "type": "text", "visibility": 3},
|
||||||
|
{"path": "cool", "type": "enum", "enum": {"on": 0, "off": 1}, "readonly": false, "cmd": "befilter cool"},
|
||||||
|
{"path": "control", "type": "enum", "enum": {"auto_power": 1, "manual_power": 0, "controlled_T": 2}, "readonly": false, "cmd": "befilter control", "description": "recommended mode: auto_power, use coolpower or holdpower depending on T"},
|
||||||
|
{"path": "set", "type": "float", "readonly": false, "cmd": "befilter set"},
|
||||||
|
{"path": "setpower", "type": "float", "readonly": false, "cmd": "befilter setpower", "visibility": 3},
|
||||||
|
{"path": "coolpower", "type": "float", "readonly": false, "cmd": "befilter coolpower", "visibility": 3},
|
||||||
|
{"path": "holdpower", "type": "float", "readonly": false, "cmd": "befilter holdpower", "visibility": 3},
|
||||||
|
{"path": "cool_threshold", "type": "float", "readonly": false, "cmd": "befilter cool_threshold", "description": "switch to coolpower above this value", "visibility": 3},
|
||||||
|
{"path": "hold_threshold", "type": "float", "readonly": false, "cmd": "befilter hold_threshold", "description": "switch to holdpower below this value", "visibility": 3},
|
||||||
|
{"path": "power", "type": "float"},
|
||||||
|
{"path": "filter", "type": "none", "kids": 5},
|
||||||
|
{"path": "filter/period", "type": "float", "readonly": false, "cmd": "befilter filter/period", "description": "oszillation period / sec"},
|
||||||
|
{"path": "filter/amplitude", "type": "float", "readonly": false, "cmd": "befilter filter/amplitude", "description": "oszillation amplitude / K (+/-)"},
|
||||||
|
{"path": "filter/precision", "type": "float", "readonly": false, "cmd": "befilter filter/precision"},
|
||||||
|
{"path": "filter/raw", "type": "float"},
|
||||||
|
{"path": "filter/intdif", "type": "float"}]}}
|
@ -1,20 +0,0 @@
|
|||||||
[sea_main]
|
|
||||||
class = secop_psi.sea.SeaClient
|
|
||||||
description = SEA connection to ccr2ht_focus-be-filter
|
|
||||||
config = ccr2ht.config
|
|
||||||
service = main
|
|
||||||
|
|
||||||
[tt]
|
|
||||||
class = secop_psi.sea.SeaDrivable
|
|
||||||
io = sea_main
|
|
||||||
sea_object = tt
|
|
||||||
|
|
||||||
[cc]
|
|
||||||
class = secop_psi.sea.SeaReadable
|
|
||||||
io = sea_main
|
|
||||||
sea_object = cc
|
|
||||||
|
|
||||||
[table]
|
|
||||||
class = secop_psi.sea.SeaReadable
|
|
||||||
io = sea_main
|
|
||||||
sea_object = table
|
|
@ -1,7 +0,0 @@
|
|||||||
["current", [{"path": "", "type": "float", "kids": 6},
|
|
||||||
{"path": "send", "type": "text", "readonly": false, "cmd": "current send", "visibility": 3},
|
|
||||||
{"path": "status", "type": "text", "visibility": 3},
|
|
||||||
{"path": "i1", "type": "float"},
|
|
||||||
{"path": "i2", "type": "float"},
|
|
||||||
{"path": "i3", "type": "float"},
|
|
||||||
{"path": "i4", "type": "float"}]]
|
|
343
cfg/sea/dil2.stick.json
Normal file
343
cfg/sea/dil2.stick.json
Normal file
@ -0,0 +1,343 @@
|
|||||||
|
{"ts": {"base": "/ts", "params": [
|
||||||
|
{"path": "", "type": "float", "readonly": false, "cmd": "run ts", "description": "ts", "kids": 19},
|
||||||
|
{"path": "send", "type": "text", "readonly": false, "cmd": "ts send", "visibility": 3},
|
||||||
|
{"path": "status", "type": "text", "visibility": 3},
|
||||||
|
{"path": "is_running", "type": "int", "readonly": false, "cmd": "ts is_running", "visibility": 3},
|
||||||
|
{"path": "set", "type": "float", "readonly": false, "cmd": "ts set", "visibility": 3},
|
||||||
|
{"path": "target", "type": "float"},
|
||||||
|
{"path": "running", "type": "int"},
|
||||||
|
{"path": "tolerance", "type": "float", "readonly": false, "cmd": "ts tolerance"},
|
||||||
|
{"path": "maxwait", "type": "float", "readonly": false, "cmd": "ts maxwait"},
|
||||||
|
{"path": "settle", "type": "float", "readonly": false, "cmd": "ts settle"},
|
||||||
|
{"path": "log", "type": "text", "readonly": false, "cmd": "ts log", "visibility": 3, "kids": 4},
|
||||||
|
{"path": "log/mean", "type": "float", "visibility": 3},
|
||||||
|
{"path": "log/m2", "type": "float", "visibility": 3},
|
||||||
|
{"path": "log/stddev", "type": "float", "visibility": 3},
|
||||||
|
{"path": "log/n", "type": "float", "visibility": 3},
|
||||||
|
{"path": "ramp", "type": "float", "readonly": false, "cmd": "ts ramp", "description": "ramp [K/min]"},
|
||||||
|
{"path": "heaterselect", "type": "enum", "enum": {"sample": 0, "mix": 1, "mix(temporarely)": 2}, "readonly": false, "cmd": "ts heaterselect"},
|
||||||
|
{"path": "control", "type": "enum", "enum": {"off": 0, "sample": 6, "mix": 5, "samplehtr": 8}, "readonly": false, "cmd": "ts control", "description": "click off to reload list"},
|
||||||
|
{"path": "heatermode", "type": "enum", "enum": {"disabled": -1, "off": 0, "on": 1}, "readonly": false, "cmd": "ts heatermode"},
|
||||||
|
{"path": "heaterrange", "type": "enum", "enum": {"2uW": 1, "20uW": 2, "200uW": 3, "2mW": 4, "20mW": 5}, "readonly": false, "cmd": "ts heaterrange"},
|
||||||
|
{"path": "autoheater", "type": "bool", "readonly": false, "cmd": "ts autoheater", "description": "automatic heater range", "kids": 12},
|
||||||
|
{"path": "autoheater/wlp0", "type": "float", "readonly": false, "cmd": "ts autoheater/wlp0", "description": "weak link base temperature (used for auto heater)"},
|
||||||
|
{"path": "autoheater/wlp1", "type": "float", "readonly": false, "cmd": "ts autoheater/wlp1", "description": "weak link temperature at 1 uW (used for auto heater)"},
|
||||||
|
{"path": "autoheater/wlp2", "type": "float", "readonly": false, "cmd": "ts autoheater/wlp2", "description": "weak link temperature at 10 uW (used for auto heater)"},
|
||||||
|
{"path": "autoheater/wlp3", "type": "float", "readonly": false, "cmd": "ts autoheater/wlp3", "description": "weak link temperature at 100 uW (used for auto heater)"},
|
||||||
|
{"path": "autoheater/wlp4", "type": "float", "readonly": false, "cmd": "ts autoheater/wlp4", "description": "weak link temperature at 1 mW (used for auto heater)"},
|
||||||
|
{"path": "autoheater/mxp0", "type": "float", "readonly": false, "cmd": "ts autoheater/mxp0", "description": "weak link base temperature (used for auto heater)"},
|
||||||
|
{"path": "autoheater/mxp1", "type": "float", "readonly": false, "cmd": "ts autoheater/mxp1", "description": "mix.ch. temperature at 1 uW (used for auto heater)"},
|
||||||
|
{"path": "autoheater/mxp2", "type": "float", "readonly": false, "cmd": "ts autoheater/mxp2", "description": "mix.ch. temperature at 10 uW (used for auto heater)"},
|
||||||
|
{"path": "autoheater/mxp3", "type": "float", "readonly": false, "cmd": "ts autoheater/mxp3", "description": "mix.ch. temperature at 100 uW (used for auto heater)"},
|
||||||
|
{"path": "autoheater/mxp4", "type": "float", "readonly": false, "cmd": "ts autoheater/mxp4", "description": "mix.ch. temperature at 1 mW (used for auto heater)"},
|
||||||
|
{"path": "autoheater/switchdown", "type": "float", "readonly": false, "cmd": "ts autoheater/switchdown", "description": "percentage for auto heater switch down"},
|
||||||
|
{"path": "autoheater/switchup", "type": "float", "readonly": false, "cmd": "ts autoheater/switchup", "description": "when the calculated power is above this percentage, use higher range"},
|
||||||
|
{"path": "autoprop", "type": "bool", "readonly": false, "cmd": "ts autoprop", "description": "change prop value depending on actual power", "kids": 2},
|
||||||
|
{"path": "autoprop/prop", "type": "float", "readonly": false, "cmd": "ts autoprop/prop", "description": "prop value (maximum prop value when autheater is on)"},
|
||||||
|
{"path": "autoprop/integ", "type": "float", "readonly": false, "cmd": "ts autoprop/integ", "description": "integral value [sec], deriv is set to 0 on change"},
|
||||||
|
{"path": "instructions", "type": "text"},
|
||||||
|
{"path": "auto", "type": "enum", "enum": {"off": 0, "cool_vti": 1, "pipe_pump": 11, "pipes_ready": 12, "ready_for_sorbpump": 2, "sorb_pump": 3, "condense": 4, "circulate": 5, "remove_only": 60, "remove_and_warmup": 62, "remove_and_condense": 61, "remove_and_sorbpump": 63, "finished": 7}, "readonly": false, "cmd": "ts auto", "kids": 21},
|
||||||
|
{"path": "auto/usetrap", "type": "enum", "enum": {"trap_A": 0, "trap_B": 1}, "readonly": false, "cmd": "ts auto/usetrap"},
|
||||||
|
{"path": "auto/hasturbo", "type": "bool"},
|
||||||
|
{"path": "auto/pipes_pumped", "type": "bool", "readonly": false, "cmd": "ts auto/pipes_pumped"},
|
||||||
|
{"path": "auto/cool_crit", "type": "text", "readonly": false, "cmd": "ts auto/cool_crit", "description": "criterium for transition to ready_for_sorbpump"},
|
||||||
|
{"path": "auto/pumptime1", "type": "float", "readonly": false, "cmd": "ts auto/pumptime1", "description": "pump time [sec] while sorb at 40"},
|
||||||
|
{"path": "auto/pumptime2", "type": "float", "readonly": false, "cmd": "ts auto/pumptime2", "description": "pump time [sec] while sorb cools down"},
|
||||||
|
{"path": "auto/pumptime_remaining", "type": "float", "description": "remeaining pump time [min]"},
|
||||||
|
{"path": "auto/condensep", "type": "float", "readonly": false, "cmd": "ts auto/condensep"},
|
||||||
|
{"path": "auto/dumptarget", "type": "float", "readonly": false, "cmd": "ts auto/dumptarget"},
|
||||||
|
{"path": "auto/condenseflow", "type": "float", "readonly": false, "cmd": "ts auto/condenseflow", "description": "VTI flow for condensing and min. flow for cooling"},
|
||||||
|
{"path": "auto/circulateflow", "type": "float", "readonly": false, "cmd": "ts auto/circulateflow", "description": "VTI flow for circulating (may be changed during circulation)"},
|
||||||
|
{"path": "auto/onekstate", "type": "enum", "enum": {"normal": 0, "fill": 1, "optimize": 2}, "readonly": false, "cmd": "ts auto/onekstate"},
|
||||||
|
{"path": "auto/oneklimit", "type": "float", "readonly": false, "cmd": "ts auto/oneklimit"},
|
||||||
|
{"path": "auto/minflow", "type": "float", "readonly": false, "cmd": "ts auto/minflow", "description": "minimum VTI flow (optimize stops at this value)"},
|
||||||
|
{"path": "auto/p1low", "type": "float", "readonly": false, "cmd": "ts auto/p1low", "description": "p1 value indicating a negligible mixture amount"},
|
||||||
|
{"path": "auto/p2low", "type": "float", "readonly": false, "cmd": "ts auto/p2low", "description": "p2 value indicating a good vacuum"},
|
||||||
|
{"path": "auto/warmup_t", "type": "float", "readonly": false, "cmd": "ts auto/warmup_t", "description": "VTI temperature to reach when remove_and_warmup"},
|
||||||
|
{"path": "auto/vti_t", "type": "float", "readonly": false, "cmd": "ts auto/vti_t", "description": "VTI temperature to reach when remove_only"},
|
||||||
|
{"path": "auto/xgas", "type": "enum", "enum": {"pump": 0, "add": 1, "empty": 2, "filled": 3}, "readonly": false, "cmd": "ts auto/xgas"},
|
||||||
|
{"path": "auto/xgas_pulse", "type": "float", "readonly": false, "cmd": "ts auto/xgas_pulse", "description": "opening time for xgas capillary [sec]"},
|
||||||
|
{"path": "auto/removephase", "type": "enum", "enum": {"raw_remove": 0, "wait_p1_low": 1, "wait_v6_open": 2, "wait_a_little": 3, "wait_v6_closed": 4, "wait_t_warmup": 5}, "readonly": false, "cmd": "ts auto/removephase"}]},
|
||||||
|
|
||||||
|
"treg": {"base": "/treg", "params": [
|
||||||
|
{"path": "", "type": "int", "kids": 10},
|
||||||
|
{"path": "send", "type": "text", "readonly": false, "cmd": "treg send", "visibility": 3},
|
||||||
|
{"path": "status", "type": "text", "visibility": 3},
|
||||||
|
{"path": "autoscan", "type": "bool", "readonly": false, "cmd": "treg autoscan", "kids": 4},
|
||||||
|
{"path": "autoscan/synchronized", "type": "bool", "readonly": false, "cmd": "treg autoscan/synchronized"},
|
||||||
|
{"path": "autoscan/interval", "type": "text", "readonly": false, "cmd": "treg autoscan/interval"},
|
||||||
|
{"path": "autoscan/pause", "type": "text", "readonly": false, "cmd": "treg autoscan/pause"},
|
||||||
|
{"path": "autoscan/dwell", "type": "text", "readonly": false, "cmd": "treg autoscan/dwell"},
|
||||||
|
{"path": "sample", "type": "float", "kids": 14},
|
||||||
|
{"path": "sample/active", "type": "enum", "enum": {"inactive": 0, "active": 1}, "readonly": false, "cmd": "treg sample/active"},
|
||||||
|
{"path": "sample/autorange", "type": "bool", "readonly": false, "cmd": "treg sample/autorange", "description": "autorange (common for all channels)"},
|
||||||
|
{"path": "sample/range", "type": "text", "readonly": false, "cmd": "treg sample/range", "description": "resistance range in Ohm"},
|
||||||
|
{"path": "sample/range_num", "type": "int"},
|
||||||
|
{"path": "sample/excitation", "type": "text", "readonly": false, "cmd": "treg sample/excitation", "description": "excitation with unit, i.e. 2uV or 3pA"},
|
||||||
|
{"path": "sample/excitation_num", "type": "int"},
|
||||||
|
{"path": "sample/excitation_mode", "type": "enum", "enum": {"voltage": 0, "current": 1, "off": 2}},
|
||||||
|
{"path": "sample/pause", "type": "int", "readonly": false, "cmd": "treg sample/pause", "description": "pause time [sec] after channel change"},
|
||||||
|
{"path": "sample/filter", "type": "int", "readonly": false, "cmd": "treg sample/filter", "description": "filter average time [sec]"},
|
||||||
|
{"path": "sample/dwell", "type": "int", "readonly": false, "cmd": "treg sample/dwell", "description": "dwell time [sec]. Total time per channel: pause + filter + dwell"},
|
||||||
|
{"path": "sample/status", "type": "text"},
|
||||||
|
{"path": "sample/curve", "type": "text", "readonly": false, "cmd": "treg sample/curve", "kids": 1},
|
||||||
|
{"path": "sample/curve/points", "type": "floatvarar", "readonly": false, "cmd": "treg sample/curve/points", "visibility": 3},
|
||||||
|
{"path": "sample/alarm", "type": "float", "readonly": false, "cmd": "treg sample/alarm"},
|
||||||
|
{"path": "sample/raw", "type": "float"},
|
||||||
|
{"path": "mix", "type": "float", "kids": 14},
|
||||||
|
{"path": "mix/active", "type": "enum", "enum": {"inactive": 0, "active": 1}, "readonly": false, "cmd": "treg mix/active"},
|
||||||
|
{"path": "mix/autorange", "type": "bool", "readonly": false, "cmd": "treg mix/autorange", "description": "autorange (common for all channels)"},
|
||||||
|
{"path": "mix/range", "type": "text", "readonly": false, "cmd": "treg mix/range", "description": "resistance range in Ohm"},
|
||||||
|
{"path": "mix/range_num", "type": "int"},
|
||||||
|
{"path": "mix/excitation", "type": "text", "readonly": false, "cmd": "treg mix/excitation", "description": "excitation with unit, i.e. 2uV or 3pA"},
|
||||||
|
{"path": "mix/excitation_num", "type": "int"},
|
||||||
|
{"path": "mix/excitation_mode", "type": "enum", "enum": {"voltage": 0, "current": 1, "off": 2}},
|
||||||
|
{"path": "mix/pause", "type": "int", "readonly": false, "cmd": "treg mix/pause", "description": "pause time [sec] after channel change"},
|
||||||
|
{"path": "mix/filter", "type": "int", "readonly": false, "cmd": "treg mix/filter", "description": "filter average time [sec]"},
|
||||||
|
{"path": "mix/dwell", "type": "int", "readonly": false, "cmd": "treg mix/dwell", "description": "dwell time [sec]. Total time per channel: pause + filter + dwell"},
|
||||||
|
{"path": "mix/status", "type": "text"},
|
||||||
|
{"path": "mix/curve", "type": "text", "readonly": false, "cmd": "treg mix/curve", "kids": 1},
|
||||||
|
{"path": "mix/curve/points", "type": "floatvarar", "readonly": false, "cmd": "treg mix/curve/points", "visibility": 3},
|
||||||
|
{"path": "mix/alarm", "type": "float", "readonly": false, "cmd": "treg mix/alarm"},
|
||||||
|
{"path": "mix/raw", "type": "float"},
|
||||||
|
{"path": "samplehtr", "type": "float", "kids": 14},
|
||||||
|
{"path": "samplehtr/active", "type": "enum", "enum": {"inactive": 0, "active": 1}, "readonly": false, "cmd": "treg samplehtr/active"},
|
||||||
|
{"path": "samplehtr/autorange", "type": "bool", "readonly": false, "cmd": "treg samplehtr/autorange", "description": "autorange (common for all channels)"},
|
||||||
|
{"path": "samplehtr/range", "type": "text", "readonly": false, "cmd": "treg samplehtr/range", "description": "resistance range in Ohm"},
|
||||||
|
{"path": "samplehtr/range_num", "type": "int"},
|
||||||
|
{"path": "samplehtr/excitation", "type": "text", "readonly": false, "cmd": "treg samplehtr/excitation", "description": "excitation with unit, i.e. 2uV or 3pA"},
|
||||||
|
{"path": "samplehtr/excitation_num", "type": "int"},
|
||||||
|
{"path": "samplehtr/excitation_mode", "type": "enum", "enum": {"voltage": 0, "current": 1, "off": 2}},
|
||||||
|
{"path": "samplehtr/pause", "type": "int", "readonly": false, "cmd": "treg samplehtr/pause", "description": "pause time [sec] after channel change"},
|
||||||
|
{"path": "samplehtr/filter", "type": "int", "readonly": false, "cmd": "treg samplehtr/filter", "description": "filter average time [sec]"},
|
||||||
|
{"path": "samplehtr/dwell", "type": "int", "readonly": false, "cmd": "treg samplehtr/dwell", "description": "dwell time [sec]. Total time per channel: pause + filter + dwell"},
|
||||||
|
{"path": "samplehtr/status", "type": "text"},
|
||||||
|
{"path": "samplehtr/curve", "type": "text", "readonly": false, "cmd": "treg samplehtr/curve", "kids": 1},
|
||||||
|
{"path": "samplehtr/curve/points", "type": "floatvarar", "readonly": false, "cmd": "treg samplehtr/curve/points", "visibility": 3},
|
||||||
|
{"path": "samplehtr/alarm", "type": "float", "readonly": false, "cmd": "treg samplehtr/alarm"},
|
||||||
|
{"path": "samplehtr/raw", "type": "float"},
|
||||||
|
{"path": "set", "type": "float", "readonly": false, "cmd": "treg set", "kids": 18},
|
||||||
|
{"path": "set/mode", "type": "enum", "enum": {"disabled": -1, "off": 0, "controlling": 1, "manual": 2}, "readonly": false, "cmd": "treg set/mode"},
|
||||||
|
{"path": "set/reg", "type": "float"},
|
||||||
|
{"path": "set/ramp", "type": "float", "readonly": false, "cmd": "treg set/ramp", "description": "maximum ramp in K/min (0: ramp off)"},
|
||||||
|
{"path": "set/wramp", "type": "float", "readonly": false, "cmd": "treg set/wramp"},
|
||||||
|
{"path": "set/smooth", "type": "float", "readonly": false, "cmd": "treg set/smooth", "description": "smooth time (minutes)"},
|
||||||
|
{"path": "set/channel", "type": "text", "readonly": false, "cmd": "treg set/channel"},
|
||||||
|
{"path": "set/limit", "type": "float", "readonly": false, "cmd": "treg set/limit"},
|
||||||
|
{"path": "set/resist", "type": "float", "readonly": false, "cmd": "treg set/resist"},
|
||||||
|
{"path": "set/maxheater", "type": "text", "readonly": false, "cmd": "treg set/maxheater", "description": "maximum heater limit, units should be given without space: W, mW, A, mA"},
|
||||||
|
{"path": "set/linearpower", "type": "float", "readonly": false, "cmd": "treg set/linearpower", "description": "when not 0, it is the maximum effective power, and the power is linear to the heater output"},
|
||||||
|
{"path": "set/maxpowerlim", "type": "float", "description": "the maximum power limit (before any booster or converter)"},
|
||||||
|
{"path": "set/maxpower", "type": "float", "readonly": false, "cmd": "treg set/maxpower", "description": "maximum power [W]"},
|
||||||
|
{"path": "set/maxcurrent", "type": "float", "description": "the maximum current before any booster or converter"},
|
||||||
|
{"path": "set/manualpower", "type": "float", "readonly": false, "cmd": "treg set/manualpower"},
|
||||||
|
{"path": "set/power", "type": "float"},
|
||||||
|
{"path": "set/prop", "type": "float", "readonly": false, "cmd": "treg set/prop", "description": "bigger means more gain"},
|
||||||
|
{"path": "set/integ", "type": "float", "readonly": false, "cmd": "treg set/integ", "description": "[sec] bigger means slower"},
|
||||||
|
{"path": "set/deriv", "type": "float", "readonly": false, "cmd": "treg set/deriv"},
|
||||||
|
{"path": "analog2", "type": "float", "readonly": false, "cmd": "treg analog2"},
|
||||||
|
{"path": "remote", "type": "bool"},
|
||||||
|
{"path": "display", "type": "text", "readonly": false, "cmd": "treg display"}]},
|
||||||
|
|
||||||
|
"tmon": {"base": "/tmon", "params": [
|
||||||
|
{"path": "", "type": "int", "kids": 12},
|
||||||
|
{"path": "send", "type": "text", "readonly": false, "cmd": "tmon send", "visibility": 3},
|
||||||
|
{"path": "status", "type": "text", "visibility": 3},
|
||||||
|
{"path": "autoscan", "type": "bool", "readonly": false, "cmd": "tmon autoscan", "kids": 4},
|
||||||
|
{"path": "autoscan/synchronized", "type": "bool", "readonly": false, "cmd": "tmon autoscan/synchronized"},
|
||||||
|
{"path": "autoscan/interval", "type": "text", "readonly": false, "cmd": "tmon autoscan/interval"},
|
||||||
|
{"path": "autoscan/pause", "type": "text", "readonly": false, "cmd": "tmon autoscan/pause"},
|
||||||
|
{"path": "autoscan/dwell", "type": "text", "readonly": false, "cmd": "tmon autoscan/dwell"},
|
||||||
|
{"path": "sorb", "type": "float", "kids": 14},
|
||||||
|
{"path": "sorb/active", "type": "enum", "enum": {"inactive": 0, "active": 1}, "readonly": false, "cmd": "tmon sorb/active"},
|
||||||
|
{"path": "sorb/autorange", "type": "bool", "readonly": false, "cmd": "tmon sorb/autorange", "description": "autorange (common for all channels)"},
|
||||||
|
{"path": "sorb/range", "type": "text", "readonly": false, "cmd": "tmon sorb/range", "description": "resistance range in Ohm"},
|
||||||
|
{"path": "sorb/range_num", "type": "int"},
|
||||||
|
{"path": "sorb/excitation", "type": "text", "readonly": false, "cmd": "tmon sorb/excitation", "description": "excitation with unit, i.e. 2uV or 3pA"},
|
||||||
|
{"path": "sorb/excitation_num", "type": "int"},
|
||||||
|
{"path": "sorb/excitation_mode", "type": "enum", "enum": {"voltage": 0, "current": 1, "off": 2}},
|
||||||
|
{"path": "sorb/pause", "type": "int", "readonly": false, "cmd": "tmon sorb/pause", "description": "pause time [sec] after channel change"},
|
||||||
|
{"path": "sorb/filter", "type": "int", "readonly": false, "cmd": "tmon sorb/filter", "description": "filter average time [sec]"},
|
||||||
|
{"path": "sorb/dwell", "type": "int", "readonly": false, "cmd": "tmon sorb/dwell", "description": "dwell time [sec]. Total time per channel: pause + filter + dwell"},
|
||||||
|
{"path": "sorb/status", "type": "text"},
|
||||||
|
{"path": "sorb/curve", "type": "text", "readonly": false, "cmd": "tmon sorb/curve", "kids": 1},
|
||||||
|
{"path": "sorb/curve/points", "type": "floatvarar", "readonly": false, "cmd": "tmon sorb/curve/points", "visibility": 3},
|
||||||
|
{"path": "sorb/alarm", "type": "float", "readonly": false, "cmd": "tmon sorb/alarm"},
|
||||||
|
{"path": "sorb/raw", "type": "float"},
|
||||||
|
{"path": "onek", "type": "float", "kids": 14},
|
||||||
|
{"path": "onek/active", "type": "enum", "enum": {"inactive": 0, "active": 1}, "readonly": false, "cmd": "tmon onek/active"},
|
||||||
|
{"path": "onek/autorange", "type": "bool", "readonly": false, "cmd": "tmon onek/autorange", "description": "autorange (common for all channels)"},
|
||||||
|
{"path": "onek/range", "type": "text", "readonly": false, "cmd": "tmon onek/range", "description": "resistance range in Ohm"},
|
||||||
|
{"path": "onek/range_num", "type": "int"},
|
||||||
|
{"path": "onek/excitation", "type": "text", "readonly": false, "cmd": "tmon onek/excitation", "description": "excitation with unit, i.e. 2uV or 3pA"},
|
||||||
|
{"path": "onek/excitation_num", "type": "int"},
|
||||||
|
{"path": "onek/excitation_mode", "type": "enum", "enum": {"voltage": 0, "current": 1, "off": 2}},
|
||||||
|
{"path": "onek/pause", "type": "int", "readonly": false, "cmd": "tmon onek/pause", "description": "pause time [sec] after channel change"},
|
||||||
|
{"path": "onek/filter", "type": "int", "readonly": false, "cmd": "tmon onek/filter", "description": "filter average time [sec]"},
|
||||||
|
{"path": "onek/dwell", "type": "int", "readonly": false, "cmd": "tmon onek/dwell", "description": "dwell time [sec]. Total time per channel: pause + filter + dwell"},
|
||||||
|
{"path": "onek/status", "type": "text"},
|
||||||
|
{"path": "onek/curve", "type": "text", "readonly": false, "cmd": "tmon onek/curve", "kids": 1},
|
||||||
|
{"path": "onek/curve/points", "type": "floatvarar", "readonly": false, "cmd": "tmon onek/curve/points", "visibility": 3},
|
||||||
|
{"path": "onek/alarm", "type": "float", "readonly": false, "cmd": "tmon onek/alarm"},
|
||||||
|
{"path": "onek/raw", "type": "float"},
|
||||||
|
{"path": "stillt", "type": "float", "kids": 14},
|
||||||
|
{"path": "stillt/active", "type": "enum", "enum": {"inactive": 0, "active": 1}, "readonly": false, "cmd": "tmon stillt/active"},
|
||||||
|
{"path": "stillt/autorange", "type": "bool", "readonly": false, "cmd": "tmon stillt/autorange", "description": "autorange (common for all channels)"},
|
||||||
|
{"path": "stillt/range", "type": "text", "readonly": false, "cmd": "tmon stillt/range", "description": "resistance range in Ohm"},
|
||||||
|
{"path": "stillt/range_num", "type": "int"},
|
||||||
|
{"path": "stillt/excitation", "type": "text", "readonly": false, "cmd": "tmon stillt/excitation", "description": "excitation with unit, i.e. 2uV or 3pA"},
|
||||||
|
{"path": "stillt/excitation_num", "type": "int"},
|
||||||
|
{"path": "stillt/excitation_mode", "type": "enum", "enum": {"voltage": 0, "current": 1, "off": 2}},
|
||||||
|
{"path": "stillt/pause", "type": "int", "readonly": false, "cmd": "tmon stillt/pause", "description": "pause time [sec] after channel change"},
|
||||||
|
{"path": "stillt/filter", "type": "int", "readonly": false, "cmd": "tmon stillt/filter", "description": "filter average time [sec]"},
|
||||||
|
{"path": "stillt/dwell", "type": "int", "readonly": false, "cmd": "tmon stillt/dwell", "description": "dwell time [sec]. Total time per channel: pause + filter + dwell"},
|
||||||
|
{"path": "stillt/status", "type": "text"},
|
||||||
|
{"path": "stillt/curve", "type": "text", "readonly": false, "cmd": "tmon stillt/curve", "kids": 1},
|
||||||
|
{"path": "stillt/curve/points", "type": "floatvarar", "readonly": false, "cmd": "tmon stillt/curve/points", "visibility": 3},
|
||||||
|
{"path": "stillt/alarm", "type": "float", "readonly": false, "cmd": "tmon stillt/alarm"},
|
||||||
|
{"path": "stillt/raw", "type": "float"},
|
||||||
|
{"path": "sample", "type": "float", "kids": 14},
|
||||||
|
{"path": "sample/active", "type": "enum", "enum": {"inactive": 0, "active": 1}, "readonly": false, "cmd": "tmon sample/active"},
|
||||||
|
{"path": "sample/autorange", "type": "bool", "readonly": false, "cmd": "tmon sample/autorange", "description": "autorange (common for all channels)"},
|
||||||
|
{"path": "sample/range", "type": "text", "readonly": false, "cmd": "tmon sample/range", "description": "resistance range in Ohm"},
|
||||||
|
{"path": "sample/range_num", "type": "int"},
|
||||||
|
{"path": "sample/excitation", "type": "text", "readonly": false, "cmd": "tmon sample/excitation", "description": "excitation with unit, i.e. 2uV or 3pA"},
|
||||||
|
{"path": "sample/excitation_num", "type": "int"},
|
||||||
|
{"path": "sample/excitation_mode", "type": "enum", "enum": {"voltage": 0, "current": 1, "off": 2}},
|
||||||
|
{"path": "sample/pause", "type": "int", "readonly": false, "cmd": "tmon sample/pause", "description": "pause time [sec] after channel change"},
|
||||||
|
{"path": "sample/filter", "type": "int", "readonly": false, "cmd": "tmon sample/filter", "description": "filter average time [sec]"},
|
||||||
|
{"path": "sample/dwell", "type": "int", "readonly": false, "cmd": "tmon sample/dwell", "description": "dwell time [sec]. Total time per channel: pause + filter + dwell"},
|
||||||
|
{"path": "sample/status", "type": "text"},
|
||||||
|
{"path": "sample/curve", "type": "text", "readonly": false, "cmd": "tmon sample/curve", "kids": 1},
|
||||||
|
{"path": "sample/curve/points", "type": "floatvarar", "readonly": false, "cmd": "tmon sample/curve/points", "visibility": 3},
|
||||||
|
{"path": "sample/alarm", "type": "float", "readonly": false, "cmd": "tmon sample/alarm"},
|
||||||
|
{"path": "sample/raw", "type": "float"},
|
||||||
|
{"path": "samplehtr", "type": "float", "kids": 14},
|
||||||
|
{"path": "samplehtr/active", "type": "enum", "enum": {"inactive": 0, "active": 1}, "readonly": false, "cmd": "tmon samplehtr/active"},
|
||||||
|
{"path": "samplehtr/autorange", "type": "bool", "readonly": false, "cmd": "tmon samplehtr/autorange", "description": "autorange (common for all channels)"},
|
||||||
|
{"path": "samplehtr/range", "type": "text", "readonly": false, "cmd": "tmon samplehtr/range", "description": "resistance range in Ohm"},
|
||||||
|
{"path": "samplehtr/range_num", "type": "int"},
|
||||||
|
{"path": "samplehtr/excitation", "type": "text", "readonly": false, "cmd": "tmon samplehtr/excitation", "description": "excitation with unit, i.e. 2uV or 3pA"},
|
||||||
|
{"path": "samplehtr/excitation_num", "type": "int"},
|
||||||
|
{"path": "samplehtr/excitation_mode", "type": "enum", "enum": {"voltage": 0, "current": 1, "off": 2}},
|
||||||
|
{"path": "samplehtr/pause", "type": "int", "readonly": false, "cmd": "tmon samplehtr/pause", "description": "pause time [sec] after channel change"},
|
||||||
|
{"path": "samplehtr/filter", "type": "int", "readonly": false, "cmd": "tmon samplehtr/filter", "description": "filter average time [sec]"},
|
||||||
|
{"path": "samplehtr/dwell", "type": "int", "readonly": false, "cmd": "tmon samplehtr/dwell", "description": "dwell time [sec]. Total time per channel: pause + filter + dwell"},
|
||||||
|
{"path": "samplehtr/status", "type": "text"},
|
||||||
|
{"path": "samplehtr/curve", "type": "text", "readonly": false, "cmd": "tmon samplehtr/curve", "kids": 1},
|
||||||
|
{"path": "samplehtr/curve/points", "type": "floatvarar", "readonly": false, "cmd": "tmon samplehtr/curve/points", "visibility": 3},
|
||||||
|
{"path": "samplehtr/alarm", "type": "float", "readonly": false, "cmd": "tmon samplehtr/alarm"},
|
||||||
|
{"path": "samplehtr/raw", "type": "float"},
|
||||||
|
{"path": "mix", "type": "float", "kids": 14},
|
||||||
|
{"path": "mix/active", "type": "enum", "enum": {"inactive": 0, "active": 1}, "readonly": false, "cmd": "tmon mix/active"},
|
||||||
|
{"path": "mix/autorange", "type": "bool", "readonly": false, "cmd": "tmon mix/autorange", "description": "autorange (common for all channels)"},
|
||||||
|
{"path": "mix/range", "type": "text", "readonly": false, "cmd": "tmon mix/range", "description": "resistance range in Ohm"},
|
||||||
|
{"path": "mix/range_num", "type": "int"},
|
||||||
|
{"path": "mix/excitation", "type": "text", "readonly": false, "cmd": "tmon mix/excitation", "description": "excitation with unit, i.e. 2uV or 3pA"},
|
||||||
|
{"path": "mix/excitation_num", "type": "int"},
|
||||||
|
{"path": "mix/excitation_mode", "type": "enum", "enum": {"voltage": 0, "current": 1, "off": 2}},
|
||||||
|
{"path": "mix/pause", "type": "int", "readonly": false, "cmd": "tmon mix/pause", "description": "pause time [sec] after channel change"},
|
||||||
|
{"path": "mix/filter", "type": "int", "readonly": false, "cmd": "tmon mix/filter", "description": "filter average time [sec]"},
|
||||||
|
{"path": "mix/dwell", "type": "int", "readonly": false, "cmd": "tmon mix/dwell", "description": "dwell time [sec]. Total time per channel: pause + filter + dwell"},
|
||||||
|
{"path": "mix/status", "type": "text"},
|
||||||
|
{"path": "mix/curve", "type": "text", "readonly": false, "cmd": "tmon mix/curve", "kids": 1},
|
||||||
|
{"path": "mix/curve/points", "type": "floatvarar", "readonly": false, "cmd": "tmon mix/curve/points", "visibility": 3},
|
||||||
|
{"path": "mix/alarm", "type": "float", "readonly": false, "cmd": "tmon mix/alarm"},
|
||||||
|
{"path": "mix/raw", "type": "float"},
|
||||||
|
{"path": "analog2", "type": "float", "readonly": false, "cmd": "tmon analog2"},
|
||||||
|
{"path": "remote", "type": "bool"},
|
||||||
|
{"path": "display", "type": "text", "readonly": false, "cmd": "tmon display"}]},
|
||||||
|
|
||||||
|
"dil": {"base": "/dil", "params": [
|
||||||
|
{"path": "", "type": "float", "kids": 60},
|
||||||
|
{"path": "Tset", "type": "float"},
|
||||||
|
{"path": "TsorbSet", "type": "float", "readonly": false, "cmd": "dil TsorbSet"},
|
||||||
|
{"path": "Tmix", "type": "float"},
|
||||||
|
{"path": "T1K", "type": "float"},
|
||||||
|
{"path": "Tsorb", "type": "float"},
|
||||||
|
{"path": "Pmix", "type": "float", "readonly": false, "cmd": "dil Pmix"},
|
||||||
|
{"path": "Pmax", "type": "float"},
|
||||||
|
{"path": "HtrRange", "type": "int", "readonly": false, "cmd": "dil HtrRange"},
|
||||||
|
{"path": "Pstill", "type": "float", "readonly": false, "cmd": "dil Pstill"},
|
||||||
|
{"path": "Psorb", "type": "float", "readonly": false, "cmd": "dil Psorb"},
|
||||||
|
{"path": "G1", "type": "float"},
|
||||||
|
{"path": "G2", "type": "float"},
|
||||||
|
{"path": "G3", "type": "float"},
|
||||||
|
{"path": "P1", "type": "float"},
|
||||||
|
{"path": "P2", "type": "float"},
|
||||||
|
{"path": "V6", "type": "float", "readonly": false, "cmd": "dil V6"},
|
||||||
|
{"path": "V12A", "type": "float", "readonly": false, "cmd": "dil V12A"},
|
||||||
|
{"path": "V1K", "type": "float", "readonly": false, "cmd": "dil V1K"},
|
||||||
|
{"path": "v6pos", "type": "float"},
|
||||||
|
{"path": "V9", "type": "int", "readonly": false, "cmd": "dil V9", "visibility": 3},
|
||||||
|
{"path": "V8", "type": "int", "readonly": false, "cmd": "dil V8", "visibility": 3},
|
||||||
|
{"path": "V7", "type": "int", "readonly": false, "cmd": "dil V7", "visibility": 3},
|
||||||
|
{"path": "V11A", "type": "int", "readonly": false, "cmd": "dil V11A", "visibility": 3},
|
||||||
|
{"path": "V13A", "type": "int", "readonly": false, "cmd": "dil V13A", "visibility": 3},
|
||||||
|
{"path": "V13B", "type": "int", "readonly": false, "cmd": "dil V13B", "visibility": 3},
|
||||||
|
{"path": "V11B", "type": "int", "readonly": false, "cmd": "dil V11B", "visibility": 3},
|
||||||
|
{"path": "V12B", "type": "int", "readonly": false, "cmd": "dil V12B", "visibility": 3},
|
||||||
|
{"path": "He4", "type": "int", "readonly": false, "cmd": "dil He4", "visibility": 3},
|
||||||
|
{"path": "V1", "type": "int", "readonly": false, "cmd": "dil V1", "visibility": 3},
|
||||||
|
{"path": "V5", "type": "int", "readonly": false, "cmd": "dil V5", "visibility": 3},
|
||||||
|
{"path": "V4", "type": "int", "readonly": false, "cmd": "dil V4", "visibility": 3},
|
||||||
|
{"path": "V3", "type": "int", "readonly": false, "cmd": "dil V3", "visibility": 3},
|
||||||
|
{"path": "V14", "type": "int", "readonly": false, "cmd": "dil V14", "visibility": 3},
|
||||||
|
{"path": "V10", "type": "int", "readonly": false, "cmd": "dil V10", "visibility": 3},
|
||||||
|
{"path": "V2", "type": "int", "readonly": false, "cmd": "dil V2", "visibility": 3},
|
||||||
|
{"path": "V2A", "type": "int", "readonly": false, "cmd": "dil V2A", "visibility": 3},
|
||||||
|
{"path": "V1A", "type": "int", "readonly": false, "cmd": "dil V1A", "visibility": 3},
|
||||||
|
{"path": "V5A", "type": "int", "readonly": false, "cmd": "dil V5A", "visibility": 3},
|
||||||
|
{"path": "V4A", "type": "int", "readonly": false, "cmd": "dil V4A", "visibility": 3},
|
||||||
|
{"path": "V3A", "type": "int", "readonly": false, "cmd": "dil V3A", "visibility": 3},
|
||||||
|
{"path": "Roots", "type": "int", "readonly": false, "cmd": "dil Roots", "visibility": 3},
|
||||||
|
{"path": "Aux", "type": "int", "readonly": false, "cmd": "dil Aux", "visibility": 3},
|
||||||
|
{"path": "He3", "type": "int", "readonly": false, "cmd": "dil He3", "visibility": 3},
|
||||||
|
{"path": "closedelay", "type": "float", "readonly": false, "cmd": "dil closedelay", "visibility": 3},
|
||||||
|
{"path": "extVersion", "type": "int", "readonly": false, "cmd": "dil extVersion", "visibility": 3},
|
||||||
|
{"path": "pumpoff", "type": "int"},
|
||||||
|
{"path": "upperN2", "type": "float"},
|
||||||
|
{"path": "lowerN2", "type": "float"},
|
||||||
|
{"path": "maxtry", "type": "int", "readonly": false, "cmd": "dil maxtry", "visibility": 3},
|
||||||
|
{"path": "upperLimit", "type": "float", "readonly": false, "cmd": "dil upperLimit"},
|
||||||
|
{"path": "lowerLimit", "type": "float", "readonly": false, "cmd": "dil lowerLimit", "visibility": 3},
|
||||||
|
{"path": "tolerance", "type": "float", "readonly": false, "cmd": "dil tolerance"},
|
||||||
|
{"path": "maxwait", "type": "int", "readonly": false, "cmd": "dil maxwait"},
|
||||||
|
{"path": "settle", "type": "int", "readonly": false, "cmd": "dil settle"},
|
||||||
|
{"path": "targetValue", "type": "float"},
|
||||||
|
{"path": "is_running", "type": "int", "visibility": 3},
|
||||||
|
{"path": "verbose", "type": "int", "readonly": false, "cmd": "dil verbose", "visibility": 3},
|
||||||
|
{"path": "driver", "type": "text", "visibility": 3},
|
||||||
|
{"path": "creationCmd", "type": "text", "visibility": 3},
|
||||||
|
{"path": "status", "type": "text", "readonly": false, "cmd": "dil status", "visibility": 3}]},
|
||||||
|
|
||||||
|
"sorb": {"base": "/sorb", "params": [
|
||||||
|
{"path": "", "type": "float", "readonly": false, "cmd": "run sorb", "description": "sorb", "kids": 28},
|
||||||
|
{"path": "send", "type": "text", "readonly": false, "cmd": "sorb send", "visibility": 3},
|
||||||
|
{"path": "status", "type": "text", "visibility": 3},
|
||||||
|
{"path": "is_running", "type": "int", "readonly": false, "cmd": "sorb is_running", "visibility": 3},
|
||||||
|
{"path": "mode", "type": "enum", "enum": {"off": 0, "on": 1}, "readonly": false, "cmd": "sorb mode"},
|
||||||
|
{"path": "reg", "type": "float"},
|
||||||
|
{"path": "output", "type": "float", "readonly": false, "cmd": "sorb output"},
|
||||||
|
{"path": "ramptime", "type": "float", "readonly": false, "cmd": "sorb ramptime", "description": "time for ramping [sec] deltax = 1 or a factor 10"},
|
||||||
|
{"path": "ramptol", "type": "float", "readonly": false, "cmd": "sorb ramptol", "description": "log of max. deviation when ramping"},
|
||||||
|
{"path": "smoothtime", "type": "float", "readonly": false, "cmd": "sorb smoothtime", "description": "time for smoothing ramp near setpoint"},
|
||||||
|
{"path": "invar", "type": "text", "readonly": false, "cmd": "sorb invar", "visibility": 3},
|
||||||
|
{"path": "outvar", "type": "text", "readonly": false, "cmd": "sorb outvar", "visibility": 3},
|
||||||
|
{"path": "prop", "type": "float", "readonly": false, "cmd": "sorb prop", "description": "smaller means more sensitive. a change of 'prop' on input -> a change of 100 % or a factor 10 on output"},
|
||||||
|
{"path": "int", "type": "float", "readonly": false, "cmd": "sorb int", "description": "integration time (sec)"},
|
||||||
|
{"path": "outmin", "type": "float", "readonly": false, "cmd": "sorb outmin", "description": "output for maximal decrease of input var."},
|
||||||
|
{"path": "outmax", "type": "float", "readonly": false, "cmd": "sorb outmax", "description": "output for maximal increase of input var."},
|
||||||
|
{"path": "inpfunction", "type": "enum", "enum": {"linear": 0, "logarithmic": 1}, "readonly": false, "cmd": "sorb inpfunction"},
|
||||||
|
{"path": "inplinear", "type": "float", "readonly": false, "cmd": "sorb inplinear", "description": "function gets linear below about this value"},
|
||||||
|
{"path": "outfunction", "type": "enum", "enum": {"linear": 0, "exponential": 1}, "readonly": false, "cmd": "sorb outfunction"},
|
||||||
|
{"path": "outlinear", "type": "float", "readonly": false, "cmd": "sorb outlinear", "description": "function gets linear below about this value"},
|
||||||
|
{"path": "precision", "type": "float", "readonly": false, "cmd": "sorb precision"},
|
||||||
|
{"path": "deadband", "type": "float", "readonly": false, "cmd": "sorb deadband"},
|
||||||
|
{"path": "maxdelta", "type": "float", "readonly": false, "cmd": "sorb maxdelta"},
|
||||||
|
{"path": "set", "type": "float", "readonly": false, "cmd": "sorb set"},
|
||||||
|
{"path": "target", "type": "float"},
|
||||||
|
{"path": "running", "type": "int"},
|
||||||
|
{"path": "tolerance", "type": "float", "readonly": false, "cmd": "sorb tolerance"},
|
||||||
|
{"path": "maxwait", "type": "float", "readonly": false, "cmd": "sorb maxwait"},
|
||||||
|
{"path": "settle", "type": "float", "readonly": false, "cmd": "sorb settle"}]}}
|
343
cfg/sea/dil3.stick.json
Normal file
343
cfg/sea/dil3.stick.json
Normal file
@ -0,0 +1,343 @@
|
|||||||
|
{"ts": {"base": "/ts", "params": [
|
||||||
|
{"path": "", "type": "float", "readonly": false, "cmd": "run ts", "description": "ts", "kids": 19},
|
||||||
|
{"path": "send", "type": "text", "readonly": false, "cmd": "ts send", "visibility": 3},
|
||||||
|
{"path": "status", "type": "text", "visibility": 3},
|
||||||
|
{"path": "is_running", "type": "int", "readonly": false, "cmd": "ts is_running", "visibility": 3},
|
||||||
|
{"path": "set", "type": "float", "readonly": false, "cmd": "ts set", "visibility": 3},
|
||||||
|
{"path": "target", "type": "float"},
|
||||||
|
{"path": "running", "type": "int"},
|
||||||
|
{"path": "tolerance", "type": "float", "readonly": false, "cmd": "ts tolerance"},
|
||||||
|
{"path": "maxwait", "type": "float", "readonly": false, "cmd": "ts maxwait"},
|
||||||
|
{"path": "settle", "type": "float", "readonly": false, "cmd": "ts settle"},
|
||||||
|
{"path": "log", "type": "text", "readonly": false, "cmd": "ts log", "visibility": 3, "kids": 4},
|
||||||
|
{"path": "log/mean", "type": "float", "visibility": 3},
|
||||||
|
{"path": "log/m2", "type": "float", "visibility": 3},
|
||||||
|
{"path": "log/stddev", "type": "float", "visibility": 3},
|
||||||
|
{"path": "log/n", "type": "float", "visibility": 3},
|
||||||
|
{"path": "ramp", "type": "float", "readonly": false, "cmd": "ts ramp", "description": "ramp [K/min]"},
|
||||||
|
{"path": "heaterselect", "type": "enum", "enum": {"sample": 0, "mix": 1, "mix(temporarely)": 2}, "readonly": false, "cmd": "ts heaterselect"},
|
||||||
|
{"path": "control", "type": "enum", "enum": {"off": 0, "sample": 6, "mix": 5, "samplehtr": 8}, "readonly": false, "cmd": "ts control", "description": "click off to reload list"},
|
||||||
|
{"path": "heatermode", "type": "enum", "enum": {"disabled": -1, "off": 0, "on": 1}, "readonly": false, "cmd": "ts heatermode"},
|
||||||
|
{"path": "heaterrange", "type": "enum", "enum": {"2uW": 1, "20uW": 2, "200uW": 3, "2mW": 4, "20mW": 5}, "readonly": false, "cmd": "ts heaterrange"},
|
||||||
|
{"path": "autoheater", "type": "bool", "readonly": false, "cmd": "ts autoheater", "description": "automatic heater range", "kids": 12},
|
||||||
|
{"path": "autoheater/wlp0", "type": "float", "readonly": false, "cmd": "ts autoheater/wlp0", "description": "weak link base temperature (used for auto heater)"},
|
||||||
|
{"path": "autoheater/wlp1", "type": "float", "readonly": false, "cmd": "ts autoheater/wlp1", "description": "weak link temperature at 1 uW (used for auto heater)"},
|
||||||
|
{"path": "autoheater/wlp2", "type": "float", "readonly": false, "cmd": "ts autoheater/wlp2", "description": "weak link temperature at 10 uW (used for auto heater)"},
|
||||||
|
{"path": "autoheater/wlp3", "type": "float", "readonly": false, "cmd": "ts autoheater/wlp3", "description": "weak link temperature at 100 uW (used for auto heater)"},
|
||||||
|
{"path": "autoheater/wlp4", "type": "float", "readonly": false, "cmd": "ts autoheater/wlp4", "description": "weak link temperature at 1 mW (used for auto heater)"},
|
||||||
|
{"path": "autoheater/mxp0", "type": "float", "readonly": false, "cmd": "ts autoheater/mxp0", "description": "weak link base temperature (used for auto heater)"},
|
||||||
|
{"path": "autoheater/mxp1", "type": "float", "readonly": false, "cmd": "ts autoheater/mxp1", "description": "mix.ch. temperature at 1 uW (used for auto heater)"},
|
||||||
|
{"path": "autoheater/mxp2", "type": "float", "readonly": false, "cmd": "ts autoheater/mxp2", "description": "mix.ch. temperature at 10 uW (used for auto heater)"},
|
||||||
|
{"path": "autoheater/mxp3", "type": "float", "readonly": false, "cmd": "ts autoheater/mxp3", "description": "mix.ch. temperature at 100 uW (used for auto heater)"},
|
||||||
|
{"path": "autoheater/mxp4", "type": "float", "readonly": false, "cmd": "ts autoheater/mxp4", "description": "mix.ch. temperature at 1 mW (used for auto heater)"},
|
||||||
|
{"path": "autoheater/switchdown", "type": "float", "readonly": false, "cmd": "ts autoheater/switchdown", "description": "percentage for auto heater switch down"},
|
||||||
|
{"path": "autoheater/switchup", "type": "float", "readonly": false, "cmd": "ts autoheater/switchup", "description": "when the calculated power is above this percentage, use higher range"},
|
||||||
|
{"path": "autoprop", "type": "bool", "readonly": false, "cmd": "ts autoprop", "description": "change prop value depending on actual power", "kids": 2},
|
||||||
|
{"path": "autoprop/prop", "type": "float", "readonly": false, "cmd": "ts autoprop/prop", "description": "prop value (maximum prop value when autheater is on)"},
|
||||||
|
{"path": "autoprop/integ", "type": "float", "readonly": false, "cmd": "ts autoprop/integ", "description": "integral value [sec], deriv is set to 0 on change"},
|
||||||
|
{"path": "instructions", "type": "text"},
|
||||||
|
{"path": "auto", "type": "enum", "enum": {"off": 0, "cool_vti": 1, "pipe_pump": 11, "pipes_ready": 12, "ready_for_sorbpump": 2, "sorb_pump": 3, "condense": 4, "circulate": 5, "remove_only": 60, "remove_and_warmup": 62, "remove_and_condense": 61, "remove_and_sorbpump": 63, "finished": 7}, "readonly": false, "cmd": "ts auto", "kids": 21},
|
||||||
|
{"path": "auto/usetrap", "type": "enum", "enum": {"trap_A": 0, "trap_B": 1}, "readonly": false, "cmd": "ts auto/usetrap"},
|
||||||
|
{"path": "auto/hasturbo", "type": "bool"},
|
||||||
|
{"path": "auto/pipes_pumped", "type": "bool", "readonly": false, "cmd": "ts auto/pipes_pumped"},
|
||||||
|
{"path": "auto/cool_crit", "type": "text", "readonly": false, "cmd": "ts auto/cool_crit", "description": "criterium for transition to ready_for_sorbpump"},
|
||||||
|
{"path": "auto/pumptime1", "type": "float", "readonly": false, "cmd": "ts auto/pumptime1", "description": "pump time [sec] while sorb at 40"},
|
||||||
|
{"path": "auto/pumptime2", "type": "float", "readonly": false, "cmd": "ts auto/pumptime2", "description": "pump time [sec] while sorb cools down"},
|
||||||
|
{"path": "auto/pumptime_remaining", "type": "float", "description": "remeaining pump time [min]"},
|
||||||
|
{"path": "auto/condensep", "type": "float", "readonly": false, "cmd": "ts auto/condensep"},
|
||||||
|
{"path": "auto/dumptarget", "type": "float", "readonly": false, "cmd": "ts auto/dumptarget"},
|
||||||
|
{"path": "auto/condenseflow", "type": "float", "readonly": false, "cmd": "ts auto/condenseflow", "description": "VTI flow for condensing and min. flow for cooling"},
|
||||||
|
{"path": "auto/circulateflow", "type": "float", "readonly": false, "cmd": "ts auto/circulateflow", "description": "VTI flow for circulating (may be changed during circulation)"},
|
||||||
|
{"path": "auto/onekstate", "type": "enum", "enum": {"normal": 0, "fill": 1, "optimize": 2}, "readonly": false, "cmd": "ts auto/onekstate"},
|
||||||
|
{"path": "auto/oneklimit", "type": "float", "readonly": false, "cmd": "ts auto/oneklimit"},
|
||||||
|
{"path": "auto/minflow", "type": "float", "readonly": false, "cmd": "ts auto/minflow", "description": "minimum VTI flow (optimize stops at this value)"},
|
||||||
|
{"path": "auto/p1low", "type": "float", "readonly": false, "cmd": "ts auto/p1low", "description": "p1 value indicating a negligible mixture amount"},
|
||||||
|
{"path": "auto/p2low", "type": "float", "readonly": false, "cmd": "ts auto/p2low", "description": "p2 value indicating a good vacuum"},
|
||||||
|
{"path": "auto/warmup_t", "type": "float", "readonly": false, "cmd": "ts auto/warmup_t", "description": "VTI temperature to reach when remove_and_warmup"},
|
||||||
|
{"path": "auto/vti_t", "type": "float", "readonly": false, "cmd": "ts auto/vti_t", "description": "VTI temperature to reach when remove_only"},
|
||||||
|
{"path": "auto/xgas", "type": "enum", "enum": {"pump": 0, "add": 1, "empty": 2, "filled": 3}, "readonly": false, "cmd": "ts auto/xgas"},
|
||||||
|
{"path": "auto/xgas_pulse", "type": "float", "readonly": false, "cmd": "ts auto/xgas_pulse", "description": "opening time for xgas capillary [sec]"},
|
||||||
|
{"path": "auto/removephase", "type": "enum", "enum": {"raw_remove": 0, "wait_p1_low": 1, "wait_v6_open": 2, "wait_a_little": 3, "wait_v6_closed": 4, "wait_t_warmup": 5}, "readonly": false, "cmd": "ts auto/removephase"}]},
|
||||||
|
|
||||||
|
"treg": {"base": "/treg", "params": [
|
||||||
|
{"path": "", "type": "int", "kids": 10},
|
||||||
|
{"path": "send", "type": "text", "readonly": false, "cmd": "treg send", "visibility": 3},
|
||||||
|
{"path": "status", "type": "text", "visibility": 3},
|
||||||
|
{"path": "autoscan", "type": "bool", "readonly": false, "cmd": "treg autoscan", "kids": 4},
|
||||||
|
{"path": "autoscan/synchronized", "type": "bool", "readonly": false, "cmd": "treg autoscan/synchronized"},
|
||||||
|
{"path": "autoscan/interval", "type": "text", "readonly": false, "cmd": "treg autoscan/interval"},
|
||||||
|
{"path": "autoscan/pause", "type": "text", "readonly": false, "cmd": "treg autoscan/pause"},
|
||||||
|
{"path": "autoscan/dwell", "type": "text", "readonly": false, "cmd": "treg autoscan/dwell"},
|
||||||
|
{"path": "sample", "type": "float", "kids": 14},
|
||||||
|
{"path": "sample/active", "type": "enum", "enum": {"inactive": 0, "active": 1}, "readonly": false, "cmd": "treg sample/active"},
|
||||||
|
{"path": "sample/autorange", "type": "bool", "readonly": false, "cmd": "treg sample/autorange", "description": "autorange (common for all channels)"},
|
||||||
|
{"path": "sample/range", "type": "text", "readonly": false, "cmd": "treg sample/range", "description": "resistance range in Ohm"},
|
||||||
|
{"path": "sample/range_num", "type": "int"},
|
||||||
|
{"path": "sample/excitation", "type": "text", "readonly": false, "cmd": "treg sample/excitation", "description": "excitation with unit, i.e. 2uV or 3pA"},
|
||||||
|
{"path": "sample/excitation_num", "type": "int"},
|
||||||
|
{"path": "sample/excitation_mode", "type": "enum", "enum": {"voltage": 0, "current": 1, "off": 2}},
|
||||||
|
{"path": "sample/pause", "type": "int", "readonly": false, "cmd": "treg sample/pause", "description": "pause time [sec] after channel change"},
|
||||||
|
{"path": "sample/filter", "type": "int", "readonly": false, "cmd": "treg sample/filter", "description": "filter average time [sec]"},
|
||||||
|
{"path": "sample/dwell", "type": "int", "readonly": false, "cmd": "treg sample/dwell", "description": "dwell time [sec]. Total time per channel: pause + filter + dwell"},
|
||||||
|
{"path": "sample/status", "type": "text"},
|
||||||
|
{"path": "sample/curve", "type": "text", "readonly": false, "cmd": "treg sample/curve", "kids": 1},
|
||||||
|
{"path": "sample/curve/points", "type": "floatvarar", "readonly": false, "cmd": "treg sample/curve/points", "visibility": 3},
|
||||||
|
{"path": "sample/alarm", "type": "float", "readonly": false, "cmd": "treg sample/alarm"},
|
||||||
|
{"path": "sample/raw", "type": "float"},
|
||||||
|
{"path": "mix", "type": "float", "kids": 14},
|
||||||
|
{"path": "mix/active", "type": "enum", "enum": {"inactive": 0, "active": 1}, "readonly": false, "cmd": "treg mix/active"},
|
||||||
|
{"path": "mix/autorange", "type": "bool", "readonly": false, "cmd": "treg mix/autorange", "description": "autorange (common for all channels)"},
|
||||||
|
{"path": "mix/range", "type": "text", "readonly": false, "cmd": "treg mix/range", "description": "resistance range in Ohm"},
|
||||||
|
{"path": "mix/range_num", "type": "int"},
|
||||||
|
{"path": "mix/excitation", "type": "text", "readonly": false, "cmd": "treg mix/excitation", "description": "excitation with unit, i.e. 2uV or 3pA"},
|
||||||
|
{"path": "mix/excitation_num", "type": "int"},
|
||||||
|
{"path": "mix/excitation_mode", "type": "enum", "enum": {"voltage": 0, "current": 1, "off": 2}},
|
||||||
|
{"path": "mix/pause", "type": "int", "readonly": false, "cmd": "treg mix/pause", "description": "pause time [sec] after channel change"},
|
||||||
|
{"path": "mix/filter", "type": "int", "readonly": false, "cmd": "treg mix/filter", "description": "filter average time [sec]"},
|
||||||
|
{"path": "mix/dwell", "type": "int", "readonly": false, "cmd": "treg mix/dwell", "description": "dwell time [sec]. Total time per channel: pause + filter + dwell"},
|
||||||
|
{"path": "mix/status", "type": "text"},
|
||||||
|
{"path": "mix/curve", "type": "text", "readonly": false, "cmd": "treg mix/curve", "kids": 1},
|
||||||
|
{"path": "mix/curve/points", "type": "floatvarar", "readonly": false, "cmd": "treg mix/curve/points", "visibility": 3},
|
||||||
|
{"path": "mix/alarm", "type": "float", "readonly": false, "cmd": "treg mix/alarm"},
|
||||||
|
{"path": "mix/raw", "type": "float"},
|
||||||
|
{"path": "samplehtr", "type": "float", "kids": 14},
|
||||||
|
{"path": "samplehtr/active", "type": "enum", "enum": {"inactive": 0, "active": 1}, "readonly": false, "cmd": "treg samplehtr/active"},
|
||||||
|
{"path": "samplehtr/autorange", "type": "bool", "readonly": false, "cmd": "treg samplehtr/autorange", "description": "autorange (common for all channels)"},
|
||||||
|
{"path": "samplehtr/range", "type": "text", "readonly": false, "cmd": "treg samplehtr/range", "description": "resistance range in Ohm"},
|
||||||
|
{"path": "samplehtr/range_num", "type": "int"},
|
||||||
|
{"path": "samplehtr/excitation", "type": "text", "readonly": false, "cmd": "treg samplehtr/excitation", "description": "excitation with unit, i.e. 2uV or 3pA"},
|
||||||
|
{"path": "samplehtr/excitation_num", "type": "int"},
|
||||||
|
{"path": "samplehtr/excitation_mode", "type": "enum", "enum": {"voltage": 0, "current": 1, "off": 2}},
|
||||||
|
{"path": "samplehtr/pause", "type": "int", "readonly": false, "cmd": "treg samplehtr/pause", "description": "pause time [sec] after channel change"},
|
||||||
|
{"path": "samplehtr/filter", "type": "int", "readonly": false, "cmd": "treg samplehtr/filter", "description": "filter average time [sec]"},
|
||||||
|
{"path": "samplehtr/dwell", "type": "int", "readonly": false, "cmd": "treg samplehtr/dwell", "description": "dwell time [sec]. Total time per channel: pause + filter + dwell"},
|
||||||
|
{"path": "samplehtr/status", "type": "text"},
|
||||||
|
{"path": "samplehtr/curve", "type": "text", "readonly": false, "cmd": "treg samplehtr/curve", "kids": 1},
|
||||||
|
{"path": "samplehtr/curve/points", "type": "floatvarar", "readonly": false, "cmd": "treg samplehtr/curve/points", "visibility": 3},
|
||||||
|
{"path": "samplehtr/alarm", "type": "float", "readonly": false, "cmd": "treg samplehtr/alarm"},
|
||||||
|
{"path": "samplehtr/raw", "type": "float"},
|
||||||
|
{"path": "set", "type": "float", "readonly": false, "cmd": "treg set", "kids": 18},
|
||||||
|
{"path": "set/mode", "type": "enum", "enum": {"disabled": -1, "off": 0, "controlling": 1, "manual": 2}, "readonly": false, "cmd": "treg set/mode"},
|
||||||
|
{"path": "set/reg", "type": "float"},
|
||||||
|
{"path": "set/ramp", "type": "float", "readonly": false, "cmd": "treg set/ramp", "description": "maximum ramp in K/min (0: ramp off)"},
|
||||||
|
{"path": "set/wramp", "type": "float", "readonly": false, "cmd": "treg set/wramp"},
|
||||||
|
{"path": "set/smooth", "type": "float", "readonly": false, "cmd": "treg set/smooth", "description": "smooth time (minutes)"},
|
||||||
|
{"path": "set/channel", "type": "text", "readonly": false, "cmd": "treg set/channel"},
|
||||||
|
{"path": "set/limit", "type": "float", "readonly": false, "cmd": "treg set/limit"},
|
||||||
|
{"path": "set/resist", "type": "float", "readonly": false, "cmd": "treg set/resist"},
|
||||||
|
{"path": "set/maxheater", "type": "text", "readonly": false, "cmd": "treg set/maxheater", "description": "maximum heater limit, units should be given without space: W, mW, A, mA"},
|
||||||
|
{"path": "set/linearpower", "type": "float", "readonly": false, "cmd": "treg set/linearpower", "description": "when not 0, it is the maximum effective power, and the power is linear to the heater output"},
|
||||||
|
{"path": "set/maxpowerlim", "type": "float", "description": "the maximum power limit (before any booster or converter)"},
|
||||||
|
{"path": "set/maxpower", "type": "float", "readonly": false, "cmd": "treg set/maxpower", "description": "maximum power [W]"},
|
||||||
|
{"path": "set/maxcurrent", "type": "float", "description": "the maximum current before any booster or converter"},
|
||||||
|
{"path": "set/manualpower", "type": "float", "readonly": false, "cmd": "treg set/manualpower"},
|
||||||
|
{"path": "set/power", "type": "float"},
|
||||||
|
{"path": "set/prop", "type": "float", "readonly": false, "cmd": "treg set/prop", "description": "bigger means more gain"},
|
||||||
|
{"path": "set/integ", "type": "float", "readonly": false, "cmd": "treg set/integ", "description": "[sec] bigger means slower"},
|
||||||
|
{"path": "set/deriv", "type": "float", "readonly": false, "cmd": "treg set/deriv"},
|
||||||
|
{"path": "analog2", "type": "float", "readonly": false, "cmd": "treg analog2"},
|
||||||
|
{"path": "remote", "type": "bool"},
|
||||||
|
{"path": "display", "type": "text", "readonly": false, "cmd": "treg display"}]},
|
||||||
|
|
||||||
|
"tmon": {"base": "/tmon", "params": [
|
||||||
|
{"path": "", "type": "int", "kids": 12},
|
||||||
|
{"path": "send", "type": "text", "readonly": false, "cmd": "tmon send", "visibility": 3},
|
||||||
|
{"path": "status", "type": "text", "visibility": 3},
|
||||||
|
{"path": "autoscan", "type": "bool", "readonly": false, "cmd": "tmon autoscan", "kids": 4},
|
||||||
|
{"path": "autoscan/synchronized", "type": "bool", "readonly": false, "cmd": "tmon autoscan/synchronized"},
|
||||||
|
{"path": "autoscan/interval", "type": "text", "readonly": false, "cmd": "tmon autoscan/interval"},
|
||||||
|
{"path": "autoscan/pause", "type": "text", "readonly": false, "cmd": "tmon autoscan/pause"},
|
||||||
|
{"path": "autoscan/dwell", "type": "text", "readonly": false, "cmd": "tmon autoscan/dwell"},
|
||||||
|
{"path": "sorb", "type": "float", "kids": 14},
|
||||||
|
{"path": "sorb/active", "type": "enum", "enum": {"inactive": 0, "active": 1}, "readonly": false, "cmd": "tmon sorb/active"},
|
||||||
|
{"path": "sorb/autorange", "type": "bool", "readonly": false, "cmd": "tmon sorb/autorange", "description": "autorange (common for all channels)"},
|
||||||
|
{"path": "sorb/range", "type": "text", "readonly": false, "cmd": "tmon sorb/range", "description": "resistance range in Ohm"},
|
||||||
|
{"path": "sorb/range_num", "type": "int"},
|
||||||
|
{"path": "sorb/excitation", "type": "text", "readonly": false, "cmd": "tmon sorb/excitation", "description": "excitation with unit, i.e. 2uV or 3pA"},
|
||||||
|
{"path": "sorb/excitation_num", "type": "int"},
|
||||||
|
{"path": "sorb/excitation_mode", "type": "enum", "enum": {"voltage": 0, "current": 1, "off": 2}},
|
||||||
|
{"path": "sorb/pause", "type": "int", "readonly": false, "cmd": "tmon sorb/pause", "description": "pause time [sec] after channel change"},
|
||||||
|
{"path": "sorb/filter", "type": "int", "readonly": false, "cmd": "tmon sorb/filter", "description": "filter average time [sec]"},
|
||||||
|
{"path": "sorb/dwell", "type": "int", "readonly": false, "cmd": "tmon sorb/dwell", "description": "dwell time [sec]. Total time per channel: pause + filter + dwell"},
|
||||||
|
{"path": "sorb/status", "type": "text"},
|
||||||
|
{"path": "sorb/curve", "type": "text", "readonly": false, "cmd": "tmon sorb/curve", "kids": 1},
|
||||||
|
{"path": "sorb/curve/points", "type": "floatvarar", "readonly": false, "cmd": "tmon sorb/curve/points", "visibility": 3},
|
||||||
|
{"path": "sorb/alarm", "type": "float", "readonly": false, "cmd": "tmon sorb/alarm"},
|
||||||
|
{"path": "sorb/raw", "type": "float"},
|
||||||
|
{"path": "onek", "type": "float", "kids": 14},
|
||||||
|
{"path": "onek/active", "type": "enum", "enum": {"inactive": 0, "active": 1}, "readonly": false, "cmd": "tmon onek/active"},
|
||||||
|
{"path": "onek/autorange", "type": "bool", "readonly": false, "cmd": "tmon onek/autorange", "description": "autorange (common for all channels)"},
|
||||||
|
{"path": "onek/range", "type": "text", "readonly": false, "cmd": "tmon onek/range", "description": "resistance range in Ohm"},
|
||||||
|
{"path": "onek/range_num", "type": "int"},
|
||||||
|
{"path": "onek/excitation", "type": "text", "readonly": false, "cmd": "tmon onek/excitation", "description": "excitation with unit, i.e. 2uV or 3pA"},
|
||||||
|
{"path": "onek/excitation_num", "type": "int"},
|
||||||
|
{"path": "onek/excitation_mode", "type": "enum", "enum": {"voltage": 0, "current": 1, "off": 2}},
|
||||||
|
{"path": "onek/pause", "type": "int", "readonly": false, "cmd": "tmon onek/pause", "description": "pause time [sec] after channel change"},
|
||||||
|
{"path": "onek/filter", "type": "int", "readonly": false, "cmd": "tmon onek/filter", "description": "filter average time [sec]"},
|
||||||
|
{"path": "onek/dwell", "type": "int", "readonly": false, "cmd": "tmon onek/dwell", "description": "dwell time [sec]. Total time per channel: pause + filter + dwell"},
|
||||||
|
{"path": "onek/status", "type": "text"},
|
||||||
|
{"path": "onek/curve", "type": "text", "readonly": false, "cmd": "tmon onek/curve", "kids": 1},
|
||||||
|
{"path": "onek/curve/points", "type": "floatvarar", "readonly": false, "cmd": "tmon onek/curve/points", "visibility": 3},
|
||||||
|
{"path": "onek/alarm", "type": "float", "readonly": false, "cmd": "tmon onek/alarm"},
|
||||||
|
{"path": "onek/raw", "type": "float"},
|
||||||
|
{"path": "stillt", "type": "float", "kids": 14},
|
||||||
|
{"path": "stillt/active", "type": "enum", "enum": {"inactive": 0, "active": 1}, "readonly": false, "cmd": "tmon stillt/active"},
|
||||||
|
{"path": "stillt/autorange", "type": "bool", "readonly": false, "cmd": "tmon stillt/autorange", "description": "autorange (common for all channels)"},
|
||||||
|
{"path": "stillt/range", "type": "text", "readonly": false, "cmd": "tmon stillt/range", "description": "resistance range in Ohm"},
|
||||||
|
{"path": "stillt/range_num", "type": "int"},
|
||||||
|
{"path": "stillt/excitation", "type": "text", "readonly": false, "cmd": "tmon stillt/excitation", "description": "excitation with unit, i.e. 2uV or 3pA"},
|
||||||
|
{"path": "stillt/excitation_num", "type": "int"},
|
||||||
|
{"path": "stillt/excitation_mode", "type": "enum", "enum": {"voltage": 0, "current": 1, "off": 2}},
|
||||||
|
{"path": "stillt/pause", "type": "int", "readonly": false, "cmd": "tmon stillt/pause", "description": "pause time [sec] after channel change"},
|
||||||
|
{"path": "stillt/filter", "type": "int", "readonly": false, "cmd": "tmon stillt/filter", "description": "filter average time [sec]"},
|
||||||
|
{"path": "stillt/dwell", "type": "int", "readonly": false, "cmd": "tmon stillt/dwell", "description": "dwell time [sec]. Total time per channel: pause + filter + dwell"},
|
||||||
|
{"path": "stillt/status", "type": "text"},
|
||||||
|
{"path": "stillt/curve", "type": "text", "readonly": false, "cmd": "tmon stillt/curve", "kids": 1},
|
||||||
|
{"path": "stillt/curve/points", "type": "floatvarar", "readonly": false, "cmd": "tmon stillt/curve/points", "visibility": 3},
|
||||||
|
{"path": "stillt/alarm", "type": "float", "readonly": false, "cmd": "tmon stillt/alarm"},
|
||||||
|
{"path": "stillt/raw", "type": "float"},
|
||||||
|
{"path": "sample", "type": "float", "kids": 14},
|
||||||
|
{"path": "sample/active", "type": "enum", "enum": {"inactive": 0, "active": 1}, "readonly": false, "cmd": "tmon sample/active"},
|
||||||
|
{"path": "sample/autorange", "type": "bool", "readonly": false, "cmd": "tmon sample/autorange", "description": "autorange (common for all channels)"},
|
||||||
|
{"path": "sample/range", "type": "text", "readonly": false, "cmd": "tmon sample/range", "description": "resistance range in Ohm"},
|
||||||
|
{"path": "sample/range_num", "type": "int"},
|
||||||
|
{"path": "sample/excitation", "type": "text", "readonly": false, "cmd": "tmon sample/excitation", "description": "excitation with unit, i.e. 2uV or 3pA"},
|
||||||
|
{"path": "sample/excitation_num", "type": "int"},
|
||||||
|
{"path": "sample/excitation_mode", "type": "enum", "enum": {"voltage": 0, "current": 1, "off": 2}},
|
||||||
|
{"path": "sample/pause", "type": "int", "readonly": false, "cmd": "tmon sample/pause", "description": "pause time [sec] after channel change"},
|
||||||
|
{"path": "sample/filter", "type": "int", "readonly": false, "cmd": "tmon sample/filter", "description": "filter average time [sec]"},
|
||||||
|
{"path": "sample/dwell", "type": "int", "readonly": false, "cmd": "tmon sample/dwell", "description": "dwell time [sec]. Total time per channel: pause + filter + dwell"},
|
||||||
|
{"path": "sample/status", "type": "text"},
|
||||||
|
{"path": "sample/curve", "type": "text", "readonly": false, "cmd": "tmon sample/curve", "kids": 1},
|
||||||
|
{"path": "sample/curve/points", "type": "floatvarar", "readonly": false, "cmd": "tmon sample/curve/points", "visibility": 3},
|
||||||
|
{"path": "sample/alarm", "type": "float", "readonly": false, "cmd": "tmon sample/alarm"},
|
||||||
|
{"path": "sample/raw", "type": "float"},
|
||||||
|
{"path": "samplehtr", "type": "float", "kids": 14},
|
||||||
|
{"path": "samplehtr/active", "type": "enum", "enum": {"inactive": 0, "active": 1}, "readonly": false, "cmd": "tmon samplehtr/active"},
|
||||||
|
{"path": "samplehtr/autorange", "type": "bool", "readonly": false, "cmd": "tmon samplehtr/autorange", "description": "autorange (common for all channels)"},
|
||||||
|
{"path": "samplehtr/range", "type": "text", "readonly": false, "cmd": "tmon samplehtr/range", "description": "resistance range in Ohm"},
|
||||||
|
{"path": "samplehtr/range_num", "type": "int"},
|
||||||
|
{"path": "samplehtr/excitation", "type": "text", "readonly": false, "cmd": "tmon samplehtr/excitation", "description": "excitation with unit, i.e. 2uV or 3pA"},
|
||||||
|
{"path": "samplehtr/excitation_num", "type": "int"},
|
||||||
|
{"path": "samplehtr/excitation_mode", "type": "enum", "enum": {"voltage": 0, "current": 1, "off": 2}},
|
||||||
|
{"path": "samplehtr/pause", "type": "int", "readonly": false, "cmd": "tmon samplehtr/pause", "description": "pause time [sec] after channel change"},
|
||||||
|
{"path": "samplehtr/filter", "type": "int", "readonly": false, "cmd": "tmon samplehtr/filter", "description": "filter average time [sec]"},
|
||||||
|
{"path": "samplehtr/dwell", "type": "int", "readonly": false, "cmd": "tmon samplehtr/dwell", "description": "dwell time [sec]. Total time per channel: pause + filter + dwell"},
|
||||||
|
{"path": "samplehtr/status", "type": "text"},
|
||||||
|
{"path": "samplehtr/curve", "type": "text", "readonly": false, "cmd": "tmon samplehtr/curve", "kids": 1},
|
||||||
|
{"path": "samplehtr/curve/points", "type": "floatvarar", "readonly": false, "cmd": "tmon samplehtr/curve/points", "visibility": 3},
|
||||||
|
{"path": "samplehtr/alarm", "type": "float", "readonly": false, "cmd": "tmon samplehtr/alarm"},
|
||||||
|
{"path": "samplehtr/raw", "type": "float"},
|
||||||
|
{"path": "mix", "type": "float", "kids": 14},
|
||||||
|
{"path": "mix/active", "type": "enum", "enum": {"inactive": 0, "active": 1}, "readonly": false, "cmd": "tmon mix/active"},
|
||||||
|
{"path": "mix/autorange", "type": "bool", "readonly": false, "cmd": "tmon mix/autorange", "description": "autorange (common for all channels)"},
|
||||||
|
{"path": "mix/range", "type": "text", "readonly": false, "cmd": "tmon mix/range", "description": "resistance range in Ohm"},
|
||||||
|
{"path": "mix/range_num", "type": "int"},
|
||||||
|
{"path": "mix/excitation", "type": "text", "readonly": false, "cmd": "tmon mix/excitation", "description": "excitation with unit, i.e. 2uV or 3pA"},
|
||||||
|
{"path": "mix/excitation_num", "type": "int"},
|
||||||
|
{"path": "mix/excitation_mode", "type": "enum", "enum": {"voltage": 0, "current": 1, "off": 2}},
|
||||||
|
{"path": "mix/pause", "type": "int", "readonly": false, "cmd": "tmon mix/pause", "description": "pause time [sec] after channel change"},
|
||||||
|
{"path": "mix/filter", "type": "int", "readonly": false, "cmd": "tmon mix/filter", "description": "filter average time [sec]"},
|
||||||
|
{"path": "mix/dwell", "type": "int", "readonly": false, "cmd": "tmon mix/dwell", "description": "dwell time [sec]. Total time per channel: pause + filter + dwell"},
|
||||||
|
{"path": "mix/status", "type": "text"},
|
||||||
|
{"path": "mix/curve", "type": "text", "readonly": false, "cmd": "tmon mix/curve", "kids": 1},
|
||||||
|
{"path": "mix/curve/points", "type": "floatvarar", "readonly": false, "cmd": "tmon mix/curve/points", "visibility": 3},
|
||||||
|
{"path": "mix/alarm", "type": "float", "readonly": false, "cmd": "tmon mix/alarm"},
|
||||||
|
{"path": "mix/raw", "type": "float"},
|
||||||
|
{"path": "analog2", "type": "float", "readonly": false, "cmd": "tmon analog2"},
|
||||||
|
{"path": "remote", "type": "bool"},
|
||||||
|
{"path": "display", "type": "text", "readonly": false, "cmd": "tmon display"}]},
|
||||||
|
|
||||||
|
"dil": {"base": "/dil", "params": [
|
||||||
|
{"path": "", "type": "float", "kids": 60},
|
||||||
|
{"path": "Tset", "type": "float"},
|
||||||
|
{"path": "TsorbSet", "type": "float", "readonly": false, "cmd": "dil TsorbSet"},
|
||||||
|
{"path": "Tmix", "type": "float"},
|
||||||
|
{"path": "T1K", "type": "float"},
|
||||||
|
{"path": "Tsorb", "type": "float"},
|
||||||
|
{"path": "Pmix", "type": "float", "readonly": false, "cmd": "dil Pmix"},
|
||||||
|
{"path": "Pmax", "type": "float"},
|
||||||
|
{"path": "HtrRange", "type": "int", "readonly": false, "cmd": "dil HtrRange"},
|
||||||
|
{"path": "Pstill", "type": "float", "readonly": false, "cmd": "dil Pstill"},
|
||||||
|
{"path": "Psorb", "type": "float", "readonly": false, "cmd": "dil Psorb"},
|
||||||
|
{"path": "G1", "type": "float"},
|
||||||
|
{"path": "G2", "type": "float"},
|
||||||
|
{"path": "G3", "type": "float"},
|
||||||
|
{"path": "P1", "type": "float"},
|
||||||
|
{"path": "P2", "type": "float"},
|
||||||
|
{"path": "V6", "type": "float", "readonly": false, "cmd": "dil V6"},
|
||||||
|
{"path": "V12A", "type": "float", "readonly": false, "cmd": "dil V12A"},
|
||||||
|
{"path": "V1K", "type": "float", "readonly": false, "cmd": "dil V1K"},
|
||||||
|
{"path": "v6pos", "type": "float"},
|
||||||
|
{"path": "V9", "type": "int", "readonly": false, "cmd": "dil V9", "visibility": 3},
|
||||||
|
{"path": "V8", "type": "int", "readonly": false, "cmd": "dil V8", "visibility": 3},
|
||||||
|
{"path": "V7", "type": "int", "readonly": false, "cmd": "dil V7", "visibility": 3},
|
||||||
|
{"path": "V11A", "type": "int", "readonly": false, "cmd": "dil V11A", "visibility": 3},
|
||||||
|
{"path": "V13A", "type": "int", "readonly": false, "cmd": "dil V13A", "visibility": 3},
|
||||||
|
{"path": "V13B", "type": "int", "readonly": false, "cmd": "dil V13B", "visibility": 3},
|
||||||
|
{"path": "V11B", "type": "int", "readonly": false, "cmd": "dil V11B", "visibility": 3},
|
||||||
|
{"path": "V12B", "type": "int", "readonly": false, "cmd": "dil V12B", "visibility": 3},
|
||||||
|
{"path": "He4", "type": "int", "readonly": false, "cmd": "dil He4", "visibility": 3},
|
||||||
|
{"path": "V1", "type": "int", "readonly": false, "cmd": "dil V1", "visibility": 3},
|
||||||
|
{"path": "V5", "type": "int", "readonly": false, "cmd": "dil V5", "visibility": 3},
|
||||||
|
{"path": "V4", "type": "int", "readonly": false, "cmd": "dil V4", "visibility": 3},
|
||||||
|
{"path": "V3", "type": "int", "readonly": false, "cmd": "dil V3", "visibility": 3},
|
||||||
|
{"path": "V14", "type": "int", "readonly": false, "cmd": "dil V14", "visibility": 3},
|
||||||
|
{"path": "V10", "type": "int", "readonly": false, "cmd": "dil V10", "visibility": 3},
|
||||||
|
{"path": "V2", "type": "int", "readonly": false, "cmd": "dil V2", "visibility": 3},
|
||||||
|
{"path": "V2A", "type": "int", "readonly": false, "cmd": "dil V2A", "visibility": 3},
|
||||||
|
{"path": "V1A", "type": "int", "readonly": false, "cmd": "dil V1A", "visibility": 3},
|
||||||
|
{"path": "V5A", "type": "int", "readonly": false, "cmd": "dil V5A", "visibility": 3},
|
||||||
|
{"path": "V4A", "type": "int", "readonly": false, "cmd": "dil V4A", "visibility": 3},
|
||||||
|
{"path": "V3A", "type": "int", "readonly": false, "cmd": "dil V3A", "visibility": 3},
|
||||||
|
{"path": "Roots", "type": "int", "readonly": false, "cmd": "dil Roots", "visibility": 3},
|
||||||
|
{"path": "Aux", "type": "int", "readonly": false, "cmd": "dil Aux", "visibility": 3},
|
||||||
|
{"path": "He3", "type": "int", "readonly": false, "cmd": "dil He3", "visibility": 3},
|
||||||
|
{"path": "closedelay", "type": "float", "readonly": false, "cmd": "dil closedelay", "visibility": 3},
|
||||||
|
{"path": "extVersion", "type": "int", "readonly": false, "cmd": "dil extVersion", "visibility": 3},
|
||||||
|
{"path": "pumpoff", "type": "int"},
|
||||||
|
{"path": "upperN2", "type": "float"},
|
||||||
|
{"path": "lowerN2", "type": "float"},
|
||||||
|
{"path": "maxtry", "type": "int", "readonly": false, "cmd": "dil maxtry", "visibility": 3},
|
||||||
|
{"path": "upperLimit", "type": "float", "readonly": false, "cmd": "dil upperLimit"},
|
||||||
|
{"path": "lowerLimit", "type": "float", "readonly": false, "cmd": "dil lowerLimit", "visibility": 3},
|
||||||
|
{"path": "tolerance", "type": "float", "readonly": false, "cmd": "dil tolerance"},
|
||||||
|
{"path": "maxwait", "type": "int", "readonly": false, "cmd": "dil maxwait"},
|
||||||
|
{"path": "settle", "type": "int", "readonly": false, "cmd": "dil settle"},
|
||||||
|
{"path": "targetValue", "type": "float"},
|
||||||
|
{"path": "is_running", "type": "int", "visibility": 3},
|
||||||
|
{"path": "verbose", "type": "int", "readonly": false, "cmd": "dil verbose", "visibility": 3},
|
||||||
|
{"path": "driver", "type": "text", "visibility": 3},
|
||||||
|
{"path": "creationCmd", "type": "text", "visibility": 3},
|
||||||
|
{"path": "status", "type": "text", "readonly": false, "cmd": "dil status", "visibility": 3}]},
|
||||||
|
|
||||||
|
"sorb": {"base": "/sorb", "params": [
|
||||||
|
{"path": "", "type": "float", "readonly": false, "cmd": "run sorb", "description": "sorb", "kids": 28},
|
||||||
|
{"path": "send", "type": "text", "readonly": false, "cmd": "sorb send", "visibility": 3},
|
||||||
|
{"path": "status", "type": "text", "visibility": 3},
|
||||||
|
{"path": "is_running", "type": "int", "readonly": false, "cmd": "sorb is_running", "visibility": 3},
|
||||||
|
{"path": "mode", "type": "enum", "enum": {"off": 0, "on": 1}, "readonly": false, "cmd": "sorb mode"},
|
||||||
|
{"path": "reg", "type": "float"},
|
||||||
|
{"path": "output", "type": "float", "readonly": false, "cmd": "sorb output"},
|
||||||
|
{"path": "ramptime", "type": "float", "readonly": false, "cmd": "sorb ramptime", "description": "time for ramping [sec] deltax = 1 or a factor 10"},
|
||||||
|
{"path": "ramptol", "type": "float", "readonly": false, "cmd": "sorb ramptol", "description": "log of max. deviation when ramping"},
|
||||||
|
{"path": "smoothtime", "type": "float", "readonly": false, "cmd": "sorb smoothtime", "description": "time for smoothing ramp near setpoint"},
|
||||||
|
{"path": "invar", "type": "text", "readonly": false, "cmd": "sorb invar", "visibility": 3},
|
||||||
|
{"path": "outvar", "type": "text", "readonly": false, "cmd": "sorb outvar", "visibility": 3},
|
||||||
|
{"path": "prop", "type": "float", "readonly": false, "cmd": "sorb prop", "description": "smaller means more sensitive. a change of 'prop' on input -> a change of 100 % or a factor 10 on output"},
|
||||||
|
{"path": "int", "type": "float", "readonly": false, "cmd": "sorb int", "description": "integration time (sec)"},
|
||||||
|
{"path": "outmin", "type": "float", "readonly": false, "cmd": "sorb outmin", "description": "output for maximal decrease of input var."},
|
||||||
|
{"path": "outmax", "type": "float", "readonly": false, "cmd": "sorb outmax", "description": "output for maximal increase of input var."},
|
||||||
|
{"path": "inpfunction", "type": "enum", "enum": {"linear": 0, "logarithmic": 1}, "readonly": false, "cmd": "sorb inpfunction"},
|
||||||
|
{"path": "inplinear", "type": "float", "readonly": false, "cmd": "sorb inplinear", "description": "function gets linear below about this value"},
|
||||||
|
{"path": "outfunction", "type": "enum", "enum": {"linear": 0, "exponential": 1}, "readonly": false, "cmd": "sorb outfunction"},
|
||||||
|
{"path": "outlinear", "type": "float", "readonly": false, "cmd": "sorb outlinear", "description": "function gets linear below about this value"},
|
||||||
|
{"path": "precision", "type": "float", "readonly": false, "cmd": "sorb precision"},
|
||||||
|
{"path": "deadband", "type": "float", "readonly": false, "cmd": "sorb deadband"},
|
||||||
|
{"path": "maxdelta", "type": "float", "readonly": false, "cmd": "sorb maxdelta"},
|
||||||
|
{"path": "set", "type": "float", "readonly": false, "cmd": "sorb set"},
|
||||||
|
{"path": "target", "type": "float"},
|
||||||
|
{"path": "running", "type": "int"},
|
||||||
|
{"path": "tolerance", "type": "float", "readonly": false, "cmd": "sorb tolerance"},
|
||||||
|
{"path": "maxwait", "type": "float", "readonly": false, "cmd": "sorb maxwait"},
|
||||||
|
{"path": "settle", "type": "float", "readonly": false, "cmd": "sorb settle"}]}}
|
343
cfg/sea/dil4.stick.json
Normal file
343
cfg/sea/dil4.stick.json
Normal file
@ -0,0 +1,343 @@
|
|||||||
|
{"ts": {"base": "/ts", "params": [
|
||||||
|
{"path": "", "type": "float", "readonly": false, "cmd": "run ts", "description": "ts", "kids": 19},
|
||||||
|
{"path": "send", "type": "text", "readonly": false, "cmd": "ts send", "visibility": 3},
|
||||||
|
{"path": "status", "type": "text", "visibility": 3},
|
||||||
|
{"path": "is_running", "type": "int", "readonly": false, "cmd": "ts is_running", "visibility": 3},
|
||||||
|
{"path": "set", "type": "float", "readonly": false, "cmd": "ts set", "visibility": 3},
|
||||||
|
{"path": "target", "type": "float"},
|
||||||
|
{"path": "running", "type": "int"},
|
||||||
|
{"path": "tolerance", "type": "float", "readonly": false, "cmd": "ts tolerance"},
|
||||||
|
{"path": "maxwait", "type": "float", "readonly": false, "cmd": "ts maxwait"},
|
||||||
|
{"path": "settle", "type": "float", "readonly": false, "cmd": "ts settle"},
|
||||||
|
{"path": "log", "type": "text", "readonly": false, "cmd": "ts log", "visibility": 3, "kids": 4},
|
||||||
|
{"path": "log/mean", "type": "float", "visibility": 3},
|
||||||
|
{"path": "log/m2", "type": "float", "visibility": 3},
|
||||||
|
{"path": "log/stddev", "type": "float", "visibility": 3},
|
||||||
|
{"path": "log/n", "type": "float", "visibility": 3},
|
||||||
|
{"path": "ramp", "type": "float", "readonly": false, "cmd": "ts ramp", "description": "ramp [K/min]"},
|
||||||
|
{"path": "heaterselect", "type": "enum", "enum": {"sample": 0, "mix": 1, "mix(temporarely)": 2}, "readonly": false, "cmd": "ts heaterselect"},
|
||||||
|
{"path": "control", "type": "enum", "enum": {"off": 0, "sample": 6, "mix": 5, "samplehtr": 8}, "readonly": false, "cmd": "ts control", "description": "click off to reload list"},
|
||||||
|
{"path": "heatermode", "type": "enum", "enum": {"disabled": -1, "off": 0, "on": 1}, "readonly": false, "cmd": "ts heatermode"},
|
||||||
|
{"path": "heaterrange", "type": "enum", "enum": {"2uW": 1, "20uW": 2, "200uW": 3, "2mW": 4, "20mW": 5}, "readonly": false, "cmd": "ts heaterrange"},
|
||||||
|
{"path": "autoheater", "type": "bool", "readonly": false, "cmd": "ts autoheater", "description": "automatic heater range", "kids": 12},
|
||||||
|
{"path": "autoheater/wlp0", "type": "float", "readonly": false, "cmd": "ts autoheater/wlp0", "description": "weak link base temperature (used for auto heater)"},
|
||||||
|
{"path": "autoheater/wlp1", "type": "float", "readonly": false, "cmd": "ts autoheater/wlp1", "description": "weak link temperature at 1 uW (used for auto heater)"},
|
||||||
|
{"path": "autoheater/wlp2", "type": "float", "readonly": false, "cmd": "ts autoheater/wlp2", "description": "weak link temperature at 10 uW (used for auto heater)"},
|
||||||
|
{"path": "autoheater/wlp3", "type": "float", "readonly": false, "cmd": "ts autoheater/wlp3", "description": "weak link temperature at 100 uW (used for auto heater)"},
|
||||||
|
{"path": "autoheater/wlp4", "type": "float", "readonly": false, "cmd": "ts autoheater/wlp4", "description": "weak link temperature at 1 mW (used for auto heater)"},
|
||||||
|
{"path": "autoheater/mxp0", "type": "float", "readonly": false, "cmd": "ts autoheater/mxp0", "description": "weak link base temperature (used for auto heater)"},
|
||||||
|
{"path": "autoheater/mxp1", "type": "float", "readonly": false, "cmd": "ts autoheater/mxp1", "description": "mix.ch. temperature at 1 uW (used for auto heater)"},
|
||||||
|
{"path": "autoheater/mxp2", "type": "float", "readonly": false, "cmd": "ts autoheater/mxp2", "description": "mix.ch. temperature at 10 uW (used for auto heater)"},
|
||||||
|
{"path": "autoheater/mxp3", "type": "float", "readonly": false, "cmd": "ts autoheater/mxp3", "description": "mix.ch. temperature at 100 uW (used for auto heater)"},
|
||||||
|
{"path": "autoheater/mxp4", "type": "float", "readonly": false, "cmd": "ts autoheater/mxp4", "description": "mix.ch. temperature at 1 mW (used for auto heater)"},
|
||||||
|
{"path": "autoheater/switchdown", "type": "float", "readonly": false, "cmd": "ts autoheater/switchdown", "description": "percentage for auto heater switch down"},
|
||||||
|
{"path": "autoheater/switchup", "type": "float", "readonly": false, "cmd": "ts autoheater/switchup", "description": "when the calculated power is above this percentage, use higher range"},
|
||||||
|
{"path": "autoprop", "type": "bool", "readonly": false, "cmd": "ts autoprop", "description": "change prop value depending on actual power", "kids": 2},
|
||||||
|
{"path": "autoprop/prop", "type": "float", "readonly": false, "cmd": "ts autoprop/prop", "description": "prop value (maximum prop value when autheater is on)"},
|
||||||
|
{"path": "autoprop/integ", "type": "float", "readonly": false, "cmd": "ts autoprop/integ", "description": "integral value [sec], deriv is set to 0 on change"},
|
||||||
|
{"path": "instructions", "type": "text"},
|
||||||
|
{"path": "auto", "type": "enum", "enum": {"off": 0, "cool_vti": 1, "pipe_pump": 11, "pipes_ready": 12, "ready_for_sorbpump": 2, "sorb_pump": 3, "condense": 4, "circulate": 5, "remove_only": 60, "remove_and_warmup": 62, "remove_and_condense": 61, "remove_and_sorbpump": 63, "finished": 7}, "readonly": false, "cmd": "ts auto", "kids": 21},
|
||||||
|
{"path": "auto/usetrap", "type": "enum", "enum": {"trap_A": 0, "trap_B": 1}, "readonly": false, "cmd": "ts auto/usetrap"},
|
||||||
|
{"path": "auto/hasturbo", "type": "bool"},
|
||||||
|
{"path": "auto/pipes_pumped", "type": "bool", "readonly": false, "cmd": "ts auto/pipes_pumped"},
|
||||||
|
{"path": "auto/cool_crit", "type": "text", "readonly": false, "cmd": "ts auto/cool_crit", "description": "criterium for transition to ready_for_sorbpump"},
|
||||||
|
{"path": "auto/pumptime1", "type": "float", "readonly": false, "cmd": "ts auto/pumptime1", "description": "pump time [sec] while sorb at 40"},
|
||||||
|
{"path": "auto/pumptime2", "type": "float", "readonly": false, "cmd": "ts auto/pumptime2", "description": "pump time [sec] while sorb cools down"},
|
||||||
|
{"path": "auto/pumptime_remaining", "type": "float", "description": "remeaining pump time [min]"},
|
||||||
|
{"path": "auto/condensep", "type": "float", "readonly": false, "cmd": "ts auto/condensep"},
|
||||||
|
{"path": "auto/dumptarget", "type": "float", "readonly": false, "cmd": "ts auto/dumptarget"},
|
||||||
|
{"path": "auto/condenseflow", "type": "float", "readonly": false, "cmd": "ts auto/condenseflow", "description": "VTI flow for condensing and min. flow for cooling"},
|
||||||
|
{"path": "auto/circulateflow", "type": "float", "readonly": false, "cmd": "ts auto/circulateflow", "description": "VTI flow for circulating (may be changed during circulation)"},
|
||||||
|
{"path": "auto/onekstate", "type": "enum", "enum": {"normal": 0, "fill": 1, "optimize": 2}, "readonly": false, "cmd": "ts auto/onekstate"},
|
||||||
|
{"path": "auto/oneklimit", "type": "float", "readonly": false, "cmd": "ts auto/oneklimit"},
|
||||||
|
{"path": "auto/minflow", "type": "float", "readonly": false, "cmd": "ts auto/minflow", "description": "minimum VTI flow (optimize stops at this value)"},
|
||||||
|
{"path": "auto/p1low", "type": "float", "readonly": false, "cmd": "ts auto/p1low", "description": "p1 value indicating a negligible mixture amount"},
|
||||||
|
{"path": "auto/p2low", "type": "float", "readonly": false, "cmd": "ts auto/p2low", "description": "p2 value indicating a good vacuum"},
|
||||||
|
{"path": "auto/warmup_t", "type": "float", "readonly": false, "cmd": "ts auto/warmup_t", "description": "VTI temperature to reach when remove_and_warmup"},
|
||||||
|
{"path": "auto/vti_t", "type": "float", "readonly": false, "cmd": "ts auto/vti_t", "description": "VTI temperature to reach when remove_only"},
|
||||||
|
{"path": "auto/xgas", "type": "enum", "enum": {"pump": 0, "add": 1, "empty": 2, "filled": 3}, "readonly": false, "cmd": "ts auto/xgas"},
|
||||||
|
{"path": "auto/xgas_pulse", "type": "float", "readonly": false, "cmd": "ts auto/xgas_pulse", "description": "opening time for xgas capillary [sec]"},
|
||||||
|
{"path": "auto/removephase", "type": "enum", "enum": {"raw_remove": 0, "wait_p1_low": 1, "wait_v6_open": 2, "wait_a_little": 3, "wait_v6_closed": 4, "wait_t_warmup": 5}, "readonly": false, "cmd": "ts auto/removephase"}]},
|
||||||
|
|
||||||
|
"treg": {"base": "/treg", "params": [
|
||||||
|
{"path": "", "type": "int", "kids": 10},
|
||||||
|
{"path": "send", "type": "text", "readonly": false, "cmd": "treg send", "visibility": 3},
|
||||||
|
{"path": "status", "type": "text", "visibility": 3},
|
||||||
|
{"path": "autoscan", "type": "bool", "readonly": false, "cmd": "treg autoscan", "kids": 4},
|
||||||
|
{"path": "autoscan/synchronized", "type": "bool", "readonly": false, "cmd": "treg autoscan/synchronized"},
|
||||||
|
{"path": "autoscan/interval", "type": "text", "readonly": false, "cmd": "treg autoscan/interval"},
|
||||||
|
{"path": "autoscan/pause", "type": "text", "readonly": false, "cmd": "treg autoscan/pause"},
|
||||||
|
{"path": "autoscan/dwell", "type": "text", "readonly": false, "cmd": "treg autoscan/dwell"},
|
||||||
|
{"path": "sample", "type": "float", "kids": 14},
|
||||||
|
{"path": "sample/active", "type": "enum", "enum": {"inactive": 0, "active": 1}, "readonly": false, "cmd": "treg sample/active"},
|
||||||
|
{"path": "sample/autorange", "type": "bool", "readonly": false, "cmd": "treg sample/autorange", "description": "autorange (common for all channels)"},
|
||||||
|
{"path": "sample/range", "type": "text", "readonly": false, "cmd": "treg sample/range", "description": "resistance range in Ohm"},
|
||||||
|
{"path": "sample/range_num", "type": "int"},
|
||||||
|
{"path": "sample/excitation", "type": "text", "readonly": false, "cmd": "treg sample/excitation", "description": "excitation with unit, i.e. 2uV or 3pA"},
|
||||||
|
{"path": "sample/excitation_num", "type": "int"},
|
||||||
|
{"path": "sample/excitation_mode", "type": "enum", "enum": {"voltage": 0, "current": 1, "off": 2}},
|
||||||
|
{"path": "sample/pause", "type": "int", "readonly": false, "cmd": "treg sample/pause", "description": "pause time [sec] after channel change"},
|
||||||
|
{"path": "sample/filter", "type": "int", "readonly": false, "cmd": "treg sample/filter", "description": "filter average time [sec]"},
|
||||||
|
{"path": "sample/dwell", "type": "int", "readonly": false, "cmd": "treg sample/dwell", "description": "dwell time [sec]. Total time per channel: pause + filter + dwell"},
|
||||||
|
{"path": "sample/status", "type": "text"},
|
||||||
|
{"path": "sample/curve", "type": "text", "readonly": false, "cmd": "treg sample/curve", "kids": 1},
|
||||||
|
{"path": "sample/curve/points", "type": "floatvarar", "readonly": false, "cmd": "treg sample/curve/points", "visibility": 3},
|
||||||
|
{"path": "sample/alarm", "type": "float", "readonly": false, "cmd": "treg sample/alarm"},
|
||||||
|
{"path": "sample/raw", "type": "float"},
|
||||||
|
{"path": "mix", "type": "float", "kids": 14},
|
||||||
|
{"path": "mix/active", "type": "enum", "enum": {"inactive": 0, "active": 1}, "readonly": false, "cmd": "treg mix/active"},
|
||||||
|
{"path": "mix/autorange", "type": "bool", "readonly": false, "cmd": "treg mix/autorange", "description": "autorange (common for all channels)"},
|
||||||
|
{"path": "mix/range", "type": "text", "readonly": false, "cmd": "treg mix/range", "description": "resistance range in Ohm"},
|
||||||
|
{"path": "mix/range_num", "type": "int"},
|
||||||
|
{"path": "mix/excitation", "type": "text", "readonly": false, "cmd": "treg mix/excitation", "description": "excitation with unit, i.e. 2uV or 3pA"},
|
||||||
|
{"path": "mix/excitation_num", "type": "int"},
|
||||||
|
{"path": "mix/excitation_mode", "type": "enum", "enum": {"voltage": 0, "current": 1, "off": 2}},
|
||||||
|
{"path": "mix/pause", "type": "int", "readonly": false, "cmd": "treg mix/pause", "description": "pause time [sec] after channel change"},
|
||||||
|
{"path": "mix/filter", "type": "int", "readonly": false, "cmd": "treg mix/filter", "description": "filter average time [sec]"},
|
||||||
|
{"path": "mix/dwell", "type": "int", "readonly": false, "cmd": "treg mix/dwell", "description": "dwell time [sec]. Total time per channel: pause + filter + dwell"},
|
||||||
|
{"path": "mix/status", "type": "text"},
|
||||||
|
{"path": "mix/curve", "type": "text", "readonly": false, "cmd": "treg mix/curve", "kids": 1},
|
||||||
|
{"path": "mix/curve/points", "type": "floatvarar", "readonly": false, "cmd": "treg mix/curve/points", "visibility": 3},
|
||||||
|
{"path": "mix/alarm", "type": "float", "readonly": false, "cmd": "treg mix/alarm"},
|
||||||
|
{"path": "mix/raw", "type": "float"},
|
||||||
|
{"path": "samplehtr", "type": "float", "kids": 14},
|
||||||
|
{"path": "samplehtr/active", "type": "enum", "enum": {"inactive": 0, "active": 1}, "readonly": false, "cmd": "treg samplehtr/active"},
|
||||||
|
{"path": "samplehtr/autorange", "type": "bool", "readonly": false, "cmd": "treg samplehtr/autorange", "description": "autorange (common for all channels)"},
|
||||||
|
{"path": "samplehtr/range", "type": "text", "readonly": false, "cmd": "treg samplehtr/range", "description": "resistance range in Ohm"},
|
||||||
|
{"path": "samplehtr/range_num", "type": "int"},
|
||||||
|
{"path": "samplehtr/excitation", "type": "text", "readonly": false, "cmd": "treg samplehtr/excitation", "description": "excitation with unit, i.e. 2uV or 3pA"},
|
||||||
|
{"path": "samplehtr/excitation_num", "type": "int"},
|
||||||
|
{"path": "samplehtr/excitation_mode", "type": "enum", "enum": {"voltage": 0, "current": 1, "off": 2}},
|
||||||
|
{"path": "samplehtr/pause", "type": "int", "readonly": false, "cmd": "treg samplehtr/pause", "description": "pause time [sec] after channel change"},
|
||||||
|
{"path": "samplehtr/filter", "type": "int", "readonly": false, "cmd": "treg samplehtr/filter", "description": "filter average time [sec]"},
|
||||||
|
{"path": "samplehtr/dwell", "type": "int", "readonly": false, "cmd": "treg samplehtr/dwell", "description": "dwell time [sec]. Total time per channel: pause + filter + dwell"},
|
||||||
|
{"path": "samplehtr/status", "type": "text"},
|
||||||
|
{"path": "samplehtr/curve", "type": "text", "readonly": false, "cmd": "treg samplehtr/curve", "kids": 1},
|
||||||
|
{"path": "samplehtr/curve/points", "type": "floatvarar", "readonly": false, "cmd": "treg samplehtr/curve/points", "visibility": 3},
|
||||||
|
{"path": "samplehtr/alarm", "type": "float", "readonly": false, "cmd": "treg samplehtr/alarm"},
|
||||||
|
{"path": "samplehtr/raw", "type": "float"},
|
||||||
|
{"path": "set", "type": "float", "readonly": false, "cmd": "treg set", "kids": 18},
|
||||||
|
{"path": "set/mode", "type": "enum", "enum": {"disabled": -1, "off": 0, "controlling": 1, "manual": 2}, "readonly": false, "cmd": "treg set/mode"},
|
||||||
|
{"path": "set/reg", "type": "float"},
|
||||||
|
{"path": "set/ramp", "type": "float", "readonly": false, "cmd": "treg set/ramp", "description": "maximum ramp in K/min (0: ramp off)"},
|
||||||
|
{"path": "set/wramp", "type": "float", "readonly": false, "cmd": "treg set/wramp"},
|
||||||
|
{"path": "set/smooth", "type": "float", "readonly": false, "cmd": "treg set/smooth", "description": "smooth time (minutes)"},
|
||||||
|
{"path": "set/channel", "type": "text", "readonly": false, "cmd": "treg set/channel"},
|
||||||
|
{"path": "set/limit", "type": "float", "readonly": false, "cmd": "treg set/limit"},
|
||||||
|
{"path": "set/resist", "type": "float", "readonly": false, "cmd": "treg set/resist"},
|
||||||
|
{"path": "set/maxheater", "type": "text", "readonly": false, "cmd": "treg set/maxheater", "description": "maximum heater limit, units should be given without space: W, mW, A, mA"},
|
||||||
|
{"path": "set/linearpower", "type": "float", "readonly": false, "cmd": "treg set/linearpower", "description": "when not 0, it is the maximum effective power, and the power is linear to the heater output"},
|
||||||
|
{"path": "set/maxpowerlim", "type": "float", "description": "the maximum power limit (before any booster or converter)"},
|
||||||
|
{"path": "set/maxpower", "type": "float", "readonly": false, "cmd": "treg set/maxpower", "description": "maximum power [W]"},
|
||||||
|
{"path": "set/maxcurrent", "type": "float", "description": "the maximum current before any booster or converter"},
|
||||||
|
{"path": "set/manualpower", "type": "float", "readonly": false, "cmd": "treg set/manualpower"},
|
||||||
|
{"path": "set/power", "type": "float"},
|
||||||
|
{"path": "set/prop", "type": "float", "readonly": false, "cmd": "treg set/prop", "description": "bigger means more gain"},
|
||||||
|
{"path": "set/integ", "type": "float", "readonly": false, "cmd": "treg set/integ", "description": "[sec] bigger means slower"},
|
||||||
|
{"path": "set/deriv", "type": "float", "readonly": false, "cmd": "treg set/deriv"},
|
||||||
|
{"path": "analog2", "type": "float", "readonly": false, "cmd": "treg analog2"},
|
||||||
|
{"path": "remote", "type": "bool"},
|
||||||
|
{"path": "display", "type": "text", "readonly": false, "cmd": "treg display"}]},
|
||||||
|
|
||||||
|
"tmon": {"base": "/tmon", "params": [
|
||||||
|
{"path": "", "type": "int", "kids": 12},
|
||||||
|
{"path": "send", "type": "text", "readonly": false, "cmd": "tmon send", "visibility": 3},
|
||||||
|
{"path": "status", "type": "text", "visibility": 3},
|
||||||
|
{"path": "autoscan", "type": "bool", "readonly": false, "cmd": "tmon autoscan", "kids": 4},
|
||||||
|
{"path": "autoscan/synchronized", "type": "bool", "readonly": false, "cmd": "tmon autoscan/synchronized"},
|
||||||
|
{"path": "autoscan/interval", "type": "text", "readonly": false, "cmd": "tmon autoscan/interval"},
|
||||||
|
{"path": "autoscan/pause", "type": "text", "readonly": false, "cmd": "tmon autoscan/pause"},
|
||||||
|
{"path": "autoscan/dwell", "type": "text", "readonly": false, "cmd": "tmon autoscan/dwell"},
|
||||||
|
{"path": "sorb", "type": "float", "kids": 14},
|
||||||
|
{"path": "sorb/active", "type": "enum", "enum": {"inactive": 0, "active": 1}, "readonly": false, "cmd": "tmon sorb/active"},
|
||||||
|
{"path": "sorb/autorange", "type": "bool", "readonly": false, "cmd": "tmon sorb/autorange", "description": "autorange (common for all channels)"},
|
||||||
|
{"path": "sorb/range", "type": "text", "readonly": false, "cmd": "tmon sorb/range", "description": "resistance range in Ohm"},
|
||||||
|
{"path": "sorb/range_num", "type": "int"},
|
||||||
|
{"path": "sorb/excitation", "type": "text", "readonly": false, "cmd": "tmon sorb/excitation", "description": "excitation with unit, i.e. 2uV or 3pA"},
|
||||||
|
{"path": "sorb/excitation_num", "type": "int"},
|
||||||
|
{"path": "sorb/excitation_mode", "type": "enum", "enum": {"voltage": 0, "current": 1, "off": 2}},
|
||||||
|
{"path": "sorb/pause", "type": "int", "readonly": false, "cmd": "tmon sorb/pause", "description": "pause time [sec] after channel change"},
|
||||||
|
{"path": "sorb/filter", "type": "int", "readonly": false, "cmd": "tmon sorb/filter", "description": "filter average time [sec]"},
|
||||||
|
{"path": "sorb/dwell", "type": "int", "readonly": false, "cmd": "tmon sorb/dwell", "description": "dwell time [sec]. Total time per channel: pause + filter + dwell"},
|
||||||
|
{"path": "sorb/status", "type": "text"},
|
||||||
|
{"path": "sorb/curve", "type": "text", "readonly": false, "cmd": "tmon sorb/curve", "kids": 1},
|
||||||
|
{"path": "sorb/curve/points", "type": "floatvarar", "readonly": false, "cmd": "tmon sorb/curve/points", "visibility": 3},
|
||||||
|
{"path": "sorb/alarm", "type": "float", "readonly": false, "cmd": "tmon sorb/alarm"},
|
||||||
|
{"path": "sorb/raw", "type": "float"},
|
||||||
|
{"path": "onek", "type": "float", "kids": 14},
|
||||||
|
{"path": "onek/active", "type": "enum", "enum": {"inactive": 0, "active": 1}, "readonly": false, "cmd": "tmon onek/active"},
|
||||||
|
{"path": "onek/autorange", "type": "bool", "readonly": false, "cmd": "tmon onek/autorange", "description": "autorange (common for all channels)"},
|
||||||
|
{"path": "onek/range", "type": "text", "readonly": false, "cmd": "tmon onek/range", "description": "resistance range in Ohm"},
|
||||||
|
{"path": "onek/range_num", "type": "int"},
|
||||||
|
{"path": "onek/excitation", "type": "text", "readonly": false, "cmd": "tmon onek/excitation", "description": "excitation with unit, i.e. 2uV or 3pA"},
|
||||||
|
{"path": "onek/excitation_num", "type": "int"},
|
||||||
|
{"path": "onek/excitation_mode", "type": "enum", "enum": {"voltage": 0, "current": 1, "off": 2}},
|
||||||
|
{"path": "onek/pause", "type": "int", "readonly": false, "cmd": "tmon onek/pause", "description": "pause time [sec] after channel change"},
|
||||||
|
{"path": "onek/filter", "type": "int", "readonly": false, "cmd": "tmon onek/filter", "description": "filter average time [sec]"},
|
||||||
|
{"path": "onek/dwell", "type": "int", "readonly": false, "cmd": "tmon onek/dwell", "description": "dwell time [sec]. Total time per channel: pause + filter + dwell"},
|
||||||
|
{"path": "onek/status", "type": "text"},
|
||||||
|
{"path": "onek/curve", "type": "text", "readonly": false, "cmd": "tmon onek/curve", "kids": 1},
|
||||||
|
{"path": "onek/curve/points", "type": "floatvarar", "readonly": false, "cmd": "tmon onek/curve/points", "visibility": 3},
|
||||||
|
{"path": "onek/alarm", "type": "float", "readonly": false, "cmd": "tmon onek/alarm"},
|
||||||
|
{"path": "onek/raw", "type": "float"},
|
||||||
|
{"path": "stillt", "type": "float", "kids": 14},
|
||||||
|
{"path": "stillt/active", "type": "enum", "enum": {"inactive": 0, "active": 1}, "readonly": false, "cmd": "tmon stillt/active"},
|
||||||
|
{"path": "stillt/autorange", "type": "bool", "readonly": false, "cmd": "tmon stillt/autorange", "description": "autorange (common for all channels)"},
|
||||||
|
{"path": "stillt/range", "type": "text", "readonly": false, "cmd": "tmon stillt/range", "description": "resistance range in Ohm"},
|
||||||
|
{"path": "stillt/range_num", "type": "int"},
|
||||||
|
{"path": "stillt/excitation", "type": "text", "readonly": false, "cmd": "tmon stillt/excitation", "description": "excitation with unit, i.e. 2uV or 3pA"},
|
||||||
|
{"path": "stillt/excitation_num", "type": "int"},
|
||||||
|
{"path": "stillt/excitation_mode", "type": "enum", "enum": {"voltage": 0, "current": 1, "off": 2}},
|
||||||
|
{"path": "stillt/pause", "type": "int", "readonly": false, "cmd": "tmon stillt/pause", "description": "pause time [sec] after channel change"},
|
||||||
|
{"path": "stillt/filter", "type": "int", "readonly": false, "cmd": "tmon stillt/filter", "description": "filter average time [sec]"},
|
||||||
|
{"path": "stillt/dwell", "type": "int", "readonly": false, "cmd": "tmon stillt/dwell", "description": "dwell time [sec]. Total time per channel: pause + filter + dwell"},
|
||||||
|
{"path": "stillt/status", "type": "text"},
|
||||||
|
{"path": "stillt/curve", "type": "text", "readonly": false, "cmd": "tmon stillt/curve", "kids": 1},
|
||||||
|
{"path": "stillt/curve/points", "type": "floatvarar", "readonly": false, "cmd": "tmon stillt/curve/points", "visibility": 3},
|
||||||
|
{"path": "stillt/alarm", "type": "float", "readonly": false, "cmd": "tmon stillt/alarm"},
|
||||||
|
{"path": "stillt/raw", "type": "float"},
|
||||||
|
{"path": "sample", "type": "float", "kids": 14},
|
||||||
|
{"path": "sample/active", "type": "enum", "enum": {"inactive": 0, "active": 1}, "readonly": false, "cmd": "tmon sample/active"},
|
||||||
|
{"path": "sample/autorange", "type": "bool", "readonly": false, "cmd": "tmon sample/autorange", "description": "autorange (common for all channels)"},
|
||||||
|
{"path": "sample/range", "type": "text", "readonly": false, "cmd": "tmon sample/range", "description": "resistance range in Ohm"},
|
||||||
|
{"path": "sample/range_num", "type": "int"},
|
||||||
|
{"path": "sample/excitation", "type": "text", "readonly": false, "cmd": "tmon sample/excitation", "description": "excitation with unit, i.e. 2uV or 3pA"},
|
||||||
|
{"path": "sample/excitation_num", "type": "int"},
|
||||||
|
{"path": "sample/excitation_mode", "type": "enum", "enum": {"voltage": 0, "current": 1, "off": 2}},
|
||||||
|
{"path": "sample/pause", "type": "int", "readonly": false, "cmd": "tmon sample/pause", "description": "pause time [sec] after channel change"},
|
||||||
|
{"path": "sample/filter", "type": "int", "readonly": false, "cmd": "tmon sample/filter", "description": "filter average time [sec]"},
|
||||||
|
{"path": "sample/dwell", "type": "int", "readonly": false, "cmd": "tmon sample/dwell", "description": "dwell time [sec]. Total time per channel: pause + filter + dwell"},
|
||||||
|
{"path": "sample/status", "type": "text"},
|
||||||
|
{"path": "sample/curve", "type": "text", "readonly": false, "cmd": "tmon sample/curve", "kids": 1},
|
||||||
|
{"path": "sample/curve/points", "type": "floatvarar", "readonly": false, "cmd": "tmon sample/curve/points", "visibility": 3},
|
||||||
|
{"path": "sample/alarm", "type": "float", "readonly": false, "cmd": "tmon sample/alarm"},
|
||||||
|
{"path": "sample/raw", "type": "float"},
|
||||||
|
{"path": "samplehtr", "type": "float", "kids": 14},
|
||||||
|
{"path": "samplehtr/active", "type": "enum", "enum": {"inactive": 0, "active": 1}, "readonly": false, "cmd": "tmon samplehtr/active"},
|
||||||
|
{"path": "samplehtr/autorange", "type": "bool", "readonly": false, "cmd": "tmon samplehtr/autorange", "description": "autorange (common for all channels)"},
|
||||||
|
{"path": "samplehtr/range", "type": "text", "readonly": false, "cmd": "tmon samplehtr/range", "description": "resistance range in Ohm"},
|
||||||
|
{"path": "samplehtr/range_num", "type": "int"},
|
||||||
|
{"path": "samplehtr/excitation", "type": "text", "readonly": false, "cmd": "tmon samplehtr/excitation", "description": "excitation with unit, i.e. 2uV or 3pA"},
|
||||||
|
{"path": "samplehtr/excitation_num", "type": "int"},
|
||||||
|
{"path": "samplehtr/excitation_mode", "type": "enum", "enum": {"voltage": 0, "current": 1, "off": 2}},
|
||||||
|
{"path": "samplehtr/pause", "type": "int", "readonly": false, "cmd": "tmon samplehtr/pause", "description": "pause time [sec] after channel change"},
|
||||||
|
{"path": "samplehtr/filter", "type": "int", "readonly": false, "cmd": "tmon samplehtr/filter", "description": "filter average time [sec]"},
|
||||||
|
{"path": "samplehtr/dwell", "type": "int", "readonly": false, "cmd": "tmon samplehtr/dwell", "description": "dwell time [sec]. Total time per channel: pause + filter + dwell"},
|
||||||
|
{"path": "samplehtr/status", "type": "text"},
|
||||||
|
{"path": "samplehtr/curve", "type": "text", "readonly": false, "cmd": "tmon samplehtr/curve", "kids": 1},
|
||||||
|
{"path": "samplehtr/curve/points", "type": "floatvarar", "readonly": false, "cmd": "tmon samplehtr/curve/points", "visibility": 3},
|
||||||
|
{"path": "samplehtr/alarm", "type": "float", "readonly": false, "cmd": "tmon samplehtr/alarm"},
|
||||||
|
{"path": "samplehtr/raw", "type": "float"},
|
||||||
|
{"path": "mix", "type": "float", "kids": 14},
|
||||||
|
{"path": "mix/active", "type": "enum", "enum": {"inactive": 0, "active": 1}, "readonly": false, "cmd": "tmon mix/active"},
|
||||||
|
{"path": "mix/autorange", "type": "bool", "readonly": false, "cmd": "tmon mix/autorange", "description": "autorange (common for all channels)"},
|
||||||
|
{"path": "mix/range", "type": "text", "readonly": false, "cmd": "tmon mix/range", "description": "resistance range in Ohm"},
|
||||||
|
{"path": "mix/range_num", "type": "int"},
|
||||||
|
{"path": "mix/excitation", "type": "text", "readonly": false, "cmd": "tmon mix/excitation", "description": "excitation with unit, i.e. 2uV or 3pA"},
|
||||||
|
{"path": "mix/excitation_num", "type": "int"},
|
||||||
|
{"path": "mix/excitation_mode", "type": "enum", "enum": {"voltage": 0, "current": 1, "off": 2}},
|
||||||
|
{"path": "mix/pause", "type": "int", "readonly": false, "cmd": "tmon mix/pause", "description": "pause time [sec] after channel change"},
|
||||||
|
{"path": "mix/filter", "type": "int", "readonly": false, "cmd": "tmon mix/filter", "description": "filter average time [sec]"},
|
||||||
|
{"path": "mix/dwell", "type": "int", "readonly": false, "cmd": "tmon mix/dwell", "description": "dwell time [sec]. Total time per channel: pause + filter + dwell"},
|
||||||
|
{"path": "mix/status", "type": "text"},
|
||||||
|
{"path": "mix/curve", "type": "text", "readonly": false, "cmd": "tmon mix/curve", "kids": 1},
|
||||||
|
{"path": "mix/curve/points", "type": "floatvarar", "readonly": false, "cmd": "tmon mix/curve/points", "visibility": 3},
|
||||||
|
{"path": "mix/alarm", "type": "float", "readonly": false, "cmd": "tmon mix/alarm"},
|
||||||
|
{"path": "mix/raw", "type": "float"},
|
||||||
|
{"path": "analog2", "type": "float", "readonly": false, "cmd": "tmon analog2"},
|
||||||
|
{"path": "remote", "type": "bool"},
|
||||||
|
{"path": "display", "type": "text", "readonly": false, "cmd": "tmon display"}]},
|
||||||
|
|
||||||
|
"dil": {"base": "/dil", "params": [
|
||||||
|
{"path": "", "type": "float", "kids": 60},
|
||||||
|
{"path": "Tset", "type": "float"},
|
||||||
|
{"path": "TsorbSet", "type": "float", "readonly": false, "cmd": "dil TsorbSet"},
|
||||||
|
{"path": "Tmix", "type": "float"},
|
||||||
|
{"path": "T1K", "type": "float"},
|
||||||
|
{"path": "Tsorb", "type": "float"},
|
||||||
|
{"path": "Pmix", "type": "float", "readonly": false, "cmd": "dil Pmix"},
|
||||||
|
{"path": "Pmax", "type": "float"},
|
||||||
|
{"path": "HtrRange", "type": "int", "readonly": false, "cmd": "dil HtrRange"},
|
||||||
|
{"path": "Pstill", "type": "float", "readonly": false, "cmd": "dil Pstill"},
|
||||||
|
{"path": "Psorb", "type": "float", "readonly": false, "cmd": "dil Psorb"},
|
||||||
|
{"path": "G1", "type": "float"},
|
||||||
|
{"path": "G2", "type": "float"},
|
||||||
|
{"path": "G3", "type": "float"},
|
||||||
|
{"path": "P1", "type": "float"},
|
||||||
|
{"path": "P2", "type": "float"},
|
||||||
|
{"path": "V6", "type": "float", "readonly": false, "cmd": "dil V6"},
|
||||||
|
{"path": "V12A", "type": "float", "readonly": false, "cmd": "dil V12A"},
|
||||||
|
{"path": "V1K", "type": "float", "readonly": false, "cmd": "dil V1K"},
|
||||||
|
{"path": "v6pos", "type": "float"},
|
||||||
|
{"path": "V9", "type": "int", "readonly": false, "cmd": "dil V9", "visibility": 3},
|
||||||
|
{"path": "V8", "type": "int", "readonly": false, "cmd": "dil V8", "visibility": 3},
|
||||||
|
{"path": "V7", "type": "int", "readonly": false, "cmd": "dil V7", "visibility": 3},
|
||||||
|
{"path": "V11A", "type": "int", "readonly": false, "cmd": "dil V11A", "visibility": 3},
|
||||||
|
{"path": "V13A", "type": "int", "readonly": false, "cmd": "dil V13A", "visibility": 3},
|
||||||
|
{"path": "V13B", "type": "int", "readonly": false, "cmd": "dil V13B", "visibility": 3},
|
||||||
|
{"path": "V11B", "type": "int", "readonly": false, "cmd": "dil V11B", "visibility": 3},
|
||||||
|
{"path": "V12B", "type": "int", "readonly": false, "cmd": "dil V12B", "visibility": 3},
|
||||||
|
{"path": "He4", "type": "int", "readonly": false, "cmd": "dil He4", "visibility": 3},
|
||||||
|
{"path": "V1", "type": "int", "readonly": false, "cmd": "dil V1", "visibility": 3},
|
||||||
|
{"path": "V5", "type": "int", "readonly": false, "cmd": "dil V5", "visibility": 3},
|
||||||
|
{"path": "V4", "type": "int", "readonly": false, "cmd": "dil V4", "visibility": 3},
|
||||||
|
{"path": "V3", "type": "int", "readonly": false, "cmd": "dil V3", "visibility": 3},
|
||||||
|
{"path": "V14", "type": "int", "readonly": false, "cmd": "dil V14", "visibility": 3},
|
||||||
|
{"path": "V10", "type": "int", "readonly": false, "cmd": "dil V10", "visibility": 3},
|
||||||
|
{"path": "V2", "type": "int", "readonly": false, "cmd": "dil V2", "visibility": 3},
|
||||||
|
{"path": "V2A", "type": "int", "readonly": false, "cmd": "dil V2A", "visibility": 3},
|
||||||
|
{"path": "V1A", "type": "int", "readonly": false, "cmd": "dil V1A", "visibility": 3},
|
||||||
|
{"path": "V5A", "type": "int", "readonly": false, "cmd": "dil V5A", "visibility": 3},
|
||||||
|
{"path": "V4A", "type": "int", "readonly": false, "cmd": "dil V4A", "visibility": 3},
|
||||||
|
{"path": "V3A", "type": "int", "readonly": false, "cmd": "dil V3A", "visibility": 3},
|
||||||
|
{"path": "Roots", "type": "int", "readonly": false, "cmd": "dil Roots", "visibility": 3},
|
||||||
|
{"path": "Aux", "type": "int", "readonly": false, "cmd": "dil Aux", "visibility": 3},
|
||||||
|
{"path": "He3", "type": "int", "readonly": false, "cmd": "dil He3", "visibility": 3},
|
||||||
|
{"path": "closedelay", "type": "float", "readonly": false, "cmd": "dil closedelay", "visibility": 3},
|
||||||
|
{"path": "extVersion", "type": "int", "readonly": false, "cmd": "dil extVersion", "visibility": 3},
|
||||||
|
{"path": "pumpoff", "type": "int"},
|
||||||
|
{"path": "upperN2", "type": "float"},
|
||||||
|
{"path": "lowerN2", "type": "float"},
|
||||||
|
{"path": "maxtry", "type": "int", "readonly": false, "cmd": "dil maxtry", "visibility": 3},
|
||||||
|
{"path": "upperLimit", "type": "float", "readonly": false, "cmd": "dil upperLimit"},
|
||||||
|
{"path": "lowerLimit", "type": "float", "readonly": false, "cmd": "dil lowerLimit", "visibility": 3},
|
||||||
|
{"path": "tolerance", "type": "float", "readonly": false, "cmd": "dil tolerance"},
|
||||||
|
{"path": "maxwait", "type": "int", "readonly": false, "cmd": "dil maxwait"},
|
||||||
|
{"path": "settle", "type": "int", "readonly": false, "cmd": "dil settle"},
|
||||||
|
{"path": "targetValue", "type": "float"},
|
||||||
|
{"path": "is_running", "type": "int", "visibility": 3},
|
||||||
|
{"path": "verbose", "type": "int", "readonly": false, "cmd": "dil verbose", "visibility": 3},
|
||||||
|
{"path": "driver", "type": "text", "visibility": 3},
|
||||||
|
{"path": "creationCmd", "type": "text", "visibility": 3},
|
||||||
|
{"path": "status", "type": "text", "readonly": false, "cmd": "dil status", "visibility": 3}]},
|
||||||
|
|
||||||
|
"sorb": {"base": "/sorb", "params": [
|
||||||
|
{"path": "", "type": "float", "readonly": false, "cmd": "run sorb", "description": "sorb", "kids": 28},
|
||||||
|
{"path": "send", "type": "text", "readonly": false, "cmd": "sorb send", "visibility": 3},
|
||||||
|
{"path": "status", "type": "text", "visibility": 3},
|
||||||
|
{"path": "is_running", "type": "int", "readonly": false, "cmd": "sorb is_running", "visibility": 3},
|
||||||
|
{"path": "mode", "type": "enum", "enum": {"off": 0, "on": 1}, "readonly": false, "cmd": "sorb mode"},
|
||||||
|
{"path": "reg", "type": "float"},
|
||||||
|
{"path": "output", "type": "float", "readonly": false, "cmd": "sorb output"},
|
||||||
|
{"path": "ramptime", "type": "float", "readonly": false, "cmd": "sorb ramptime", "description": "time for ramping [sec] deltax = 1 or a factor 10"},
|
||||||
|
{"path": "ramptol", "type": "float", "readonly": false, "cmd": "sorb ramptol", "description": "log of max. deviation when ramping"},
|
||||||
|
{"path": "smoothtime", "type": "float", "readonly": false, "cmd": "sorb smoothtime", "description": "time for smoothing ramp near setpoint"},
|
||||||
|
{"path": "invar", "type": "text", "readonly": false, "cmd": "sorb invar", "visibility": 3},
|
||||||
|
{"path": "outvar", "type": "text", "readonly": false, "cmd": "sorb outvar", "visibility": 3},
|
||||||
|
{"path": "prop", "type": "float", "readonly": false, "cmd": "sorb prop", "description": "smaller means more sensitive. a change of 'prop' on input -> a change of 100 % or a factor 10 on output"},
|
||||||
|
{"path": "int", "type": "float", "readonly": false, "cmd": "sorb int", "description": "integration time (sec)"},
|
||||||
|
{"path": "outmin", "type": "float", "readonly": false, "cmd": "sorb outmin", "description": "output for maximal decrease of input var."},
|
||||||
|
{"path": "outmax", "type": "float", "readonly": false, "cmd": "sorb outmax", "description": "output for maximal increase of input var."},
|
||||||
|
{"path": "inpfunction", "type": "enum", "enum": {"linear": 0, "logarithmic": 1}, "readonly": false, "cmd": "sorb inpfunction"},
|
||||||
|
{"path": "inplinear", "type": "float", "readonly": false, "cmd": "sorb inplinear", "description": "function gets linear below about this value"},
|
||||||
|
{"path": "outfunction", "type": "enum", "enum": {"linear": 0, "exponential": 1}, "readonly": false, "cmd": "sorb outfunction"},
|
||||||
|
{"path": "outlinear", "type": "float", "readonly": false, "cmd": "sorb outlinear", "description": "function gets linear below about this value"},
|
||||||
|
{"path": "precision", "type": "float", "readonly": false, "cmd": "sorb precision"},
|
||||||
|
{"path": "deadband", "type": "float", "readonly": false, "cmd": "sorb deadband"},
|
||||||
|
{"path": "maxdelta", "type": "float", "readonly": false, "cmd": "sorb maxdelta"},
|
||||||
|
{"path": "set", "type": "float", "readonly": false, "cmd": "sorb set"},
|
||||||
|
{"path": "target", "type": "float"},
|
||||||
|
{"path": "running", "type": "int"},
|
||||||
|
{"path": "tolerance", "type": "float", "readonly": false, "cmd": "sorb tolerance"},
|
||||||
|
{"path": "maxwait", "type": "float", "readonly": false, "cmd": "sorb maxwait"},
|
||||||
|
{"path": "settle", "type": "float", "readonly": false, "cmd": "sorb settle"}]}}
|
@ -1,17 +0,0 @@
|
|||||||
["f", [{"path": "", "type": "float", "description": "frequency@I,q [Hz]", "kids": 16},
|
|
||||||
{"path": "status_text", "type": "text"},
|
|
||||||
{"path": "status_code", "type": "enum", "enum": {"DISABLED": 0, "IDLE": 100, "WARN": 200, "UNSTABLE": 270, "ERROR": 400}, "description": "current status of the Module"},
|
|
||||||
{"path": "basefreq", "type": "float", "readonly": false, "cmd": "f basefreq", "description": "base frequency [Hz]"},
|
|
||||||
{"path": "nr", "type": "int", "description": "number of records"},
|
|
||||||
{"path": "freq", "type": "float", "readonly": false, "cmd": "f freq", "description": "target frequency [Hz]"},
|
|
||||||
{"path": "amp", "type": "float", "readonly": false, "cmd": "f amp", "description": "amplitude [dBm]"},
|
|
||||||
{"path": "control", "type": "bool", "readonly": false, "cmd": "f control", "description": "control loop on?"},
|
|
||||||
{"path": "time", "type": "float", "readonly": false, "cmd": "f time", "description": "pulse start time [nsec]"},
|
|
||||||
{"path": "size", "type": "float", "readonly": false, "cmd": "f size", "description": "pulse length (starting from time) [nsec]"},
|
|
||||||
{"path": "pulselen", "type": "float", "description": "adjusted pulse length (integer number of periods) [nsec]"},
|
|
||||||
{"path": "maxstep", "type": "float", "readonly": false, "cmd": "f maxstep", "description": "max frequency step [Hz]"},
|
|
||||||
{"path": "minstep", "type": "float", "readonly": false, "cmd": "f minstep", "description": "min frequency step for slope calculation [Hz]"},
|
|
||||||
{"path": "slope", "type": "float", "readonly": false, "cmd": "f slope", "description": "inphase/frequency slope"},
|
|
||||||
{"path": "plot", "type": "bool", "readonly": false, "cmd": "f plot", "description": "create plot images"},
|
|
||||||
{"path": "save", "type": "bool", "readonly": false, "cmd": "f save", "description": "save data"},
|
|
||||||
{"path": "pollinterval", "type": "float", "readonly": false, "cmd": "f pollinterval", "description": "sleeptime between polls"}]]
|
|
@ -1,14 +0,0 @@
|
|||||||
["fn", [{"path": "", "type": "float", "kids": 13},
|
|
||||||
{"path": "send", "type": "text", "readonly": false, "cmd": "fn send", "visibility": 3},
|
|
||||||
{"path": "status", "type": "text", "visibility": 3},
|
|
||||||
{"path": "remote", "type": "bool", "readonly": false, "cmd": "fn remote"},
|
|
||||||
{"path": "waveform", "type": "text", "readonly": false, "cmd": "fn waveform"},
|
|
||||||
{"path": "freq", "type": "float", "readonly": false, "cmd": "fn freq"},
|
|
||||||
{"path": "volt", "type": "float", "readonly": false, "cmd": "fn volt"},
|
|
||||||
{"path": "offset", "type": "float", "readonly": false, "cmd": "fn offset"},
|
|
||||||
{"path": "width", "type": "float", "readonly": false, "cmd": "fn width"},
|
|
||||||
{"path": "burstfreq", "type": "float", "readonly": false, "cmd": "fn burstfreq"},
|
|
||||||
{"path": "burstvolt", "type": "float", "readonly": false, "cmd": "fn burstvolt"},
|
|
||||||
{"path": "burstcycles", "type": "int", "readonly": false, "cmd": "fn burstcycles"},
|
|
||||||
{"path": "burstperiod", "type": "float", "readonly": false, "cmd": "fn burstperiod"},
|
|
||||||
{"path": "burst", "type": "enum", "enum": {"continuous": 0, "burst": 1, "off": 2}, "readonly": false, "cmd": "fn burst"}]]
|
|
@ -1,19 +0,0 @@
|
|||||||
[NODE]
|
|
||||||
description = FOCUS CryoTel Be-filter
|
|
||||||
id = focus-be-filter.addon.sea.psi.ch
|
|
||||||
|
|
||||||
[sea_addons]
|
|
||||||
class = secop_psi.sea.SeaClient
|
|
||||||
description = addons sea connection for focus-be-filter.addon
|
|
||||||
config = focus-be-filter.addon
|
|
||||||
service = addons
|
|
||||||
|
|
||||||
[cryo]
|
|
||||||
class = secop_psi.sea.SeaReadable
|
|
||||||
io = sea_addons
|
|
||||||
sea_object = cryo
|
|
||||||
|
|
||||||
[addonlock_focus-be-filter]
|
|
||||||
class = secop_psi.sea.SeaWritable
|
|
||||||
io = sea_addons
|
|
||||||
sea_object = addonlock_focus-be-filter
|
|
@ -1,17 +0,0 @@
|
|||||||
["hefill", [{"path": "", "type": "enum", "enum": {"watching": 0, "fill": 1, "inactive": 2}, "readonly": false, "cmd": "hefill", "kids": 16},
|
|
||||||
{"path": "send", "type": "text", "readonly": false, "cmd": "hefill send", "visibility": 3},
|
|
||||||
{"path": "status", "type": "text", "visibility": 3},
|
|
||||||
{"path": "state", "type": "text"},
|
|
||||||
{"path": "readlevel", "type": "text", "readonly": false, "cmd": "hefill readlevel", "visibility": 3},
|
|
||||||
{"path": "lowlevel", "type": "float", "readonly": false, "cmd": "hefill lowlevel"},
|
|
||||||
{"path": "highlevel", "type": "float", "readonly": false, "cmd": "hefill highlevel"},
|
|
||||||
{"path": "smooth", "type": "float"},
|
|
||||||
{"path": "minfillminutes", "type": "float", "readonly": false, "cmd": "hefill minfillminutes"},
|
|
||||||
{"path": "maxfillminutes", "type": "float", "readonly": false, "cmd": "hefill maxfillminutes"},
|
|
||||||
{"path": "minholdhours", "type": "float", "readonly": false, "cmd": "hefill minholdhours"},
|
|
||||||
{"path": "maxholdhours", "type": "float", "readonly": false, "cmd": "hefill maxholdhours"},
|
|
||||||
{"path": "tolerance", "type": "float", "readonly": false, "cmd": "hefill tolerance"},
|
|
||||||
{"path": "badreadingminutes", "type": "float", "readonly": false, "cmd": "hefill badreadingminutes"},
|
|
||||||
{"path": "tubecoolingminutes", "type": "float", "readonly": false, "cmd": "hefill tubecoolingminutes"},
|
|
||||||
{"path": "vessellimit", "type": "float", "readonly": false, "cmd": "hefill vessellimit"},
|
|
||||||
{"path": "vext", "type": "float"}]]
|
|
299
cfg/sea/ill1.config.json
Normal file
299
cfg/sea/ill1.config.json
Normal file
@ -0,0 +1,299 @@
|
|||||||
|
{"tt": {"base": "/tt", "params": [
|
||||||
|
{"path": "", "type": "float", "readonly": false, "cmd": "run tt", "description": "tt", "kids": 19},
|
||||||
|
{"path": "send", "type": "text", "readonly": false, "cmd": "tt send", "visibility": 3},
|
||||||
|
{"path": "status", "type": "text", "visibility": 3},
|
||||||
|
{"path": "is_running", "type": "int", "readonly": false, "cmd": "tt is_running", "visibility": 3},
|
||||||
|
{"path": "mainloop", "type": "text", "readonly": false, "cmd": "tt mainloop", "visibility": 3},
|
||||||
|
{"path": "target", "type": "float"},
|
||||||
|
{"path": "running", "type": "int"},
|
||||||
|
{"path": "tolerance", "type": "float", "readonly": false, "cmd": "tt tolerance"},
|
||||||
|
{"path": "maxwait", "type": "float", "readonly": false, "cmd": "tt maxwait"},
|
||||||
|
{"path": "settle", "type": "float", "readonly": false, "cmd": "tt settle"},
|
||||||
|
{"path": "log", "type": "text", "readonly": false, "cmd": "tt log", "visibility": 3, "kids": 4},
|
||||||
|
{"path": "log/mean", "type": "float", "visibility": 3},
|
||||||
|
{"path": "log/m2", "type": "float", "visibility": 3},
|
||||||
|
{"path": "log/stddev", "type": "float", "visibility": 3},
|
||||||
|
{"path": "log/n", "type": "float", "visibility": 3},
|
||||||
|
{"path": "dblctrl", "type": "bool", "readonly": false, "cmd": "tt dblctrl", "kids": 9},
|
||||||
|
{"path": "dblctrl/tshift", "type": "float", "readonly": false, "cmd": "tt dblctrl/tshift"},
|
||||||
|
{"path": "dblctrl/mode", "type": "enum", "enum": {"disabled": -1, "inactive": 0, "stable": 1, "up": 2, "down": 3}, "readonly": false, "cmd": "tt dblctrl/mode"},
|
||||||
|
{"path": "dblctrl/shift_up", "type": "float"},
|
||||||
|
{"path": "dblctrl/shift_lo", "type": "float"},
|
||||||
|
{"path": "dblctrl/t_min", "type": "float"},
|
||||||
|
{"path": "dblctrl/t_max", "type": "float"},
|
||||||
|
{"path": "dblctrl/int2", "type": "float", "readonly": false, "cmd": "tt dblctrl/int2"},
|
||||||
|
{"path": "dblctrl/prop_up", "type": "float", "readonly": false, "cmd": "tt dblctrl/prop_up"},
|
||||||
|
{"path": "dblctrl/prop_lo", "type": "float", "readonly": false, "cmd": "tt dblctrl/prop_lo"},
|
||||||
|
{"path": "tm", "type": "float", "kids": 4},
|
||||||
|
{"path": "tm/curve", "type": "text", "readonly": false, "cmd": "tt tm/curve", "kids": 1},
|
||||||
|
{"path": "tm/curve/points", "type": "floatvarar", "readonly": false, "cmd": "tt tm/curve/points", "visibility": 3},
|
||||||
|
{"path": "tm/alarm", "type": "float", "readonly": false, "cmd": "tt tm/alarm"},
|
||||||
|
{"path": "tm/stddev", "type": "float"},
|
||||||
|
{"path": "tm/raw", "type": "float"},
|
||||||
|
{"path": "ts", "type": "float", "kids": 4},
|
||||||
|
{"path": "ts/curve", "type": "text", "readonly": false, "cmd": "tt ts/curve", "kids": 1},
|
||||||
|
{"path": "ts/curve/points", "type": "floatvarar", "readonly": false, "cmd": "tt ts/curve/points", "visibility": 3},
|
||||||
|
{"path": "ts/alarm", "type": "float", "readonly": false, "cmd": "tt ts/alarm"},
|
||||||
|
{"path": "ts/stddev", "type": "float"},
|
||||||
|
{"path": "ts/raw", "type": "float"},
|
||||||
|
{"path": "ts_2", "type": "float", "visibility": 3, "kids": 4},
|
||||||
|
{"path": "ts_2/curve", "type": "text", "readonly": false, "cmd": "tt ts_2/curve", "visibility": 3, "kids": 1},
|
||||||
|
{"path": "ts_2/curve/points", "type": "floatvarar", "readonly": false, "cmd": "tt ts_2/curve/points", "visibility": 3},
|
||||||
|
{"path": "ts_2/alarm", "type": "float", "readonly": false, "cmd": "tt ts_2/alarm", "visibility": 3},
|
||||||
|
{"path": "ts_2/stddev", "type": "float", "visibility": 3},
|
||||||
|
{"path": "ts_2/raw", "type": "float", "visibility": 3},
|
||||||
|
{"path": "set", "type": "float", "readonly": false, "cmd": "tt set", "kids": 18},
|
||||||
|
{"path": "set/mode", "type": "enum", "enum": {"disabled": -1, "off": 0, "controlling": 1, "manual": 2}, "readonly": false, "cmd": "tt set/mode"},
|
||||||
|
{"path": "set/reg", "type": "float"},
|
||||||
|
{"path": "set/ramp", "type": "float", "readonly": false, "cmd": "tt set/ramp", "description": "maximum ramp in K/min (0: ramp off)"},
|
||||||
|
{"path": "set/wramp", "type": "float", "readonly": false, "cmd": "tt set/wramp"},
|
||||||
|
{"path": "set/smooth", "type": "float", "readonly": false, "cmd": "tt set/smooth", "description": "smooth time (minutes)"},
|
||||||
|
{"path": "set/channel", "type": "text", "readonly": false, "cmd": "tt set/channel"},
|
||||||
|
{"path": "set/limit", "type": "float", "readonly": false, "cmd": "tt set/limit"},
|
||||||
|
{"path": "set/resist", "type": "float", "readonly": false, "cmd": "tt set/resist"},
|
||||||
|
{"path": "set/maxheater", "type": "text", "readonly": false, "cmd": "tt set/maxheater", "description": "maximum heater limit, units should be given without space: W, mW, A, mA"},
|
||||||
|
{"path": "set/linearpower", "type": "float", "readonly": false, "cmd": "tt set/linearpower", "description": "when not 0, it is the maximum effective power, and the power is linear to the heater output"},
|
||||||
|
{"path": "set/maxpowerlim", "type": "float", "description": "the maximum power limit (before any booster or converter)"},
|
||||||
|
{"path": "set/maxpower", "type": "float", "readonly": false, "cmd": "tt set/maxpower", "description": "maximum power [W]"},
|
||||||
|
{"path": "set/maxcurrent", "type": "float", "description": "the maximum current before any booster or converter"},
|
||||||
|
{"path": "set/manualpower", "type": "float", "readonly": false, "cmd": "tt set/manualpower"},
|
||||||
|
{"path": "set/power", "type": "float"},
|
||||||
|
{"path": "set/prop", "type": "float", "readonly": false, "cmd": "tt set/prop", "description": "bigger means more gain"},
|
||||||
|
{"path": "set/integ", "type": "float", "readonly": false, "cmd": "tt set/integ", "description": "bigger means faster"},
|
||||||
|
{"path": "set/deriv", "type": "float", "readonly": false, "cmd": "tt set/deriv"},
|
||||||
|
{"path": "display", "type": "text", "readonly": false, "cmd": "tt display"},
|
||||||
|
{"path": "dout", "type": "int", "readonly": false, "cmd": "tt dout"},
|
||||||
|
{"path": "dinp", "type": "int"},
|
||||||
|
{"path": "remote", "type": "bool"}]},
|
||||||
|
|
||||||
|
"cc": {"base": "/cc", "params": [
|
||||||
|
{"path": "", "type": "bool", "kids": 96},
|
||||||
|
{"path": "send", "type": "text", "readonly": false, "cmd": "cc send", "visibility": 3},
|
||||||
|
{"path": "status", "type": "text", "visibility": 3},
|
||||||
|
{"path": "autodevice", "type": "bool", "readonly": false, "cmd": "cc autodevice"},
|
||||||
|
{"path": "fav", "type": "bool", "readonly": false, "cmd": "cc fav"},
|
||||||
|
{"path": "f", "type": "float"},
|
||||||
|
{"path": "fs", "type": "enum", "enum": {"ok": 0, "no_sens": 1}, "readonly": false, "cmd": "cc fs"},
|
||||||
|
{"path": "mav", "type": "bool", "readonly": false, "cmd": "cc mav"},
|
||||||
|
{"path": "fm", "type": "enum", "enum": {"idle": 0, "opening": 1, "closing": 2, "opened": 3, "closed": 4, "no_motor": 5}},
|
||||||
|
{"path": "fa", "type": "enum", "enum": {"fixed": 0, "controlled": 1, "automatic": 2, "offline": 3}, "readonly": false, "cmd": "cc fa"},
|
||||||
|
{"path": "mp", "type": "float", "readonly": false, "cmd": "cc mp"},
|
||||||
|
{"path": "msp", "type": "float"},
|
||||||
|
{"path": "mmp", "type": "float"},
|
||||||
|
{"path": "mc", "type": "float", "readonly": false, "cmd": "cc mc"},
|
||||||
|
{"path": "mfc", "type": "float", "readonly": false, "cmd": "cc mfc"},
|
||||||
|
{"path": "moc", "type": "float", "readonly": false, "cmd": "cc moc"},
|
||||||
|
{"path": "mtc", "type": "float", "readonly": false, "cmd": "cc mtc"},
|
||||||
|
{"path": "mtl", "type": "float"},
|
||||||
|
{"path": "mft", "type": "float", "readonly": false, "cmd": "cc mft"},
|
||||||
|
{"path": "mt", "type": "float"},
|
||||||
|
{"path": "mo", "type": "float"},
|
||||||
|
{"path": "mcr", "type": "float"},
|
||||||
|
{"path": "mot", "type": "float"},
|
||||||
|
{"path": "mw", "type": "float", "readonly": false, "cmd": "cc mw", "description": "correction pulse after automatic open"},
|
||||||
|
{"path": "hav", "type": "bool", "readonly": false, "cmd": "cc hav"},
|
||||||
|
{"path": "h", "type": "float"},
|
||||||
|
{"path": "hr", "type": "float"},
|
||||||
|
{"path": "hc", "type": "float"},
|
||||||
|
{"path": "hu", "type": "float"},
|
||||||
|
{"path": "hh", "type": "float", "readonly": false, "cmd": "cc hh"},
|
||||||
|
{"path": "hl", "type": "float", "readonly": false, "cmd": "cc hl"},
|
||||||
|
{"path": "htf", "type": "float", "readonly": false, "cmd": "cc htf", "description": "meas. period in fast mode"},
|
||||||
|
{"path": "hts", "type": "float", "readonly": false, "cmd": "cc hts", "description": "meas. period in slow mode"},
|
||||||
|
{"path": "hd", "type": "float", "readonly": false, "cmd": "cc hd"},
|
||||||
|
{"path": "hwr", "type": "float", "readonly": false, "cmd": "cc hwr"},
|
||||||
|
{"path": "hem", "type": "float", "readonly": false, "cmd": "cc hem", "description": "sensor length in mm from top to empty pos."},
|
||||||
|
{"path": "hfu", "type": "float", "readonly": false, "cmd": "cc hfu", "description": "sensor length in mm from top to full pos."},
|
||||||
|
{"path": "hcd", "type": "enum", "enum": {"stop": 0, "fill": 1, "off": 2, "auto": 3, "manual": 7}, "readonly": false, "cmd": "cc hcd"},
|
||||||
|
{"path": "hv", "type": "enum", "enum": {"fill_valve_off": 0, "filling": 1, "no_fill_valve": 2, "timeout": 3, "timeout1": 4}},
|
||||||
|
{"path": "hsf", "type": "enum", "enum": {"sens_ok": 0, "sens_warm": 1, "no_sens": 2, "timeout": 3, "not_yet_read": 4, "disabled": 5}},
|
||||||
|
{"path": "ha", "type": "bool", "readonly": false, "cmd": "cc ha"},
|
||||||
|
{"path": "hm", "type": "bool"},
|
||||||
|
{"path": "hf", "type": "enum", "enum": {"slow": 0, "fast": 1}, "readonly": false, "cmd": "cc hf"},
|
||||||
|
{"path": "hbe", "type": "bool", "readonly": false, "cmd": "cc hbe"},
|
||||||
|
{"path": "hmf", "type": "float"},
|
||||||
|
{"path": "hms", "type": "float"},
|
||||||
|
{"path": "hit", "type": "float", "readonly": false, "cmd": "cc hit"},
|
||||||
|
{"path": "hft", "type": "int", "readonly": false, "cmd": "cc hft"},
|
||||||
|
{"path": "hea", "type": "enum", "enum": {"0": 0, "1": 1, "6": 2}, "readonly": false, "cmd": "cc hea"},
|
||||||
|
{"path": "hch", "type": "int", "readonly": false, "cmd": "cc hch", "visibility": 3},
|
||||||
|
{"path": "hwr0", "type": "float", "readonly": false, "cmd": "cc hwr0", "visibility": 3},
|
||||||
|
{"path": "hem0", "type": "float", "readonly": false, "cmd": "cc hem0", "description": "sensor length in mm from top to empty pos.", "visibility": 3},
|
||||||
|
{"path": "hfu0", "type": "float", "readonly": false, "cmd": "cc hfu0", "description": "sensor length in mm from top to full pos.", "visibility": 3},
|
||||||
|
{"path": "hd0", "type": "float", "readonly": false, "cmd": "cc hd0", "description": "external sensor drive current (mA)", "visibility": 3},
|
||||||
|
{"path": "h0", "type": "float", "visibility": 3},
|
||||||
|
{"path": "hs0", "type": "enum", "enum": {"sens_ok": 0, "sens_warm": 1, "no_sens": 2, "timeout": 3, "not_yet_read": 4, "disabled": 5}, "visibility": 3},
|
||||||
|
{"path": "h1", "type": "float", "visibility": 3},
|
||||||
|
{"path": "hs1", "type": "enum", "enum": {"sens_ok": 0, "sens_warm": 1, "no_sens": 2, "timeout": 3, "not_yet_read": 4, "disabled": 5}, "visibility": 3},
|
||||||
|
{"path": "h2", "type": "float", "visibility": 3},
|
||||||
|
{"path": "hs2", "type": "enum", "enum": {"sens_ok": 0, "sens_warm": 1, "no_sens": 2, "timeout": 3, "not_yet_read": 4, "disabled": 5}, "visibility": 3},
|
||||||
|
{"path": "h3", "type": "float", "visibility": 3},
|
||||||
|
{"path": "hs3", "type": "enum", "enum": {"sens_ok": 0, "sens_warm": 1, "no_sens": 2, "timeout": 3, "not_yet_read": 4, "disabled": 5}, "visibility": 3},
|
||||||
|
{"path": "h4", "type": "float", "visibility": 3},
|
||||||
|
{"path": "hs4", "type": "enum", "enum": {"sens_ok": 0, "sens_warm": 1, "no_sens": 2, "timeout": 3, "not_yet_read": 4, "disabled": 5}, "visibility": 3},
|
||||||
|
{"path": "h5", "type": "float", "visibility": 3},
|
||||||
|
{"path": "hs5", "type": "enum", "enum": {"sens_ok": 0, "sens_warm": 1, "no_sens": 2, "timeout": 3, "not_yet_read": 4, "disabled": 5}, "visibility": 3},
|
||||||
|
{"path": "hfb", "type": "float"},
|
||||||
|
{"path": "nav", "type": "bool", "readonly": false, "cmd": "cc nav"},
|
||||||
|
{"path": "nu", "type": "float"},
|
||||||
|
{"path": "nl", "type": "float"},
|
||||||
|
{"path": "nth", "type": "float", "readonly": false, "cmd": "cc nth"},
|
||||||
|
{"path": "ntc", "type": "float", "readonly": false, "cmd": "cc ntc"},
|
||||||
|
{"path": "ntm", "type": "float", "readonly": false, "cmd": "cc ntm"},
|
||||||
|
{"path": "ns", "type": "enum", "enum": {"sens_ok": 0, "no_sens": 1, "short_circuit": 2, "upside_down": 3, "sens_warm": 4, "empty": 5}},
|
||||||
|
{"path": "na", "type": "bool", "readonly": false, "cmd": "cc na"},
|
||||||
|
{"path": "nv", "type": "enum", "enum": {"fill_valve_off": 0, "filling": 1, "no_fill_valve": 2, "timeout": 3, "timeout1": 4, "boost": 5}},
|
||||||
|
{"path": "nc", "type": "enum", "enum": {"stop": 0, "fill": 1, "off": 2, "auto": 3}, "readonly": false, "cmd": "cc nc"},
|
||||||
|
{"path": "nfb", "type": "float"},
|
||||||
|
{"path": "cda", "type": "float"},
|
||||||
|
{"path": "cdb", "type": "float"},
|
||||||
|
{"path": "cba", "type": "float"},
|
||||||
|
{"path": "cbb", "type": "float"},
|
||||||
|
{"path": "cvs", "type": "int"},
|
||||||
|
{"path": "csp", "type": "int"},
|
||||||
|
{"path": "cdv", "type": "text", "readonly": false, "cmd": "cc cdv"},
|
||||||
|
{"path": "cic", "type": "text", "readonly": false, "cmd": "cc cic"},
|
||||||
|
{"path": "cin", "type": "text"},
|
||||||
|
{"path": "cds", "type": "enum", "enum": {"local": 0, "remote": 1, "loading": 2, "by_code": 3, "by_touch": 4}, "readonly": false, "cmd": "cc cds"},
|
||||||
|
{"path": "timing", "type": "bool", "readonly": false, "cmd": "cc timing"},
|
||||||
|
{"path": "tc", "type": "float", "visibility": 3},
|
||||||
|
{"path": "tn", "type": "float", "visibility": 3},
|
||||||
|
{"path": "th", "type": "float", "visibility": 3},
|
||||||
|
{"path": "tf", "type": "float", "visibility": 3},
|
||||||
|
{"path": "tm", "type": "float", "visibility": 3},
|
||||||
|
{"path": "tv", "type": "float", "visibility": 3},
|
||||||
|
{"path": "tq", "type": "float", "visibility": 3},
|
||||||
|
{"path": "bdl", "type": "float", "readonly": false, "cmd": "cc bdl"}]},
|
||||||
|
|
||||||
|
"nv": {"base": "/nv", "params": [
|
||||||
|
{"path": "", "type": "enum", "enum": {"fixed": 0, "controlled": 1, "automatic": 2, "close": 3, "open": 4}, "readonly": false, "cmd": "nv", "kids": 11},
|
||||||
|
{"path": "send", "type": "text", "readonly": false, "cmd": "nv send", "visibility": 3},
|
||||||
|
{"path": "status", "type": "text", "visibility": 3},
|
||||||
|
{"path": "motstat", "type": "enum", "enum": {"idle": 0, "opening": 1, "closing": 2, "opened": 3, "closed": 4, "no_motor": 5}},
|
||||||
|
{"path": "flow", "type": "float"},
|
||||||
|
{"path": "set", "type": "float", "readonly": false, "cmd": "nv set"},
|
||||||
|
{"path": "flowmax", "type": "float", "readonly": false, "cmd": "nv flowmax"},
|
||||||
|
{"path": "flowp", "type": "float"},
|
||||||
|
{"path": "span", "type": "float"},
|
||||||
|
{"path": "ctrl", "type": "none", "kids": 13},
|
||||||
|
{"path": "ctrl/regtext", "type": "text"},
|
||||||
|
{"path": "ctrl/prop_o", "type": "float", "readonly": false, "cmd": "nv ctrl/prop_o", "description": "prop [sec/mbar] when opening. above 4 mbar a 10 times lower value is used"},
|
||||||
|
{"path": "ctrl/prop_c", "type": "float", "readonly": false, "cmd": "nv ctrl/prop_c", "description": "prop [sec/mbar] when closing. above 4 mbar a 10 times lower value is used"},
|
||||||
|
{"path": "ctrl/deriv_o", "type": "float", "readonly": false, "cmd": "nv ctrl/deriv_o", "description": "convergence target time [sec] when opening"},
|
||||||
|
{"path": "ctrl/deriv_c", "type": "float", "readonly": false, "cmd": "nv ctrl/deriv_c", "description": "convergence target time [sec] when closing"},
|
||||||
|
{"path": "ctrl/minpulse_o", "type": "float", "readonly": false, "cmd": "nv ctrl/minpulse_o", "description": "minimum close pulse [sec]"},
|
||||||
|
{"path": "ctrl/minpulse_c", "type": "float", "readonly": false, "cmd": "nv ctrl/minpulse_c", "description": "standard close pulse [sec]"},
|
||||||
|
{"path": "ctrl/hystpulse_o", "type": "float", "readonly": false, "cmd": "nv ctrl/hystpulse_o", "description": "motor pulse to overcome hysteresis when opening"},
|
||||||
|
{"path": "ctrl/hystpulse_c", "type": "float", "readonly": false, "cmd": "nv ctrl/hystpulse_c", "description": "motor pulse to overcome hysteresis when closing"},
|
||||||
|
{"path": "ctrl/tol", "type": "float", "readonly": false, "cmd": "nv ctrl/tol", "description": "valid below 3 mbar"},
|
||||||
|
{"path": "ctrl/tolhigh", "type": "float", "readonly": false, "cmd": "nv ctrl/tolhigh", "description": "valid above 4 mbar"},
|
||||||
|
{"path": "ctrl/openpulse", "type": "float", "readonly": false, "cmd": "nv ctrl/openpulse", "description": "time to open from completely closed to a significant opening"},
|
||||||
|
{"path": "ctrl/adjust_minpulse", "type": "bool", "readonly": false, "cmd": "nv ctrl/adjust_minpulse", "description": "adjust minpulse automatically"},
|
||||||
|
{"path": "autoflow", "type": "none", "kids": 24},
|
||||||
|
{"path": "autoflow/suspended", "type": "bool", "readonly": false, "cmd": "nv autoflow/suspended"},
|
||||||
|
{"path": "autoflow/prop", "type": "float", "readonly": false, "cmd": "nv autoflow/prop"},
|
||||||
|
{"path": "autoflow/flowstd", "type": "float", "readonly": false, "cmd": "nv autoflow/flowstd"},
|
||||||
|
{"path": "autoflow/flowlim", "type": "float", "readonly": false, "cmd": "nv autoflow/flowlim"},
|
||||||
|
{"path": "autoflow/smooth", "type": "float", "readonly": false, "cmd": "nv autoflow/smooth"},
|
||||||
|
{"path": "autoflow/difSize", "type": "float", "readonly": false, "cmd": "nv autoflow/difSize"},
|
||||||
|
{"path": "autoflow/difRange", "type": "float", "readonly": false, "cmd": "nv autoflow/difRange"},
|
||||||
|
{"path": "autoflow/flowSize", "type": "float", "readonly": false, "cmd": "nv autoflow/flowSize"},
|
||||||
|
{"path": "autoflow/convTime", "type": "float", "readonly": false, "cmd": "nv autoflow/convTime"},
|
||||||
|
{"path": "autoflow/Tmin", "type": "float", "readonly": false, "cmd": "nv autoflow/Tmin"},
|
||||||
|
{"path": "autoflow/script", "type": "text", "readonly": false, "cmd": "nv autoflow/script"},
|
||||||
|
{"path": "autoflow/getTemp", "type": "text", "readonly": false, "cmd": "nv autoflow/getTemp"},
|
||||||
|
{"path": "autoflow/getTset", "type": "text", "readonly": false, "cmd": "nv autoflow/getTset"},
|
||||||
|
{"path": "autoflow/getFlow", "type": "text", "readonly": false, "cmd": "nv autoflow/getFlow"},
|
||||||
|
{"path": "autoflow/difBuf", "type": "text"},
|
||||||
|
{"path": "autoflow/flowBuf", "type": "text"},
|
||||||
|
{"path": "autoflow/flowset", "type": "float"},
|
||||||
|
{"path": "autoflow/flowmin", "type": "float"},
|
||||||
|
{"path": "autoflow/flowmax", "type": "float"},
|
||||||
|
{"path": "autoflow/difmin", "type": "float"},
|
||||||
|
{"path": "autoflow/difmax", "type": "float"},
|
||||||
|
{"path": "autoflow/setmin", "type": "float"},
|
||||||
|
{"path": "autoflow/setmax", "type": "float"},
|
||||||
|
{"path": "autoflow/flowtarget", "type": "float"},
|
||||||
|
{"path": "calib", "type": "none", "kids": 2},
|
||||||
|
{"path": "calib/ln_per_min_per_mbar", "type": "float", "readonly": false, "cmd": "nv calib/ln_per_min_per_mbar"},
|
||||||
|
{"path": "calib/mbar_offset", "type": "float", "readonly": false, "cmd": "nv calib/mbar_offset"}]},
|
||||||
|
|
||||||
|
"ln2fill": {"base": "/ln2fill", "params": [
|
||||||
|
{"path": "", "type": "enum", "enum": {"watching": 0, "fill": 1, "inactive": 2}, "readonly": false, "cmd": "ln2fill", "kids": 3},
|
||||||
|
{"path": "send", "type": "text", "readonly": false, "cmd": "ln2fill send", "visibility": 3},
|
||||||
|
{"path": "status", "type": "text", "visibility": 3},
|
||||||
|
{"path": "state", "type": "text"}]},
|
||||||
|
|
||||||
|
"hefill": {"base": "/hefill", "params": [
|
||||||
|
{"path": "", "type": "enum", "enum": {"watching": 0, "fill": 1, "inactive": 2, "manualfill": 3}, "readonly": false, "cmd": "hefill", "kids": 6},
|
||||||
|
{"path": "send", "type": "text", "readonly": false, "cmd": "hefill send", "visibility": 3},
|
||||||
|
{"path": "status", "type": "text", "visibility": 3},
|
||||||
|
{"path": "fast", "type": "enum", "enum": {"slow": 0, "fast": 1}, "readonly": false, "cmd": "cc hf"},
|
||||||
|
{"path": "state", "type": "text"},
|
||||||
|
{"path": "hefull", "type": "float", "readonly": false, "cmd": "cc hh"},
|
||||||
|
{"path": "helow", "type": "float", "readonly": false, "cmd": "cc hl"}]},
|
||||||
|
|
||||||
|
"hepump": {"base": "/hepump", "params": [
|
||||||
|
{"path": "", "type": "enum", "enum": {"xds35_auto": 0, "xds35_manual": 1, "sv65": 2, "other": 3, "no": -1}, "readonly": false, "cmd": "hepump", "description": "xds35: scroll pump, sv65: leybold", "kids": 10},
|
||||||
|
{"path": "send", "type": "text", "readonly": false, "cmd": "hepump send", "visibility": 3},
|
||||||
|
{"path": "status", "type": "text", "visibility": 3},
|
||||||
|
{"path": "running", "type": "bool", "readonly": false, "cmd": "hepump running", "visibility": 3},
|
||||||
|
{"path": "eco", "type": "bool", "readonly": false, "cmd": "hepump eco", "visibility": 3},
|
||||||
|
{"path": "auto", "type": "bool", "readonly": false, "cmd": "hepump auto", "visibility": 3},
|
||||||
|
{"path": "valve", "type": "enum", "enum": {"closed": 0, "closing": 1, "opening": 2, "opened": 3, "undefined": 4}, "readonly": false, "cmd": "hepump valve", "visibility": 3},
|
||||||
|
{"path": "eco_t_lim", "type": "float", "readonly": false, "cmd": "hepump eco_t_lim", "description": "switch off eco mode when T_set < eco_t_lim and T < eco_t_lim * 2", "visibility": 3},
|
||||||
|
{"path": "calib", "type": "float", "readonly": false, "cmd": "hepump calib", "visibility": 3},
|
||||||
|
{"path": "health", "type": "float"}]},
|
||||||
|
|
||||||
|
"hemot": {"base": "/hepump/hemot", "params": [
|
||||||
|
{"path": "", "type": "float", "readonly": false, "cmd": "run hemot", "visibility": 3, "kids": 30},
|
||||||
|
{"path": "send", "type": "text", "readonly": false, "cmd": "hemot send", "visibility": 3},
|
||||||
|
{"path": "status", "type": "text", "visibility": 3},
|
||||||
|
{"path": "is_running", "type": "int", "readonly": false, "cmd": "hemot is_running", "visibility": 3},
|
||||||
|
{"path": "pos", "type": "float"},
|
||||||
|
{"path": "encoder", "type": "float"},
|
||||||
|
{"path": "zero", "type": "float", "readonly": false, "cmd": "hemot zero"},
|
||||||
|
{"path": "lowerlimit", "type": "float", "readonly": false, "cmd": "hemot lowerlimit"},
|
||||||
|
{"path": "upperlimit", "type": "float", "readonly": false, "cmd": "hemot upperlimit"},
|
||||||
|
{"path": "disablelimits", "type": "bool", "readonly": false, "cmd": "hemot disablelimits"},
|
||||||
|
{"path": "verbose", "type": "bool", "readonly": false, "cmd": "hemot verbose"},
|
||||||
|
{"path": "target", "type": "float"},
|
||||||
|
{"path": "runstate", "type": "enum", "enum": {"idle": 0, "running": 1, "finished": 2, "error": 3}},
|
||||||
|
{"path": "precision", "type": "float", "readonly": false, "cmd": "hemot precision"},
|
||||||
|
{"path": "maxencdif", "type": "float", "readonly": false, "cmd": "hemot maxencdif"},
|
||||||
|
{"path": "id", "type": "float", "readonly": false, "cmd": "hemot id"},
|
||||||
|
{"path": "pump_number", "type": "float", "readonly": false, "cmd": "hemot pump_number"},
|
||||||
|
{"path": "init", "type": "float", "readonly": false, "cmd": "hemot init"},
|
||||||
|
{"path": "maxspeed", "type": "float", "readonly": false, "cmd": "hemot maxspeed"},
|
||||||
|
{"path": "acceleration", "type": "float", "readonly": false, "cmd": "hemot acceleration"},
|
||||||
|
{"path": "maxcurrent", "type": "float", "readonly": false, "cmd": "hemot maxcurrent"},
|
||||||
|
{"path": "standbycurrent", "type": "float", "readonly": false, "cmd": "hemot standbycurrent"},
|
||||||
|
{"path": "freewheeling", "type": "bool", "readonly": false, "cmd": "hemot freewheeling"},
|
||||||
|
{"path": "output0", "type": "bool", "readonly": false, "cmd": "hemot output0"},
|
||||||
|
{"path": "output1", "type": "bool", "readonly": false, "cmd": "hemot output1"},
|
||||||
|
{"path": "input3", "type": "bool"},
|
||||||
|
{"path": "pullup", "type": "float", "readonly": false, "cmd": "hemot pullup"},
|
||||||
|
{"path": "nopumpfeedback", "type": "bool", "readonly": false, "cmd": "hemot nopumpfeedback"},
|
||||||
|
{"path": "eeprom", "type": "enum", "enum": {"ok": 0, "dirty": 1, "save": 2, "load": 3}, "readonly": false, "cmd": "hemot eeprom"},
|
||||||
|
{"path": "customadr", "type": "text", "readonly": false, "cmd": "hemot customadr"},
|
||||||
|
{"path": "custompar", "type": "float", "readonly": false, "cmd": "hemot custompar"}]},
|
||||||
|
|
||||||
|
"table": {"base": "/table", "params": [
|
||||||
|
{"path": "", "type": "none", "kids": 17},
|
||||||
|
{"path": "send", "type": "text", "readonly": false, "cmd": "table send", "visibility": 3},
|
||||||
|
{"path": "status", "type": "text", "visibility": 3},
|
||||||
|
{"path": "fix_tt_set_prop", "type": "bool", "readonly": false, "cmd": "table fix_tt_set_prop"},
|
||||||
|
{"path": "val_tt_set_prop", "type": "float"},
|
||||||
|
{"path": "tbl_tt_set_prop", "type": "text", "readonly": false, "cmd": "table tbl_tt_set_prop", "description": "enter value pair separated with colon T1:par1 T2:par2 ..."},
|
||||||
|
{"path": "fix_tt_set_integ", "type": "bool", "readonly": false, "cmd": "table fix_tt_set_integ"},
|
||||||
|
{"path": "val_tt_set_integ", "type": "float"},
|
||||||
|
{"path": "tbl_tt_set_integ", "type": "text", "readonly": false, "cmd": "table tbl_tt_set_integ", "description": "enter value pair separated with colon T1:par1 T2:par2 ..."},
|
||||||
|
{"path": "fix_tt_dblctrl_int2", "type": "bool", "readonly": false, "cmd": "table fix_tt_dblctrl_int2"},
|
||||||
|
{"path": "val_tt_dblctrl_int2", "type": "float"},
|
||||||
|
{"path": "tbl_tt_dblctrl_int2", "type": "text", "readonly": false, "cmd": "table tbl_tt_dblctrl_int2", "description": "enter value pair separated with colon T1:par1 T2:par2 ..."},
|
||||||
|
{"path": "fix_tt_dblctrl_prop_up", "type": "bool", "readonly": false, "cmd": "table fix_tt_dblctrl_prop_up"},
|
||||||
|
{"path": "val_tt_dblctrl_prop_up", "type": "float"},
|
||||||
|
{"path": "tbl_tt_dblctrl_prop_up", "type": "text", "readonly": false, "cmd": "table tbl_tt_dblctrl_prop_up", "description": "enter value pair separated with colon T1:par1 T2:par2 ..."},
|
||||||
|
{"path": "fix_tt_dblctrl_prop_lo", "type": "bool", "readonly": false, "cmd": "table fix_tt_dblctrl_prop_lo"},
|
||||||
|
{"path": "val_tt_dblctrl_prop_lo", "type": "float"},
|
||||||
|
{"path": "tbl_tt_dblctrl_prop_lo", "type": "text", "readonly": false, "cmd": "table tbl_tt_dblctrl_prop_lo", "description": "enter value pair separated with colon T1:par1 T2:par2 ..."}]}}
|
@ -1,8 +1,9 @@
|
|||||||
{"tt": {"base": "/tt", "params": [
|
{"tt": {"base": "/tt", "params": [
|
||||||
{"path": "", "type": "float", "readonly": false, "cmd": "run tt", "description": "tt", "kids": 18},
|
{"path": "", "type": "float", "readonly": false, "cmd": "run tt", "description": "tt", "kids": 19},
|
||||||
{"path": "send", "type": "text", "readonly": false, "cmd": "tt send", "visibility": 3},
|
{"path": "send", "type": "text", "readonly": false, "cmd": "tt send", "visibility": 3},
|
||||||
{"path": "status", "type": "text", "visibility": 3},
|
{"path": "status", "type": "text", "visibility": 3},
|
||||||
{"path": "is_running", "type": "int", "readonly": false, "cmd": "tt is_running", "visibility": 3},
|
{"path": "is_running", "type": "int", "readonly": false, "cmd": "tt is_running", "visibility": 3},
|
||||||
|
{"path": "mainloop", "type": "text", "readonly": false, "cmd": "tt mainloop", "visibility": 3},
|
||||||
{"path": "target", "type": "float"},
|
{"path": "target", "type": "float"},
|
||||||
{"path": "running", "type": "int"},
|
{"path": "running", "type": "int"},
|
||||||
{"path": "tolerance", "type": "float", "readonly": false, "cmd": "tt tolerance"},
|
{"path": "tolerance", "type": "float", "readonly": false, "cmd": "tt tolerance"},
|
||||||
@ -115,23 +116,23 @@
|
|||||||
{"path": "hit", "type": "float", "readonly": false, "cmd": "cc hit"},
|
{"path": "hit", "type": "float", "readonly": false, "cmd": "cc hit"},
|
||||||
{"path": "hft", "type": "int", "readonly": false, "cmd": "cc hft"},
|
{"path": "hft", "type": "int", "readonly": false, "cmd": "cc hft"},
|
||||||
{"path": "hea", "type": "enum", "enum": {"0": 0, "1": 1, "6": 2}, "readonly": false, "cmd": "cc hea"},
|
{"path": "hea", "type": "enum", "enum": {"0": 0, "1": 1, "6": 2}, "readonly": false, "cmd": "cc hea"},
|
||||||
{"path": "hch", "type": "int", "readonly": false, "cmd": "cc hch"},
|
{"path": "hch", "type": "int", "readonly": false, "cmd": "cc hch", "visibility": 3},
|
||||||
{"path": "hwr0", "type": "float", "readonly": false, "cmd": "cc hwr0"},
|
{"path": "hwr0", "type": "float", "readonly": false, "cmd": "cc hwr0", "visibility": 3},
|
||||||
{"path": "hem0", "type": "float", "readonly": false, "cmd": "cc hem0", "description": "sensor length in mm from top to empty pos."},
|
{"path": "hem0", "type": "float", "readonly": false, "cmd": "cc hem0", "description": "sensor length in mm from top to empty pos.", "visibility": 3},
|
||||||
{"path": "hfu0", "type": "float", "readonly": false, "cmd": "cc hfu0", "description": "sensor length in mm from top to full pos."},
|
{"path": "hfu0", "type": "float", "readonly": false, "cmd": "cc hfu0", "description": "sensor length in mm from top to full pos.", "visibility": 3},
|
||||||
{"path": "hd0", "type": "float", "readonly": false, "cmd": "cc hd0", "description": "external sensor drive current (mA)"},
|
{"path": "hd0", "type": "float", "readonly": false, "cmd": "cc hd0", "description": "external sensor drive current (mA)", "visibility": 3},
|
||||||
{"path": "h0", "type": "float"},
|
{"path": "h0", "type": "float", "visibility": 3},
|
||||||
{"path": "hs0", "type": "enum", "enum": {"sens_ok": 0, "sens_warm": 1, "no_sens": 2, "timeout": 3, "not_yet_read": 4, "disabled": 5}},
|
{"path": "hs0", "type": "enum", "enum": {"sens_ok": 0, "sens_warm": 1, "no_sens": 2, "timeout": 3, "not_yet_read": 4, "disabled": 5}, "visibility": 3},
|
||||||
{"path": "h1", "type": "float"},
|
{"path": "h1", "type": "float", "visibility": 3},
|
||||||
{"path": "hs1", "type": "enum", "enum": {"sens_ok": 0, "sens_warm": 1, "no_sens": 2, "timeout": 3, "not_yet_read": 4, "disabled": 5}},
|
{"path": "hs1", "type": "enum", "enum": {"sens_ok": 0, "sens_warm": 1, "no_sens": 2, "timeout": 3, "not_yet_read": 4, "disabled": 5}, "visibility": 3},
|
||||||
{"path": "h2", "type": "float"},
|
{"path": "h2", "type": "float", "visibility": 3},
|
||||||
{"path": "hs2", "type": "enum", "enum": {"sens_ok": 0, "sens_warm": 1, "no_sens": 2, "timeout": 3, "not_yet_read": 4, "disabled": 5}},
|
{"path": "hs2", "type": "enum", "enum": {"sens_ok": 0, "sens_warm": 1, "no_sens": 2, "timeout": 3, "not_yet_read": 4, "disabled": 5}, "visibility": 3},
|
||||||
{"path": "h3", "type": "float"},
|
{"path": "h3", "type": "float", "visibility": 3},
|
||||||
{"path": "hs3", "type": "enum", "enum": {"sens_ok": 0, "sens_warm": 1, "no_sens": 2, "timeout": 3, "not_yet_read": 4, "disabled": 5}},
|
{"path": "hs3", "type": "enum", "enum": {"sens_ok": 0, "sens_warm": 1, "no_sens": 2, "timeout": 3, "not_yet_read": 4, "disabled": 5}, "visibility": 3},
|
||||||
{"path": "h4", "type": "float"},
|
{"path": "h4", "type": "float", "visibility": 3},
|
||||||
{"path": "hs4", "type": "enum", "enum": {"sens_ok": 0, "sens_warm": 1, "no_sens": 2, "timeout": 3, "not_yet_read": 4, "disabled": 5}},
|
{"path": "hs4", "type": "enum", "enum": {"sens_ok": 0, "sens_warm": 1, "no_sens": 2, "timeout": 3, "not_yet_read": 4, "disabled": 5}, "visibility": 3},
|
||||||
{"path": "h5", "type": "float"},
|
{"path": "h5", "type": "float", "visibility": 3},
|
||||||
{"path": "hs5", "type": "enum", "enum": {"sens_ok": 0, "sens_warm": 1, "no_sens": 2, "timeout": 3, "not_yet_read": 4, "disabled": 5}},
|
{"path": "hs5", "type": "enum", "enum": {"sens_ok": 0, "sens_warm": 1, "no_sens": 2, "timeout": 3, "not_yet_read": 4, "disabled": 5}, "visibility": 3},
|
||||||
{"path": "hfb", "type": "float"},
|
{"path": "hfb", "type": "float"},
|
||||||
{"path": "nav", "type": "bool", "readonly": false, "cmd": "cc nav"},
|
{"path": "nav", "type": "bool", "readonly": false, "cmd": "cc nav"},
|
||||||
{"path": "nu", "type": "float"},
|
{"path": "nu", "type": "float"},
|
||||||
@ -224,7 +225,7 @@
|
|||||||
{"path": "state", "type": "text"}]},
|
{"path": "state", "type": "text"}]},
|
||||||
|
|
||||||
"hefill": {"base": "/hefill", "params": [
|
"hefill": {"base": "/hefill", "params": [
|
||||||
{"path": "", "type": "enum", "enum": {"watching": 0, "fill": 1, "timeout": 2}, "readonly": false, "cmd": "hefill", "kids": 6},
|
{"path": "", "type": "enum", "enum": {"watching": 0, "fill": 1, "inactive": 2, "manualfill": 3}, "readonly": false, "cmd": "hefill", "kids": 6},
|
||||||
{"path": "send", "type": "text", "readonly": false, "cmd": "hefill send", "visibility": 3},
|
{"path": "send", "type": "text", "readonly": false, "cmd": "hefill send", "visibility": 3},
|
||||||
{"path": "status", "type": "text", "visibility": 3},
|
{"path": "status", "type": "text", "visibility": 3},
|
||||||
{"path": "fast", "type": "enum", "enum": {"slow": 0, "fast": 1}, "readonly": false, "cmd": "cc hf"},
|
{"path": "fast", "type": "enum", "enum": {"slow": 0, "fast": 1}, "readonly": false, "cmd": "cc hf"},
|
||||||
@ -233,18 +234,19 @@
|
|||||||
{"path": "helow", "type": "float", "readonly": false, "cmd": "cc hl"}]},
|
{"path": "helow", "type": "float", "readonly": false, "cmd": "cc hl"}]},
|
||||||
|
|
||||||
"hepump": {"base": "/hepump", "params": [
|
"hepump": {"base": "/hepump", "params": [
|
||||||
{"path": "", "type": "enum", "enum": {"xds35_auto": 0, "xds35_manual": 1, "sv65": 2, "other": 3, "no": -1}, "readonly": false, "cmd": "hepump", "description": "xds35: scroll pump, sv65: leybold", "kids": 9},
|
{"path": "", "type": "enum", "enum": {"xds35_auto": 0, "xds35_manual": 1, "sv65": 2, "other": 3, "no": -1}, "readonly": false, "cmd": "hepump", "description": "xds35: scroll pump, sv65: leybold", "kids": 10},
|
||||||
{"path": "send", "type": "text", "readonly": false, "cmd": "hepump send", "visibility": 3},
|
{"path": "send", "type": "text", "readonly": false, "cmd": "hepump send", "visibility": 3},
|
||||||
{"path": "status", "type": "text", "visibility": 3},
|
{"path": "status", "type": "text", "visibility": 3},
|
||||||
{"path": "running", "type": "bool", "readonly": false, "cmd": "hepump running"},
|
{"path": "running", "type": "bool", "readonly": false, "cmd": "hepump running", "visibility": 3},
|
||||||
{"path": "eco", "type": "bool", "readonly": false, "cmd": "hepump eco"},
|
{"path": "eco", "type": "bool", "readonly": false, "cmd": "hepump eco", "visibility": 3},
|
||||||
{"path": "auto", "type": "bool", "readonly": false, "cmd": "hepump auto"},
|
{"path": "auto", "type": "bool", "readonly": false, "cmd": "hepump auto", "visibility": 3},
|
||||||
{"path": "valve", "type": "enum", "enum": {"closed": 0, "closing": 1, "opening": 2, "opened": 3, "undefined": 4}, "readonly": false, "cmd": "hepump valve"},
|
{"path": "valve", "type": "enum", "enum": {"closed": 0, "closing": 1, "opening": 2, "opened": 3, "undefined": 4}, "readonly": false, "cmd": "hepump valve", "visibility": 3},
|
||||||
{"path": "eco_t_lim", "type": "float", "readonly": false, "cmd": "hepump eco_t_lim", "description": "switch off eco mode when T_set < eco_t_lim and T < eco_t_lim * 2"},
|
{"path": "eco_t_lim", "type": "float", "readonly": false, "cmd": "hepump eco_t_lim", "description": "switch off eco mode when T_set < eco_t_lim and T < eco_t_lim * 2", "visibility": 3},
|
||||||
{"path": "calib", "type": "float", "readonly": false, "cmd": "hepump calib", "visibility": 3}]},
|
{"path": "calib", "type": "float", "readonly": false, "cmd": "hepump calib", "visibility": 3},
|
||||||
|
{"path": "health", "type": "float"}]},
|
||||||
|
|
||||||
"hemot": {"base": "/hepump/hemot", "params": [
|
"hemot": {"base": "/hepump/hemot", "params": [
|
||||||
{"path": "", "type": "float", "readonly": false, "cmd": "run hemot", "kids": 32},
|
{"path": "", "type": "float", "readonly": false, "cmd": "run hemot", "visibility": 3, "kids": 30},
|
||||||
{"path": "send", "type": "text", "readonly": false, "cmd": "hemot send", "visibility": 3},
|
{"path": "send", "type": "text", "readonly": false, "cmd": "hemot send", "visibility": 3},
|
||||||
{"path": "status", "type": "text", "visibility": 3},
|
{"path": "status", "type": "text", "visibility": 3},
|
||||||
{"path": "is_running", "type": "int", "readonly": false, "cmd": "hemot is_running", "visibility": 3},
|
{"path": "is_running", "type": "int", "readonly": false, "cmd": "hemot is_running", "visibility": 3},
|
||||||
@ -270,8 +272,6 @@
|
|||||||
{"path": "output0", "type": "bool", "readonly": false, "cmd": "hemot output0"},
|
{"path": "output0", "type": "bool", "readonly": false, "cmd": "hemot output0"},
|
||||||
{"path": "output1", "type": "bool", "readonly": false, "cmd": "hemot output1"},
|
{"path": "output1", "type": "bool", "readonly": false, "cmd": "hemot output1"},
|
||||||
{"path": "input3", "type": "bool"},
|
{"path": "input3", "type": "bool"},
|
||||||
{"path": "input0", "type": "float"},
|
|
||||||
{"path": "input0raw", "type": "float"},
|
|
||||||
{"path": "pullup", "type": "float", "readonly": false, "cmd": "hemot pullup"},
|
{"path": "pullup", "type": "float", "readonly": false, "cmd": "hemot pullup"},
|
||||||
{"path": "nopumpfeedback", "type": "bool", "readonly": false, "cmd": "hemot nopumpfeedback"},
|
{"path": "nopumpfeedback", "type": "bool", "readonly": false, "cmd": "hemot nopumpfeedback"},
|
||||||
{"path": "eeprom", "type": "enum", "enum": {"ok": 0, "dirty": 1, "save": 2, "load": 3}, "readonly": false, "cmd": "hemot eeprom"},
|
{"path": "eeprom", "type": "enum", "enum": {"ok": 0, "dirty": 1, "save": 2, "load": 3}, "readonly": false, "cmd": "hemot eeprom"},
|
||||||
|
@ -1,7 +1,9 @@
|
|||||||
{"tt": {"base": "/tt", "params": [{"path": "", "type": "float", "readonly": false, "cmd": "run tt", "description": "tt", "kids": 18},
|
{"tt": {"base": "/tt", "params": [
|
||||||
|
{"path": "", "type": "float", "readonly": false, "cmd": "run tt", "description": "tt", "kids": 17},
|
||||||
{"path": "send", "type": "text", "readonly": false, "cmd": "tt send", "visibility": 3},
|
{"path": "send", "type": "text", "readonly": false, "cmd": "tt send", "visibility": 3},
|
||||||
{"path": "status", "type": "text", "visibility": 3},
|
{"path": "status", "type": "text", "visibility": 3},
|
||||||
{"path": "is_running", "type": "int", "readonly": false, "cmd": "tt is_running", "visibility": 3},
|
{"path": "is_running", "type": "int", "readonly": false, "cmd": "tt is_running", "visibility": 3},
|
||||||
|
{"path": "mainloop", "type": "text", "readonly": false, "cmd": "tt mainloop", "visibility": 3},
|
||||||
{"path": "target", "type": "float"},
|
{"path": "target", "type": "float"},
|
||||||
{"path": "running", "type": "int"},
|
{"path": "running", "type": "int"},
|
||||||
{"path": "tolerance", "type": "float", "readonly": false, "cmd": "tt tolerance"},
|
{"path": "tolerance", "type": "float", "readonly": false, "cmd": "tt tolerance"},
|
||||||
@ -60,9 +62,10 @@
|
|||||||
{"path": "set/integ", "type": "float", "readonly": false, "cmd": "tt set/integ", "description": "bigger means faster"},
|
{"path": "set/integ", "type": "float", "readonly": false, "cmd": "tt set/integ", "description": "bigger means faster"},
|
||||||
{"path": "set/deriv", "type": "float", "readonly": false, "cmd": "tt set/deriv"},
|
{"path": "set/deriv", "type": "float", "readonly": false, "cmd": "tt set/deriv"},
|
||||||
{"path": "display", "type": "text", "readonly": false, "cmd": "tt display"},
|
{"path": "display", "type": "text", "readonly": false, "cmd": "tt display"},
|
||||||
{"path": "dout", "type": "int", "readonly": false, "cmd": "tt dout"},
|
{"path": "remote", "type": "bool"}]},
|
||||||
{"path": "dinp", "type": "int"},
|
|
||||||
{"path": "remote", "type": "bool"}]}, "cc": {"base": "/cc", "params": [{"path": "", "type": "bool", "kids": 96},
|
"cc": {"base": "/cc", "params": [
|
||||||
|
{"path": "", "type": "bool", "kids": 96},
|
||||||
{"path": "send", "type": "text", "readonly": false, "cmd": "cc send", "visibility": 3},
|
{"path": "send", "type": "text", "readonly": false, "cmd": "cc send", "visibility": 3},
|
||||||
{"path": "status", "type": "text", "visibility": 3},
|
{"path": "status", "type": "text", "visibility": 3},
|
||||||
{"path": "autodevice", "type": "bool", "readonly": false, "cmd": "cc autodevice"},
|
{"path": "autodevice", "type": "bool", "readonly": false, "cmd": "cc autodevice"},
|
||||||
@ -111,23 +114,23 @@
|
|||||||
{"path": "hit", "type": "float", "readonly": false, "cmd": "cc hit"},
|
{"path": "hit", "type": "float", "readonly": false, "cmd": "cc hit"},
|
||||||
{"path": "hft", "type": "int", "readonly": false, "cmd": "cc hft"},
|
{"path": "hft", "type": "int", "readonly": false, "cmd": "cc hft"},
|
||||||
{"path": "hea", "type": "enum", "enum": {"0": 0, "1": 1, "6": 2}, "readonly": false, "cmd": "cc hea"},
|
{"path": "hea", "type": "enum", "enum": {"0": 0, "1": 1, "6": 2}, "readonly": false, "cmd": "cc hea"},
|
||||||
{"path": "hch", "type": "int", "readonly": false, "cmd": "cc hch", "visibility": 3},
|
{"path": "hch", "type": "int", "readonly": false, "cmd": "cc hch"},
|
||||||
{"path": "hwr0", "type": "float", "readonly": false, "cmd": "cc hwr0", "visibility": 3},
|
{"path": "hwr0", "type": "float", "readonly": false, "cmd": "cc hwr0"},
|
||||||
{"path": "hem0", "type": "float", "readonly": false, "cmd": "cc hem0", "description": "sensor length in mm from top to empty pos.", "visibility": 3},
|
{"path": "hem0", "type": "float", "readonly": false, "cmd": "cc hem0", "description": "sensor length in mm from top to empty pos."},
|
||||||
{"path": "hfu0", "type": "float", "readonly": false, "cmd": "cc hfu0", "description": "sensor length in mm from top to full pos.", "visibility": 3},
|
{"path": "hfu0", "type": "float", "readonly": false, "cmd": "cc hfu0", "description": "sensor length in mm from top to full pos."},
|
||||||
{"path": "hd0", "type": "float", "readonly": false, "cmd": "cc hd0", "description": "external sensor drive current (mA)", "visibility": 3},
|
{"path": "hd0", "type": "float", "readonly": false, "cmd": "cc hd0", "description": "external sensor drive current (mA)"},
|
||||||
{"path": "h0", "type": "float", "visibility": 3},
|
{"path": "h0", "type": "float"},
|
||||||
{"path": "hs0", "type": "enum", "enum": {"sens_ok": 0, "sens_warm": 1, "no_sens": 2, "timeout": 3, "not_yet_read": 4, "disabled": 5}, "visibility": 3},
|
{"path": "hs0", "type": "enum", "enum": {"sens_ok": 0, "sens_warm": 1, "no_sens": 2, "timeout": 3, "not_yet_read": 4, "disabled": 5}},
|
||||||
{"path": "h1", "type": "float", "visibility": 3},
|
{"path": "h1", "type": "float"},
|
||||||
{"path": "hs1", "type": "enum", "enum": {"sens_ok": 0, "sens_warm": 1, "no_sens": 2, "timeout": 3, "not_yet_read": 4, "disabled": 5}, "visibility": 3},
|
{"path": "hs1", "type": "enum", "enum": {"sens_ok": 0, "sens_warm": 1, "no_sens": 2, "timeout": 3, "not_yet_read": 4, "disabled": 5}},
|
||||||
{"path": "h2", "type": "float", "visibility": 3},
|
{"path": "h2", "type": "float"},
|
||||||
{"path": "hs2", "type": "enum", "enum": {"sens_ok": 0, "sens_warm": 1, "no_sens": 2, "timeout": 3, "not_yet_read": 4, "disabled": 5}, "visibility": 3},
|
{"path": "hs2", "type": "enum", "enum": {"sens_ok": 0, "sens_warm": 1, "no_sens": 2, "timeout": 3, "not_yet_read": 4, "disabled": 5}},
|
||||||
{"path": "h3", "type": "float", "visibility": 3},
|
{"path": "h3", "type": "float"},
|
||||||
{"path": "hs3", "type": "enum", "enum": {"sens_ok": 0, "sens_warm": 1, "no_sens": 2, "timeout": 3, "not_yet_read": 4, "disabled": 5}, "visibility": 3},
|
{"path": "hs3", "type": "enum", "enum": {"sens_ok": 0, "sens_warm": 1, "no_sens": 2, "timeout": 3, "not_yet_read": 4, "disabled": 5}},
|
||||||
{"path": "h4", "type": "float", "visibility": 3},
|
{"path": "h4", "type": "float"},
|
||||||
{"path": "hs4", "type": "enum", "enum": {"sens_ok": 0, "sens_warm": 1, "no_sens": 2, "timeout": 3, "not_yet_read": 4, "disabled": 5}, "visibility": 3},
|
{"path": "hs4", "type": "enum", "enum": {"sens_ok": 0, "sens_warm": 1, "no_sens": 2, "timeout": 3, "not_yet_read": 4, "disabled": 5}},
|
||||||
{"path": "h5", "type": "float", "visibility": 3},
|
{"path": "h5", "type": "float"},
|
||||||
{"path": "hs5", "type": "enum", "enum": {"sens_ok": 0, "sens_warm": 1, "no_sens": 2, "timeout": 3, "not_yet_read": 4, "disabled": 5}, "visibility": 3},
|
{"path": "hs5", "type": "enum", "enum": {"sens_ok": 0, "sens_warm": 1, "no_sens": 2, "timeout": 3, "not_yet_read": 4, "disabled": 5}},
|
||||||
{"path": "hfb", "type": "float"},
|
{"path": "hfb", "type": "float"},
|
||||||
{"path": "nav", "type": "bool", "readonly": false, "cmd": "cc nav"},
|
{"path": "nav", "type": "bool", "readonly": false, "cmd": "cc nav"},
|
||||||
{"path": "nu", "type": "float"},
|
{"path": "nu", "type": "float"},
|
||||||
@ -158,7 +161,10 @@
|
|||||||
{"path": "tm", "type": "float", "visibility": 3},
|
{"path": "tm", "type": "float", "visibility": 3},
|
||||||
{"path": "tv", "type": "float", "visibility": 3},
|
{"path": "tv", "type": "float", "visibility": 3},
|
||||||
{"path": "tq", "type": "float", "visibility": 3},
|
{"path": "tq", "type": "float", "visibility": 3},
|
||||||
{"path": "bdl", "type": "float", "readonly": false, "cmd": "cc bdl"}]}, "nv": {"base": "/nv", "params": [{"path": "", "type": "enum", "enum": {"fixed": 0, "controlled": 1, "automatic": 2, "close": 3, "open": 4}, "readonly": false, "cmd": "nv", "kids": 11},
|
{"path": "bdl", "type": "float", "readonly": false, "cmd": "cc bdl"}]},
|
||||||
|
|
||||||
|
"nv": {"base": "/nv", "params": [
|
||||||
|
{"path": "", "type": "enum", "enum": {"fixed": 0, "controlled": 1, "automatic": 2, "close": 3, "open": 4}, "readonly": false, "cmd": "nv", "kids": 11},
|
||||||
{"path": "send", "type": "text", "readonly": false, "cmd": "nv send", "visibility": 3},
|
{"path": "send", "type": "text", "readonly": false, "cmd": "nv send", "visibility": 3},
|
||||||
{"path": "status", "type": "text", "visibility": 3},
|
{"path": "status", "type": "text", "visibility": 3},
|
||||||
{"path": "motstat", "type": "enum", "enum": {"idle": 0, "opening": 1, "closing": 2, "opened": 3, "closed": 4, "no_motor": 5}},
|
{"path": "motstat", "type": "enum", "enum": {"idle": 0, "opening": 1, "closing": 2, "opened": 3, "closed": 4, "no_motor": 5}},
|
||||||
@ -208,24 +214,38 @@
|
|||||||
{"path": "autoflow/flowtarget", "type": "float"},
|
{"path": "autoflow/flowtarget", "type": "float"},
|
||||||
{"path": "calib", "type": "none", "kids": 2},
|
{"path": "calib", "type": "none", "kids": 2},
|
||||||
{"path": "calib/ln_per_min_per_mbar", "type": "float", "readonly": false, "cmd": "nv calib/ln_per_min_per_mbar"},
|
{"path": "calib/ln_per_min_per_mbar", "type": "float", "readonly": false, "cmd": "nv calib/ln_per_min_per_mbar"},
|
||||||
{"path": "calib/mbar_offset", "type": "float", "readonly": false, "cmd": "nv calib/mbar_offset"}]}, "ln2fill": {"base": "/ln2fill", "params": [{"path": "", "type": "enum", "enum": {"watching": 0, "fill": 1, "inactive": 2}, "readonly": false, "cmd": "ln2fill", "kids": 3},
|
{"path": "calib/mbar_offset", "type": "float", "readonly": false, "cmd": "nv calib/mbar_offset"}]},
|
||||||
|
|
||||||
|
"ln2fill": {"base": "/ln2fill", "params": [
|
||||||
|
{"path": "", "type": "enum", "enum": {"watching": 0, "fill": 1, "inactive": 2}, "readonly": false, "cmd": "ln2fill", "kids": 3},
|
||||||
{"path": "send", "type": "text", "readonly": false, "cmd": "ln2fill send", "visibility": 3},
|
{"path": "send", "type": "text", "readonly": false, "cmd": "ln2fill send", "visibility": 3},
|
||||||
{"path": "status", "type": "text", "visibility": 3},
|
{"path": "status", "type": "text", "visibility": 3},
|
||||||
{"path": "state", "type": "text"}]}, "hefill": {"base": "/hefill", "params": [{"path": "", "type": "enum", "enum": {"no fill valve": 2}, "readonly": false, "cmd": "hefill", "kids": 6},
|
{"path": "state", "type": "text"}]},
|
||||||
|
|
||||||
|
"hefill": {"base": "/hefill", "params": [
|
||||||
|
{"path": "", "type": "enum", "enum": {"watching": 0, "fill": 1, "inactive": 2, "manualfill": 3}, "readonly": false, "cmd": "hefill", "kids": 7},
|
||||||
{"path": "send", "type": "text", "readonly": false, "cmd": "hefill send", "visibility": 3},
|
{"path": "send", "type": "text", "readonly": false, "cmd": "hefill send", "visibility": 3},
|
||||||
{"path": "status", "type": "text", "visibility": 3},
|
{"path": "status", "type": "text", "visibility": 3},
|
||||||
{"path": "fast", "type": "enum", "enum": {"slow": 0, "fast": 1}, "readonly": false, "cmd": "cc hf"},
|
{"path": "fast", "type": "enum", "enum": {"slow": 0, "fast": 1}, "readonly": false, "cmd": "cc hf"},
|
||||||
{"path": "state", "type": "text"},
|
{"path": "state", "type": "text"},
|
||||||
{"path": "hefull", "type": "float", "readonly": false, "cmd": "cc hh"},
|
{"path": "hefull", "type": "float", "readonly": false, "cmd": "cc hh"},
|
||||||
{"path": "helow", "type": "float", "readonly": false, "cmd": "cc hl"}]}, "hepump": {"base": "/hepump", "params": [{"path": "", "type": "enum", "enum": {"xds35_auto": 0, "xds35_manual": 1, "sv65": 2, "other": 3, "no": -1}, "readonly": false, "cmd": "hepump", "description": "xds35: scroll pump, sv65: leybold", "kids": 9},
|
{"path": "helow", "type": "float", "readonly": false, "cmd": "cc hl"},
|
||||||
|
{"path": "smooth", "type": "float"}]},
|
||||||
|
|
||||||
|
"hepump": {"base": "/hepump", "params": [
|
||||||
|
{"path": "", "type": "enum", "enum": {"xds35_auto": 0, "xds35_manual": 1, "sv65": 2, "other": 3, "no": -1}, "readonly": false, "cmd": "hepump", "description": "xds35: scroll pump, sv65: leybold", "kids": 10},
|
||||||
{"path": "send", "type": "text", "readonly": false, "cmd": "hepump send", "visibility": 3},
|
{"path": "send", "type": "text", "readonly": false, "cmd": "hepump send", "visibility": 3},
|
||||||
{"path": "status", "type": "text", "visibility": 3},
|
{"path": "status", "type": "text", "visibility": 3},
|
||||||
{"path": "running", "type": "bool", "readonly": false, "cmd": "hepump running", "visibility": 3},
|
{"path": "running", "type": "bool", "readonly": false, "cmd": "hepump running"},
|
||||||
{"path": "eco", "type": "bool", "readonly": false, "cmd": "hepump eco", "visibility": 3},
|
{"path": "eco", "type": "bool", "readonly": false, "cmd": "hepump eco"},
|
||||||
{"path": "auto", "type": "bool", "readonly": false, "cmd": "hepump auto", "visibility": 3},
|
{"path": "auto", "type": "bool", "readonly": false, "cmd": "hepump auto"},
|
||||||
{"path": "valve", "type": "enum", "enum": {"closed": 0, "closing": 1, "opening": 2, "opened": 3, "undefined": 4}, "readonly": false, "cmd": "hepump valve", "visibility": 3},
|
{"path": "valve", "type": "enum", "enum": {"closed": 0, "closing": 1, "opening": 2, "opened": 3, "undefined": 4}, "readonly": false, "cmd": "hepump valve"},
|
||||||
{"path": "eco_t_lim", "type": "float", "readonly": false, "cmd": "hepump eco_t_lim", "description": "switch off eco mode when T_set < eco_t_lim and T < eco_t_lim * 2", "visibility": 3},
|
{"path": "eco_t_lim", "type": "float", "readonly": false, "cmd": "hepump eco_t_lim", "description": "switch off eco mode when T_set < eco_t_lim and T < eco_t_lim * 2"},
|
||||||
{"path": "calib", "type": "float", "readonly": false, "cmd": "hepump calib", "visibility": 3}]}, "hemot": {"base": "/hepump/hemot", "params": [{"path": "", "type": "float", "readonly": false, "cmd": "run hemot", "visibility": 3, "kids": 32},
|
{"path": "calib", "type": "float", "readonly": false, "cmd": "hepump calib", "visibility": 3},
|
||||||
|
{"path": "health", "type": "float"}]},
|
||||||
|
|
||||||
|
"hemot": {"base": "/hepump/hemot", "params": [
|
||||||
|
{"path": "", "type": "float", "readonly": false, "cmd": "run hemot", "kids": 30},
|
||||||
{"path": "send", "type": "text", "readonly": false, "cmd": "hemot send", "visibility": 3},
|
{"path": "send", "type": "text", "readonly": false, "cmd": "hemot send", "visibility": 3},
|
||||||
{"path": "status", "type": "text", "visibility": 3},
|
{"path": "status", "type": "text", "visibility": 3},
|
||||||
{"path": "is_running", "type": "int", "readonly": false, "cmd": "hemot is_running", "visibility": 3},
|
{"path": "is_running", "type": "int", "readonly": false, "cmd": "hemot is_running", "visibility": 3},
|
||||||
@ -251,13 +271,14 @@
|
|||||||
{"path": "output0", "type": "bool", "readonly": false, "cmd": "hemot output0"},
|
{"path": "output0", "type": "bool", "readonly": false, "cmd": "hemot output0"},
|
||||||
{"path": "output1", "type": "bool", "readonly": false, "cmd": "hemot output1"},
|
{"path": "output1", "type": "bool", "readonly": false, "cmd": "hemot output1"},
|
||||||
{"path": "input3", "type": "bool"},
|
{"path": "input3", "type": "bool"},
|
||||||
{"path": "input0", "type": "float"},
|
|
||||||
{"path": "input0raw", "type": "float"},
|
|
||||||
{"path": "pullup", "type": "float", "readonly": false, "cmd": "hemot pullup"},
|
{"path": "pullup", "type": "float", "readonly": false, "cmd": "hemot pullup"},
|
||||||
{"path": "nopumpfeedback", "type": "bool", "readonly": false, "cmd": "hemot nopumpfeedback"},
|
{"path": "nopumpfeedback", "type": "bool", "readonly": false, "cmd": "hemot nopumpfeedback"},
|
||||||
{"path": "eeprom", "type": "enum", "enum": {"ok": 0, "dirty": 1, "save": 2, "load": 3}, "readonly": false, "cmd": "hemot eeprom"},
|
{"path": "eeprom", "type": "enum", "enum": {"ok": 0, "dirty": 1, "save": 2, "load": 3}, "readonly": false, "cmd": "hemot eeprom"},
|
||||||
{"path": "customadr", "type": "text", "readonly": false, "cmd": "hemot customadr"},
|
{"path": "customadr", "type": "text", "readonly": false, "cmd": "hemot customadr"},
|
||||||
{"path": "custompar", "type": "float", "readonly": false, "cmd": "hemot custompar"}]}, "table": {"base": "/table", "params": [{"path": "", "type": "none", "kids": 17},
|
{"path": "custompar", "type": "float", "readonly": false, "cmd": "hemot custompar"}]},
|
||||||
|
|
||||||
|
"table": {"base": "/table", "params": [
|
||||||
|
{"path": "", "type": "none", "kids": 17},
|
||||||
{"path": "send", "type": "text", "readonly": false, "cmd": "table send", "visibility": 3},
|
{"path": "send", "type": "text", "readonly": false, "cmd": "table send", "visibility": 3},
|
||||||
{"path": "status", "type": "text", "visibility": 3},
|
{"path": "status", "type": "text", "visibility": 3},
|
||||||
{"path": "fix_tt_set_prop", "type": "bool", "readonly": false, "cmd": "table fix_tt_set_prop"},
|
{"path": "fix_tt_set_prop", "type": "bool", "readonly": false, "cmd": "table fix_tt_set_prop"},
|
||||||
@ -274,4 +295,14 @@
|
|||||||
{"path": "tbl_tt_dblctrl_prop_up", "type": "text", "readonly": false, "cmd": "table tbl_tt_dblctrl_prop_up", "description": "enter value pair separated with colon T1:par1 T2:par2 ..."},
|
{"path": "tbl_tt_dblctrl_prop_up", "type": "text", "readonly": false, "cmd": "table tbl_tt_dblctrl_prop_up", "description": "enter value pair separated with colon T1:par1 T2:par2 ..."},
|
||||||
{"path": "fix_tt_dblctrl_prop_lo", "type": "bool", "readonly": false, "cmd": "table fix_tt_dblctrl_prop_lo"},
|
{"path": "fix_tt_dblctrl_prop_lo", "type": "bool", "readonly": false, "cmd": "table fix_tt_dblctrl_prop_lo"},
|
||||||
{"path": "val_tt_dblctrl_prop_lo", "type": "float"},
|
{"path": "val_tt_dblctrl_prop_lo", "type": "float"},
|
||||||
{"path": "tbl_tt_dblctrl_prop_lo", "type": "text", "readonly": false, "cmd": "table tbl_tt_dblctrl_prop_lo", "description": "enter value pair separated with colon T1:par1 T2:par2 ..."}]}}
|
{"path": "tbl_tt_dblctrl_prop_lo", "type": "text", "readonly": false, "cmd": "table tbl_tt_dblctrl_prop_lo", "description": "enter value pair separated with colon T1:par1 T2:par2 ..."}]},
|
||||||
|
|
||||||
|
"prep0v": {"base": "/prep0v", "params": [
|
||||||
|
{"path": "", "type": "text", "readonly": false, "cmd": "prep0v", "kids": 2},
|
||||||
|
{"path": "send", "type": "text", "readonly": false, "cmd": "prep0v send", "visibility": 3},
|
||||||
|
{"path": "status", "type": "text", "visibility": 3}]},
|
||||||
|
|
||||||
|
"prep0": {"base": "/prep0", "params": [
|
||||||
|
{"path": "", "type": "text", "readonly": false, "cmd": "prep0", "kids": 2},
|
||||||
|
{"path": "send", "type": "text", "readonly": false, "cmd": "prep0 send", "visibility": 3},
|
||||||
|
{"path": "status", "type": "text", "visibility": 3}]}}
|
||||||
|
482
cfg/sea/ill5pgas5.config.json
Normal file
482
cfg/sea/ill5pgas5.config.json
Normal file
@ -0,0 +1,482 @@
|
|||||||
|
{"tt": {"base": "/tt", "params": [
|
||||||
|
{"path": "", "type": "float", "readonly": false, "cmd": "run tt", "description": "tt", "kids": 17},
|
||||||
|
{"path": "send", "type": "text", "readonly": false, "cmd": "tt send", "visibility": 3},
|
||||||
|
{"path": "status", "type": "text", "readonly": false, "cmd": "run tt", "visibility": 3},
|
||||||
|
{"path": "is_running", "type": "int", "readonly": false, "cmd": "tt is_running", "visibility": 3},
|
||||||
|
{"path": "mainloop", "type": "text", "readonly": false, "cmd": "tt mainloop", "visibility": 3},
|
||||||
|
{"path": "target", "type": "float", "readonly": false, "cmd": "run tt"},
|
||||||
|
{"path": "running", "type": "int", "readonly": false, "cmd": "run tt"},
|
||||||
|
{"path": "tolerance", "type": "float", "readonly": false, "cmd": "tt tolerance"},
|
||||||
|
{"path": "maxwait", "type": "float", "readonly": false, "cmd": "tt maxwait"},
|
||||||
|
{"path": "settle", "type": "float", "readonly": false, "cmd": "tt settle"},
|
||||||
|
{"path": "log", "type": "text", "readonly": false, "cmd": "tt log", "visibility": 3, "kids": 4},
|
||||||
|
{"path": "log/mean", "type": "float", "readonly": false, "cmd": "run tt", "visibility": 3},
|
||||||
|
{"path": "log/m2", "type": "float", "readonly": false, "cmd": "run tt", "visibility": 3},
|
||||||
|
{"path": "log/stddev", "type": "float", "readonly": false, "cmd": "run tt", "visibility": 3},
|
||||||
|
{"path": "log/n", "type": "float", "readonly": false, "cmd": "run tt", "visibility": 3},
|
||||||
|
{"path": "dblctrl", "type": "bool", "readonly": false, "cmd": "tt dblctrl", "kids": 9},
|
||||||
|
{"path": "dblctrl/tshift", "type": "float", "readonly": false, "cmd": "tt dblctrl/tshift"},
|
||||||
|
{"path": "dblctrl/mode", "type": "enum", "enum": {"disabled": -1, "inactive": 0, "stable": 1, "up": 2, "down": 3}, "readonly": false, "cmd": "tt dblctrl/mode"},
|
||||||
|
{"path": "dblctrl/shift_up", "type": "float", "readonly": false, "cmd": "run tt"},
|
||||||
|
{"path": "dblctrl/shift_lo", "type": "float", "readonly": false, "cmd": "run tt"},
|
||||||
|
{"path": "dblctrl/t_min", "type": "float", "readonly": false, "cmd": "run tt"},
|
||||||
|
{"path": "dblctrl/t_max", "type": "float", "readonly": false, "cmd": "run tt"},
|
||||||
|
{"path": "dblctrl/int2", "type": "float", "readonly": false, "cmd": "tt dblctrl/int2"},
|
||||||
|
{"path": "dblctrl/prop_up", "type": "float", "readonly": false, "cmd": "tt dblctrl/prop_up"},
|
||||||
|
{"path": "dblctrl/prop_lo", "type": "float", "readonly": false, "cmd": "tt dblctrl/prop_lo"},
|
||||||
|
{"path": "tm", "type": "float", "readonly": false, "cmd": "run tt", "kids": 4},
|
||||||
|
{"path": "tm/curve", "type": "text", "readonly": false, "cmd": "tt tm/curve", "kids": 1},
|
||||||
|
{"path": "tm/curve/points", "type": "floatvarar", "readonly": false, "cmd": "tt tm/curve/points", "visibility": 3},
|
||||||
|
{"path": "tm/alarm", "type": "float", "readonly": false, "cmd": "tt tm/alarm"},
|
||||||
|
{"path": "tm/stddev", "type": "float", "readonly": false, "cmd": "run tt"},
|
||||||
|
{"path": "tm/raw", "type": "float", "readonly": false, "cmd": "run tt"},
|
||||||
|
{"path": "ts", "type": "float", "readonly": false, "cmd": "run tt", "kids": 4},
|
||||||
|
{"path": "ts/curve", "type": "text", "readonly": false, "cmd": "tt ts/curve", "kids": 1},
|
||||||
|
{"path": "ts/curve/points", "type": "floatvarar", "readonly": false, "cmd": "tt ts/curve/points", "visibility": 3},
|
||||||
|
{"path": "ts/alarm", "type": "float", "readonly": false, "cmd": "tt ts/alarm"},
|
||||||
|
{"path": "ts/stddev", "type": "float", "readonly": false, "cmd": "run tt"},
|
||||||
|
{"path": "ts/raw", "type": "float", "readonly": false, "cmd": "run tt"},
|
||||||
|
{"path": "ts_2", "type": "float", "readonly": false, "cmd": "run tt", "kids": 4},
|
||||||
|
{"path": "ts_2/curve", "type": "text", "readonly": false, "cmd": "tt ts_2/curve", "kids": 1},
|
||||||
|
{"path": "ts_2/curve/points", "type": "floatvarar", "readonly": false, "cmd": "tt ts_2/curve/points", "visibility": 3},
|
||||||
|
{"path": "ts_2/alarm", "type": "float", "readonly": false, "cmd": "tt ts_2/alarm"},
|
||||||
|
{"path": "ts_2/stddev", "type": "float", "readonly": false, "cmd": "run tt"},
|
||||||
|
{"path": "ts_2/raw", "type": "float", "readonly": false, "cmd": "run tt"},
|
||||||
|
{"path": "set", "type": "float", "readonly": false, "cmd": "tt set", "kids": 18},
|
||||||
|
{"path": "set/mode", "type": "enum", "enum": {"disabled": -1, "off": 0, "controlling": 1, "manual": 2}, "readonly": false, "cmd": "tt set/mode"},
|
||||||
|
{"path": "set/reg", "type": "float", "readonly": false, "cmd": "run tt"},
|
||||||
|
{"path": "set/ramp", "type": "float", "readonly": false, "cmd": "tt set/ramp", "description": "maximum ramp in K/min (0: ramp off)"},
|
||||||
|
{"path": "set/wramp", "type": "float", "readonly": false, "cmd": "tt set/wramp"},
|
||||||
|
{"path": "set/smooth", "type": "float", "readonly": false, "cmd": "tt set/smooth", "description": "smooth time (minutes)"},
|
||||||
|
{"path": "set/channel", "type": "text", "readonly": false, "cmd": "tt set/channel"},
|
||||||
|
{"path": "set/limit", "type": "float", "readonly": false, "cmd": "tt set/limit"},
|
||||||
|
{"path": "set/resist", "type": "float", "readonly": false, "cmd": "tt set/resist"},
|
||||||
|
{"path": "set/maxheater", "type": "text", "readonly": false, "cmd": "tt set/maxheater", "description": "maximum heater limit, units should be given without space: W, mW, A, mA"},
|
||||||
|
{"path": "set/linearpower", "type": "float", "readonly": false, "cmd": "tt set/linearpower", "description": "when not 0, it is the maximum effective power, and the power is linear to the heater output"},
|
||||||
|
{"path": "set/maxpowerlim", "type": "float", "readonly": false, "cmd": "run tt", "description": "the maximum power limit (before any booster or converter)"},
|
||||||
|
{"path": "set/maxpower", "type": "float", "readonly": false, "cmd": "tt set/maxpower", "description": "maximum power [W]"},
|
||||||
|
{"path": "set/maxcurrent", "type": "float", "readonly": false, "cmd": "run tt", "description": "the maximum current before any booster or converter"},
|
||||||
|
{"path": "set/manualpower", "type": "float", "readonly": false, "cmd": "tt set/manualpower"},
|
||||||
|
{"path": "set/power", "type": "float", "readonly": false, "cmd": "run tt"},
|
||||||
|
{"path": "set/prop", "type": "float", "readonly": false, "cmd": "tt set/prop", "description": "bigger means more gain"},
|
||||||
|
{"path": "set/integ", "type": "float", "readonly": false, "cmd": "tt set/integ", "description": "bigger means faster"},
|
||||||
|
{"path": "set/deriv", "type": "float", "readonly": false, "cmd": "tt set/deriv"},
|
||||||
|
{"path": "display", "type": "text", "readonly": false, "cmd": "tt display"},
|
||||||
|
{"path": "remote", "type": "bool", "readonly": false, "cmd": "run tt"}]},
|
||||||
|
|
||||||
|
"pauto": {"base": "/pauto", "params": [
|
||||||
|
{"path": "", "type": "text", "description": "automation is off when T > max_cpl", "kids": 8},
|
||||||
|
{"path": "send", "type": "text", "readonly": false, "cmd": "pauto send", "visibility": 3},
|
||||||
|
{"path": "status", "type": "text", "visibility": 3},
|
||||||
|
{"path": "auto", "type": "bool", "readonly": false, "cmd": "pauto auto", "description": "activate automation for pressure cell"},
|
||||||
|
{"path": "min_cpl", "type": "float", "readonly": false, "cmd": "pauto min_cpl"},
|
||||||
|
{"path": "max_cpl", "type": "float", "readonly": false, "cmd": "pauto max_cpl"},
|
||||||
|
{"path": "fact_cpl", "type": "float", "readonly": false, "cmd": "pauto fact_cpl"},
|
||||||
|
{"path": "max_ramp", "type": "float", "readonly": false, "cmd": "pauto max_ramp"},
|
||||||
|
{"path": "target", "type": "float"}]},
|
||||||
|
|
||||||
|
"tc": {"base": "/tc", "params": [
|
||||||
|
{"path": "", "type": "float", "readonly": false, "cmd": "run tc", "description": "tc", "kids": 15},
|
||||||
|
{"path": "send", "type": "text", "readonly": false, "cmd": "tc send", "visibility": 3},
|
||||||
|
{"path": "status", "type": "text", "readonly": false, "cmd": "run tc", "visibility": 3},
|
||||||
|
{"path": "is_running", "type": "int", "readonly": false, "cmd": "tc is_running", "visibility": 3},
|
||||||
|
{"path": "mainloop", "type": "text", "readonly": false, "cmd": "tc mainloop", "visibility": 3},
|
||||||
|
{"path": "target", "type": "float", "readonly": false, "cmd": "run tc"},
|
||||||
|
{"path": "running", "type": "int", "readonly": false, "cmd": "run tc"},
|
||||||
|
{"path": "tolerance", "type": "float", "readonly": false, "cmd": "tc tolerance"},
|
||||||
|
{"path": "maxwait", "type": "float", "readonly": false, "cmd": "tc maxwait"},
|
||||||
|
{"path": "settle", "type": "float", "readonly": false, "cmd": "tc settle"},
|
||||||
|
{"path": "log", "type": "text", "readonly": false, "cmd": "tc log", "visibility": 3, "kids": 4},
|
||||||
|
{"path": "log/mean", "type": "float", "readonly": false, "cmd": "run tc", "visibility": 3},
|
||||||
|
{"path": "log/m2", "type": "float", "readonly": false, "cmd": "run tc", "visibility": 3},
|
||||||
|
{"path": "log/stddev", "type": "float", "readonly": false, "cmd": "run tc", "visibility": 3},
|
||||||
|
{"path": "log/n", "type": "float", "readonly": false, "cmd": "run tc", "visibility": 3},
|
||||||
|
{"path": "dblctrl", "type": "bool", "readonly": false, "cmd": "tc dblctrl", "visibility": 3, "kids": 9},
|
||||||
|
{"path": "dblctrl/tshift", "type": "float", "readonly": false, "cmd": "tc dblctrl/tshift", "visibility": 3},
|
||||||
|
{"path": "dblctrl/mode", "type": "enum", "enum": {"disabled": -1, "inactive": 0, "stable": 1, "up": 2, "down": 3}, "readonly": false, "cmd": "tc dblctrl/mode", "visibility": 3},
|
||||||
|
{"path": "dblctrl/shift_up", "type": "float", "readonly": false, "cmd": "run tc", "visibility": 3},
|
||||||
|
{"path": "dblctrl/shift_lo", "type": "float", "readonly": false, "cmd": "run tc", "visibility": 3},
|
||||||
|
{"path": "dblctrl/t_min", "type": "float", "readonly": false, "cmd": "run tc", "visibility": 3},
|
||||||
|
{"path": "dblctrl/t_max", "type": "float", "readonly": false, "cmd": "run tc", "visibility": 3},
|
||||||
|
{"path": "dblctrl/int2", "type": "float", "readonly": false, "cmd": "tc dblctrl/int2", "visibility": 3},
|
||||||
|
{"path": "dblctrl/prop_up", "type": "float", "readonly": false, "cmd": "tc dblctrl/prop_up", "visibility": 3},
|
||||||
|
{"path": "dblctrl/prop_lo", "type": "float", "readonly": false, "cmd": "tc dblctrl/prop_lo", "visibility": 3},
|
||||||
|
{"path": "tb", "type": "float", "readonly": false, "cmd": "run tc", "kids": 4},
|
||||||
|
{"path": "tb/curve", "type": "text", "readonly": false, "cmd": "tc tb/curve", "kids": 1},
|
||||||
|
{"path": "tb/curve/points", "type": "floatvarar", "readonly": false, "cmd": "tc tb/curve/points", "visibility": 3},
|
||||||
|
{"path": "tb/alarm", "type": "float", "readonly": false, "cmd": "tc tb/alarm"},
|
||||||
|
{"path": "tb/stddev", "type": "float", "readonly": false, "cmd": "run tc"},
|
||||||
|
{"path": "tb/raw", "type": "float", "readonly": false, "cmd": "run tc"},
|
||||||
|
{"path": "set", "type": "float", "readonly": false, "cmd": "tc set", "kids": 18},
|
||||||
|
{"path": "set/mode", "type": "enum", "enum": {"disabled": -1, "off": 0, "controlling": 1, "manual": 2}, "readonly": false, "cmd": "tc set/mode"},
|
||||||
|
{"path": "set/reg", "type": "float", "readonly": false, "cmd": "run tc"},
|
||||||
|
{"path": "set/ramp", "type": "float", "readonly": false, "cmd": "tc set/ramp", "description": "maximum ramp in K/min (0: ramp off)"},
|
||||||
|
{"path": "set/wramp", "type": "float", "readonly": false, "cmd": "tc set/wramp"},
|
||||||
|
{"path": "set/smooth", "type": "float", "readonly": false, "cmd": "tc set/smooth", "description": "smooth time (minutes)"},
|
||||||
|
{"path": "set/channel", "type": "text", "readonly": false, "cmd": "tc set/channel"},
|
||||||
|
{"path": "set/limit", "type": "float", "readonly": false, "cmd": "tc set/limit"},
|
||||||
|
{"path": "set/resist", "type": "float", "readonly": false, "cmd": "tc set/resist"},
|
||||||
|
{"path": "set/maxheater", "type": "text", "readonly": false, "cmd": "tc set/maxheater", "description": "maximum heater limit, units should be given without space: W, mW, A, mA"},
|
||||||
|
{"path": "set/linearpower", "type": "float", "readonly": false, "cmd": "tc set/linearpower", "description": "when not 0, it is the maximum effective power, and the power is linear to the heater output"},
|
||||||
|
{"path": "set/maxpowerlim", "type": "float", "readonly": false, "cmd": "run tc", "description": "the maximum power limit (before any booster or converter)"},
|
||||||
|
{"path": "set/maxpower", "type": "float", "readonly": false, "cmd": "tc set/maxpower", "description": "maximum power [W]"},
|
||||||
|
{"path": "set/maxcurrent", "type": "float", "readonly": false, "cmd": "run tc", "description": "the maximum current before any booster or converter"},
|
||||||
|
{"path": "set/manualpower", "type": "float", "readonly": false, "cmd": "tc set/manualpower"},
|
||||||
|
{"path": "set/power", "type": "float", "readonly": false, "cmd": "run tc"},
|
||||||
|
{"path": "set/prop", "type": "float", "readonly": false, "cmd": "tc set/prop", "description": "bigger means more gain"},
|
||||||
|
{"path": "set/integ", "type": "float", "readonly": false, "cmd": "tc set/integ", "description": "bigger means faster"},
|
||||||
|
{"path": "set/deriv", "type": "float", "readonly": false, "cmd": "tc set/deriv"},
|
||||||
|
{"path": "display", "type": "text", "readonly": false, "cmd": "tc display"},
|
||||||
|
{"path": "remote", "type": "bool", "readonly": false, "cmd": "run tc"}]},
|
||||||
|
|
||||||
|
"cc": {"base": "/cc", "params": [
|
||||||
|
{"path": "", "type": "bool", "kids": 96},
|
||||||
|
{"path": "send", "type": "text", "readonly": false, "cmd": "cc send", "visibility": 3},
|
||||||
|
{"path": "status", "type": "text", "visibility": 3},
|
||||||
|
{"path": "autodevice", "type": "bool", "readonly": false, "cmd": "cc autodevice"},
|
||||||
|
{"path": "fav", "type": "bool", "readonly": false, "cmd": "cc fav"},
|
||||||
|
{"path": "f", "type": "float"},
|
||||||
|
{"path": "fs", "type": "enum", "enum": {"ok": 0, "no_sens": 1}, "readonly": false, "cmd": "cc fs"},
|
||||||
|
{"path": "mav", "type": "bool", "readonly": false, "cmd": "cc mav"},
|
||||||
|
{"path": "fm", "type": "enum", "enum": {"idle": 0, "opening": 1, "closing": 2, "opened": 3, "closed": 4, "no_motor": 5}},
|
||||||
|
{"path": "fa", "type": "enum", "enum": {"fixed": 0, "controlled": 1, "automatic": 2, "offline": 3}, "readonly": false, "cmd": "cc fa"},
|
||||||
|
{"path": "mp", "type": "float", "readonly": false, "cmd": "cc mp"},
|
||||||
|
{"path": "msp", "type": "float"},
|
||||||
|
{"path": "mmp", "type": "float"},
|
||||||
|
{"path": "mc", "type": "float", "readonly": false, "cmd": "cc mc"},
|
||||||
|
{"path": "mfc", "type": "float", "readonly": false, "cmd": "cc mfc"},
|
||||||
|
{"path": "moc", "type": "float", "readonly": false, "cmd": "cc moc"},
|
||||||
|
{"path": "mtc", "type": "float", "readonly": false, "cmd": "cc mtc"},
|
||||||
|
{"path": "mtl", "type": "float"},
|
||||||
|
{"path": "mft", "type": "float", "readonly": false, "cmd": "cc mft"},
|
||||||
|
{"path": "mt", "type": "float"},
|
||||||
|
{"path": "mo", "type": "float"},
|
||||||
|
{"path": "mcr", "type": "float"},
|
||||||
|
{"path": "mot", "type": "float"},
|
||||||
|
{"path": "mw", "type": "float", "readonly": false, "cmd": "cc mw", "description": "correction pulse after automatic open"},
|
||||||
|
{"path": "hav", "type": "bool", "readonly": false, "cmd": "cc hav"},
|
||||||
|
{"path": "h", "type": "float"},
|
||||||
|
{"path": "hr", "type": "float"},
|
||||||
|
{"path": "hc", "type": "float"},
|
||||||
|
{"path": "hu", "type": "float"},
|
||||||
|
{"path": "hh", "type": "float", "readonly": false, "cmd": "cc hh"},
|
||||||
|
{"path": "hl", "type": "float", "readonly": false, "cmd": "cc hl"},
|
||||||
|
{"path": "htf", "type": "float", "readonly": false, "cmd": "cc htf", "description": "meas. period in fast mode"},
|
||||||
|
{"path": "hts", "type": "float", "readonly": false, "cmd": "cc hts", "description": "meas. period in slow mode"},
|
||||||
|
{"path": "hd", "type": "float", "readonly": false, "cmd": "cc hd"},
|
||||||
|
{"path": "hwr", "type": "float", "readonly": false, "cmd": "cc hwr"},
|
||||||
|
{"path": "hem", "type": "float", "readonly": false, "cmd": "cc hem", "description": "sensor length in mm from top to empty pos."},
|
||||||
|
{"path": "hfu", "type": "float", "readonly": false, "cmd": "cc hfu", "description": "sensor length in mm from top to full pos."},
|
||||||
|
{"path": "hcd", "type": "enum", "enum": {"stop": 0, "fill": 1, "off": 2, "auto": 3, "manual": 7}, "readonly": false, "cmd": "cc hcd"},
|
||||||
|
{"path": "hv", "type": "enum", "enum": {"fill_valve_off": 0, "filling": 1, "no_fill_valve": 2, "timeout": 3, "timeout1": 4}},
|
||||||
|
{"path": "hsf", "type": "enum", "enum": {"sens_ok": 0, "sens_warm": 1, "no_sens": 2, "timeout": 3, "not_yet_read": 4, "disabled": 5}},
|
||||||
|
{"path": "ha", "type": "bool", "readonly": false, "cmd": "cc ha"},
|
||||||
|
{"path": "hm", "type": "bool"},
|
||||||
|
{"path": "hf", "type": "enum", "enum": {"slow": 0, "fast": 1}, "readonly": false, "cmd": "cc hf"},
|
||||||
|
{"path": "hbe", "type": "bool", "readonly": false, "cmd": "cc hbe"},
|
||||||
|
{"path": "hmf", "type": "float"},
|
||||||
|
{"path": "hms", "type": "float"},
|
||||||
|
{"path": "hit", "type": "float", "readonly": false, "cmd": "cc hit"},
|
||||||
|
{"path": "hft", "type": "int", "readonly": false, "cmd": "cc hft"},
|
||||||
|
{"path": "hea", "type": "enum", "enum": {"0": 0, "1": 1, "6": 2}, "readonly": false, "cmd": "cc hea"},
|
||||||
|
{"path": "hch", "type": "int", "readonly": false, "cmd": "cc hch", "visibility": 3},
|
||||||
|
{"path": "hwr0", "type": "float", "readonly": false, "cmd": "cc hwr0", "visibility": 3},
|
||||||
|
{"path": "hem0", "type": "float", "readonly": false, "cmd": "cc hem0", "description": "sensor length in mm from top to empty pos.", "visibility": 3},
|
||||||
|
{"path": "hfu0", "type": "float", "readonly": false, "cmd": "cc hfu0", "description": "sensor length in mm from top to full pos.", "visibility": 3},
|
||||||
|
{"path": "hd0", "type": "float", "readonly": false, "cmd": "cc hd0", "description": "external sensor drive current (mA)", "visibility": 3},
|
||||||
|
{"path": "h0", "type": "float", "visibility": 3},
|
||||||
|
{"path": "hs0", "type": "enum", "enum": {"sens_ok": 0, "sens_warm": 1, "no_sens": 2, "timeout": 3, "not_yet_read": 4, "disabled": 5}, "visibility": 3},
|
||||||
|
{"path": "h1", "type": "float", "visibility": 3},
|
||||||
|
{"path": "hs1", "type": "enum", "enum": {"sens_ok": 0, "sens_warm": 1, "no_sens": 2, "timeout": 3, "not_yet_read": 4, "disabled": 5}, "visibility": 3},
|
||||||
|
{"path": "h2", "type": "float", "visibility": 3},
|
||||||
|
{"path": "hs2", "type": "enum", "enum": {"sens_ok": 0, "sens_warm": 1, "no_sens": 2, "timeout": 3, "not_yet_read": 4, "disabled": 5}, "visibility": 3},
|
||||||
|
{"path": "h3", "type": "float", "visibility": 3},
|
||||||
|
{"path": "hs3", "type": "enum", "enum": {"sens_ok": 0, "sens_warm": 1, "no_sens": 2, "timeout": 3, "not_yet_read": 4, "disabled": 5}, "visibility": 3},
|
||||||
|
{"path": "h4", "type": "float", "visibility": 3},
|
||||||
|
{"path": "hs4", "type": "enum", "enum": {"sens_ok": 0, "sens_warm": 1, "no_sens": 2, "timeout": 3, "not_yet_read": 4, "disabled": 5}, "visibility": 3},
|
||||||
|
{"path": "h5", "type": "float", "visibility": 3},
|
||||||
|
{"path": "hs5", "type": "enum", "enum": {"sens_ok": 0, "sens_warm": 1, "no_sens": 2, "timeout": 3, "not_yet_read": 4, "disabled": 5}, "visibility": 3},
|
||||||
|
{"path": "hfb", "type": "float"},
|
||||||
|
{"path": "nav", "type": "bool", "readonly": false, "cmd": "cc nav"},
|
||||||
|
{"path": "nu", "type": "float"},
|
||||||
|
{"path": "nl", "type": "float"},
|
||||||
|
{"path": "nth", "type": "float", "readonly": false, "cmd": "cc nth"},
|
||||||
|
{"path": "ntc", "type": "float", "readonly": false, "cmd": "cc ntc"},
|
||||||
|
{"path": "ntm", "type": "float", "readonly": false, "cmd": "cc ntm"},
|
||||||
|
{"path": "ns", "type": "enum", "enum": {"sens_ok": 0, "no_sens": 1, "short_circuit": 2, "upside_down": 3, "sens_warm": 4, "empty": 5}},
|
||||||
|
{"path": "na", "type": "bool", "readonly": false, "cmd": "cc na"},
|
||||||
|
{"path": "nv", "type": "enum", "enum": {"fill_valve_off": 0, "filling": 1, "no_fill_valve": 2, "timeout": 3, "timeout1": 4, "boost": 5}},
|
||||||
|
{"path": "nc", "type": "enum", "enum": {"stop": 0, "fill": 1, "off": 2, "auto": 3}, "readonly": false, "cmd": "cc nc"},
|
||||||
|
{"path": "nfb", "type": "float"},
|
||||||
|
{"path": "cda", "type": "float"},
|
||||||
|
{"path": "cdb", "type": "float"},
|
||||||
|
{"path": "cba", "type": "float"},
|
||||||
|
{"path": "cbb", "type": "float"},
|
||||||
|
{"path": "cvs", "type": "int"},
|
||||||
|
{"path": "csp", "type": "int"},
|
||||||
|
{"path": "cdv", "type": "text", "readonly": false, "cmd": "cc cdv"},
|
||||||
|
{"path": "cic", "type": "text", "readonly": false, "cmd": "cc cic"},
|
||||||
|
{"path": "cin", "type": "text"},
|
||||||
|
{"path": "cds", "type": "enum", "enum": {"local": 0, "remote": 1, "loading": 2, "by_code": 3, "by_touch": 4}, "readonly": false, "cmd": "cc cds"},
|
||||||
|
{"path": "timing", "type": "bool", "readonly": false, "cmd": "cc timing"},
|
||||||
|
{"path": "tc", "type": "float", "visibility": 3},
|
||||||
|
{"path": "tn", "type": "float", "visibility": 3},
|
||||||
|
{"path": "th", "type": "float", "visibility": 3},
|
||||||
|
{"path": "tf", "type": "float", "visibility": 3},
|
||||||
|
{"path": "tm", "type": "float", "visibility": 3},
|
||||||
|
{"path": "tv", "type": "float", "visibility": 3},
|
||||||
|
{"path": "tq", "type": "float", "visibility": 3},
|
||||||
|
{"path": "bdl", "type": "float", "readonly": false, "cmd": "cc bdl"}]},
|
||||||
|
|
||||||
|
"nv": {"base": "/nv", "params": [
|
||||||
|
{"path": "", "type": "enum", "enum": {"fixed": 0, "controlled": 1, "automatic": 2, "close": 3, "open": 4}, "readonly": false, "cmd": "nv", "kids": 11},
|
||||||
|
{"path": "send", "type": "text", "readonly": false, "cmd": "nv send", "visibility": 3},
|
||||||
|
{"path": "status", "type": "text", "visibility": 3},
|
||||||
|
{"path": "motstat", "type": "enum", "enum": {"idle": 0, "opening": 1, "closing": 2, "opened": 3, "closed": 4, "no_motor": 5}},
|
||||||
|
{"path": "flow", "type": "float"},
|
||||||
|
{"path": "set", "type": "float", "readonly": false, "cmd": "nv set"},
|
||||||
|
{"path": "flowmax", "type": "float", "readonly": false, "cmd": "nv flowmax"},
|
||||||
|
{"path": "flowp", "type": "float"},
|
||||||
|
{"path": "span", "type": "float"},
|
||||||
|
{"path": "ctrl", "type": "none", "kids": 13},
|
||||||
|
{"path": "ctrl/regtext", "type": "text"},
|
||||||
|
{"path": "ctrl/prop_o", "type": "float", "readonly": false, "cmd": "nv ctrl/prop_o", "description": "prop [sec/mbar] when opening. above 4 mbar a 10 times lower value is used"},
|
||||||
|
{"path": "ctrl/prop_c", "type": "float", "readonly": false, "cmd": "nv ctrl/prop_c", "description": "prop [sec/mbar] when closing. above 4 mbar a 10 times lower value is used"},
|
||||||
|
{"path": "ctrl/deriv_o", "type": "float", "readonly": false, "cmd": "nv ctrl/deriv_o", "description": "convergence target time [sec] when opening"},
|
||||||
|
{"path": "ctrl/deriv_c", "type": "float", "readonly": false, "cmd": "nv ctrl/deriv_c", "description": "convergence target time [sec] when closing"},
|
||||||
|
{"path": "ctrl/minpulse_o", "type": "float", "readonly": false, "cmd": "nv ctrl/minpulse_o", "description": "minimum close pulse [sec]"},
|
||||||
|
{"path": "ctrl/minpulse_c", "type": "float", "readonly": false, "cmd": "nv ctrl/minpulse_c", "description": "standard close pulse [sec]"},
|
||||||
|
{"path": "ctrl/hystpulse_o", "type": "float", "readonly": false, "cmd": "nv ctrl/hystpulse_o", "description": "motor pulse to overcome hysteresis when opening"},
|
||||||
|
{"path": "ctrl/hystpulse_c", "type": "float", "readonly": false, "cmd": "nv ctrl/hystpulse_c", "description": "motor pulse to overcome hysteresis when closing"},
|
||||||
|
{"path": "ctrl/tol", "type": "float", "readonly": false, "cmd": "nv ctrl/tol", "description": "valid below 3 mbar"},
|
||||||
|
{"path": "ctrl/tolhigh", "type": "float", "readonly": false, "cmd": "nv ctrl/tolhigh", "description": "valid above 4 mbar"},
|
||||||
|
{"path": "ctrl/openpulse", "type": "float", "readonly": false, "cmd": "nv ctrl/openpulse", "description": "time to open from completely closed to a significant opening"},
|
||||||
|
{"path": "ctrl/adjust_minpulse", "type": "bool", "readonly": false, "cmd": "nv ctrl/adjust_minpulse", "description": "adjust minpulse automatically"},
|
||||||
|
{"path": "autoflow", "type": "none", "kids": 24},
|
||||||
|
{"path": "autoflow/suspended", "type": "bool", "readonly": false, "cmd": "nv autoflow/suspended"},
|
||||||
|
{"path": "autoflow/prop", "type": "float", "readonly": false, "cmd": "nv autoflow/prop"},
|
||||||
|
{"path": "autoflow/flowstd", "type": "float", "readonly": false, "cmd": "nv autoflow/flowstd"},
|
||||||
|
{"path": "autoflow/flowlim", "type": "float", "readonly": false, "cmd": "nv autoflow/flowlim"},
|
||||||
|
{"path": "autoflow/smooth", "type": "float", "readonly": false, "cmd": "nv autoflow/smooth"},
|
||||||
|
{"path": "autoflow/difSize", "type": "float", "readonly": false, "cmd": "nv autoflow/difSize"},
|
||||||
|
{"path": "autoflow/difRange", "type": "float", "readonly": false, "cmd": "nv autoflow/difRange"},
|
||||||
|
{"path": "autoflow/flowSize", "type": "float", "readonly": false, "cmd": "nv autoflow/flowSize"},
|
||||||
|
{"path": "autoflow/convTime", "type": "float", "readonly": false, "cmd": "nv autoflow/convTime"},
|
||||||
|
{"path": "autoflow/Tmin", "type": "float", "readonly": false, "cmd": "nv autoflow/Tmin"},
|
||||||
|
{"path": "autoflow/script", "type": "text", "readonly": false, "cmd": "nv autoflow/script"},
|
||||||
|
{"path": "autoflow/getTemp", "type": "text", "readonly": false, "cmd": "nv autoflow/getTemp"},
|
||||||
|
{"path": "autoflow/getTset", "type": "text", "readonly": false, "cmd": "nv autoflow/getTset"},
|
||||||
|
{"path": "autoflow/getFlow", "type": "text", "readonly": false, "cmd": "nv autoflow/getFlow"},
|
||||||
|
{"path": "autoflow/difBuf", "type": "text"},
|
||||||
|
{"path": "autoflow/flowBuf", "type": "text"},
|
||||||
|
{"path": "autoflow/flowset", "type": "float"},
|
||||||
|
{"path": "autoflow/flowmin", "type": "float"},
|
||||||
|
{"path": "autoflow/flowmax", "type": "float"},
|
||||||
|
{"path": "autoflow/difmin", "type": "float"},
|
||||||
|
{"path": "autoflow/difmax", "type": "float"},
|
||||||
|
{"path": "autoflow/setmin", "type": "float"},
|
||||||
|
{"path": "autoflow/setmax", "type": "float"},
|
||||||
|
{"path": "autoflow/flowtarget", "type": "float"},
|
||||||
|
{"path": "calib", "type": "none", "kids": 2},
|
||||||
|
{"path": "calib/ln_per_min_per_mbar", "type": "float", "readonly": false, "cmd": "nv calib/ln_per_min_per_mbar"},
|
||||||
|
{"path": "calib/mbar_offset", "type": "float", "readonly": false, "cmd": "nv calib/mbar_offset"}]},
|
||||||
|
|
||||||
|
"ln2fill": {"base": "/ln2fill", "params": [
|
||||||
|
{"path": "", "type": "enum", "enum": {"watching": 0, "fill": 1, "inactive": 2}, "readonly": false, "cmd": "ln2fill", "kids": 3},
|
||||||
|
{"path": "send", "type": "text", "readonly": false, "cmd": "ln2fill send", "visibility": 3},
|
||||||
|
{"path": "status", "type": "text", "visibility": 3},
|
||||||
|
{"path": "state", "type": "text"}]},
|
||||||
|
|
||||||
|
"hefill": {"base": "/hefill", "params": [
|
||||||
|
{"path": "", "type": "enum", "enum": {"watching": 0, "fill": 1, "inactive": 2, "manualfill": 3}, "readonly": false, "cmd": "hefill", "kids": 6},
|
||||||
|
{"path": "send", "type": "text", "readonly": false, "cmd": "hefill send", "visibility": 3},
|
||||||
|
{"path": "status", "type": "text", "visibility": 3},
|
||||||
|
{"path": "fast", "type": "enum", "enum": {"slow": 0, "fast": 1}, "readonly": false, "cmd": "cc hf"},
|
||||||
|
{"path": "state", "type": "text"},
|
||||||
|
{"path": "hefull", "type": "float", "readonly": false, "cmd": "cc hh"},
|
||||||
|
{"path": "helow", "type": "float", "readonly": false, "cmd": "cc hl"}]},
|
||||||
|
|
||||||
|
"hepump": {"base": "/hepump", "params": [
|
||||||
|
{"path": "", "type": "enum", "enum": {"xds35_auto": 0, "xds35_manual": 1, "sv65": 2, "other": 3, "no": -1}, "readonly": false, "cmd": "hepump", "description": "xds35: scroll pump, sv65: leybold", "kids": 10},
|
||||||
|
{"path": "send", "type": "text", "readonly": false, "cmd": "hepump send", "visibility": 3},
|
||||||
|
{"path": "status", "type": "text", "visibility": 3},
|
||||||
|
{"path": "running", "type": "bool", "readonly": false, "cmd": "hepump running"},
|
||||||
|
{"path": "eco", "type": "bool", "readonly": false, "cmd": "hepump eco"},
|
||||||
|
{"path": "auto", "type": "bool", "readonly": false, "cmd": "hepump auto"},
|
||||||
|
{"path": "valve", "type": "enum", "enum": {"closed": 0, "closing": 1, "opening": 2, "opened": 3, "undefined": 4}, "readonly": false, "cmd": "hepump valve"},
|
||||||
|
{"path": "eco_t_lim", "type": "float", "readonly": false, "cmd": "hepump eco_t_lim", "description": "switch off eco mode when T_set < eco_t_lim and T < eco_t_lim * 2"},
|
||||||
|
{"path": "calib", "type": "float", "readonly": false, "cmd": "hepump calib", "visibility": 3},
|
||||||
|
{"path": "health", "type": "float"}]},
|
||||||
|
|
||||||
|
"hemot": {"base": "/hepump/hemot", "params": [
|
||||||
|
{"path": "", "type": "float", "readonly": false, "cmd": "run hemot", "kids": 30},
|
||||||
|
{"path": "send", "type": "text", "readonly": false, "cmd": "hemot send", "visibility": 3},
|
||||||
|
{"path": "status", "type": "text", "visibility": 3},
|
||||||
|
{"path": "is_running", "type": "int", "readonly": false, "cmd": "hemot is_running", "visibility": 3},
|
||||||
|
{"path": "pos", "type": "float"},
|
||||||
|
{"path": "encoder", "type": "float"},
|
||||||
|
{"path": "zero", "type": "float", "readonly": false, "cmd": "hemot zero"},
|
||||||
|
{"path": "lowerlimit", "type": "float", "readonly": false, "cmd": "hemot lowerlimit"},
|
||||||
|
{"path": "upperlimit", "type": "float", "readonly": false, "cmd": "hemot upperlimit"},
|
||||||
|
{"path": "disablelimits", "type": "bool", "readonly": false, "cmd": "hemot disablelimits"},
|
||||||
|
{"path": "verbose", "type": "bool", "readonly": false, "cmd": "hemot verbose"},
|
||||||
|
{"path": "target", "type": "float"},
|
||||||
|
{"path": "runstate", "type": "enum", "enum": {"idle": 0, "running": 1, "finished": 2, "error": 3}},
|
||||||
|
{"path": "precision", "type": "float", "readonly": false, "cmd": "hemot precision"},
|
||||||
|
{"path": "maxencdif", "type": "float", "readonly": false, "cmd": "hemot maxencdif"},
|
||||||
|
{"path": "id", "type": "float", "readonly": false, "cmd": "hemot id"},
|
||||||
|
{"path": "pump_number", "type": "float", "readonly": false, "cmd": "hemot pump_number"},
|
||||||
|
{"path": "init", "type": "float", "readonly": false, "cmd": "hemot init"},
|
||||||
|
{"path": "maxspeed", "type": "float", "readonly": false, "cmd": "hemot maxspeed"},
|
||||||
|
{"path": "acceleration", "type": "float", "readonly": false, "cmd": "hemot acceleration"},
|
||||||
|
{"path": "maxcurrent", "type": "float", "readonly": false, "cmd": "hemot maxcurrent"},
|
||||||
|
{"path": "standbycurrent", "type": "float", "readonly": false, "cmd": "hemot standbycurrent"},
|
||||||
|
{"path": "freewheeling", "type": "bool", "readonly": false, "cmd": "hemot freewheeling"},
|
||||||
|
{"path": "output0", "type": "bool", "readonly": false, "cmd": "hemot output0"},
|
||||||
|
{"path": "output1", "type": "bool", "readonly": false, "cmd": "hemot output1"},
|
||||||
|
{"path": "input3", "type": "bool"},
|
||||||
|
{"path": "pullup", "type": "float", "readonly": false, "cmd": "hemot pullup"},
|
||||||
|
{"path": "nopumpfeedback", "type": "bool", "readonly": false, "cmd": "hemot nopumpfeedback"},
|
||||||
|
{"path": "eeprom", "type": "enum", "enum": {"ok": 0, "dirty": 1, "save": 2, "load": 3}, "readonly": false, "cmd": "hemot eeprom"},
|
||||||
|
{"path": "customadr", "type": "text", "readonly": false, "cmd": "hemot customadr"},
|
||||||
|
{"path": "custompar", "type": "float", "readonly": false, "cmd": "hemot custompar"}]},
|
||||||
|
|
||||||
|
"nvflow": {"base": "/nvflow", "params": [
|
||||||
|
{"path": "", "type": "float", "kids": 7},
|
||||||
|
{"path": "send", "type": "text", "readonly": false, "cmd": "nvflow send", "visibility": 3},
|
||||||
|
{"path": "status", "type": "text", "visibility": 3},
|
||||||
|
{"path": "stddev", "type": "float"},
|
||||||
|
{"path": "nsamples", "type": "int", "readonly": false, "cmd": "nvflow nsamples"},
|
||||||
|
{"path": "offset", "type": "float", "readonly": false, "cmd": "nvflow offset"},
|
||||||
|
{"path": "scale", "type": "float", "readonly": false, "cmd": "nvflow scale"},
|
||||||
|
{"path": "save", "type": "bool", "readonly": false, "cmd": "nvflow save", "description": "unchecked: current calib is not saved. set checked: save calib"}]},
|
||||||
|
|
||||||
|
"table": {"base": "/table", "params": [
|
||||||
|
{"path": "", "type": "none", "kids": 17},
|
||||||
|
{"path": "send", "type": "text", "readonly": false, "cmd": "table send", "visibility": 3},
|
||||||
|
{"path": "status", "type": "text", "visibility": 3},
|
||||||
|
{"path": "fix_tt_set_prop", "type": "bool", "readonly": false, "cmd": "table fix_tt_set_prop"},
|
||||||
|
{"path": "val_tt_set_prop", "type": "float"},
|
||||||
|
{"path": "tbl_tt_set_prop", "type": "text", "readonly": false, "cmd": "table tbl_tt_set_prop", "description": "enter value pair separated with colon T1:par1 T2:par2 ..."},
|
||||||
|
{"path": "fix_tt_set_integ", "type": "bool", "readonly": false, "cmd": "table fix_tt_set_integ"},
|
||||||
|
{"path": "val_tt_set_integ", "type": "float"},
|
||||||
|
{"path": "tbl_tt_set_integ", "type": "text", "readonly": false, "cmd": "table tbl_tt_set_integ", "description": "enter value pair separated with colon T1:par1 T2:par2 ..."},
|
||||||
|
{"path": "fix_tt_dblctrl_int2", "type": "bool", "readonly": false, "cmd": "table fix_tt_dblctrl_int2"},
|
||||||
|
{"path": "val_tt_dblctrl_int2", "type": "float"},
|
||||||
|
{"path": "tbl_tt_dblctrl_int2", "type": "text", "readonly": false, "cmd": "table tbl_tt_dblctrl_int2", "description": "enter value pair separated with colon T1:par1 T2:par2 ..."},
|
||||||
|
{"path": "fix_tt_dblctrl_prop_up", "type": "bool", "readonly": false, "cmd": "table fix_tt_dblctrl_prop_up"},
|
||||||
|
{"path": "val_tt_dblctrl_prop_up", "type": "float"},
|
||||||
|
{"path": "tbl_tt_dblctrl_prop_up", "type": "text", "readonly": false, "cmd": "table tbl_tt_dblctrl_prop_up", "description": "enter value pair separated with colon T1:par1 T2:par2 ..."},
|
||||||
|
{"path": "fix_tt_dblctrl_prop_lo", "type": "bool", "readonly": false, "cmd": "table fix_tt_dblctrl_prop_lo"},
|
||||||
|
{"path": "val_tt_dblctrl_prop_lo", "type": "float"},
|
||||||
|
{"path": "tbl_tt_dblctrl_prop_lo", "type": "text", "readonly": false, "cmd": "table tbl_tt_dblctrl_prop_lo", "description": "enter value pair separated with colon T1:par1 T2:par2 ..."}]},
|
||||||
|
|
||||||
|
"pccu": {"base": "/pccu", "params": [
|
||||||
|
{"path": "", "type": "bool", "kids": 96},
|
||||||
|
{"path": "send", "type": "text", "readonly": false, "cmd": "pccu send", "visibility": 3},
|
||||||
|
{"path": "status", "type": "text", "visibility": 3},
|
||||||
|
{"path": "autodevice", "type": "bool", "readonly": false, "cmd": "pccu autodevice"},
|
||||||
|
{"path": "fav", "type": "bool", "readonly": false, "cmd": "pccu fav"},
|
||||||
|
{"path": "f", "type": "float"},
|
||||||
|
{"path": "fs", "type": "enum", "enum": {"ok": 0, "no_sens": 1}, "readonly": false, "cmd": "pccu fs"},
|
||||||
|
{"path": "mav", "type": "bool", "readonly": false, "cmd": "pccu mav"},
|
||||||
|
{"path": "fm", "type": "enum", "enum": {"idle": 0, "opening": 1, "closing": 2, "opened": 3, "closed": 4, "no_motor": 5}, "visibility": 3},
|
||||||
|
{"path": "fa", "type": "enum", "enum": {"fixed": 0, "controlled": 1, "automatic": 2, "offline": 3}, "readonly": false, "cmd": "pccu fa", "visibility": 3},
|
||||||
|
{"path": "mp", "type": "float", "readonly": false, "cmd": "pccu mp", "visibility": 3},
|
||||||
|
{"path": "msp", "type": "float", "visibility": 3},
|
||||||
|
{"path": "mmp", "type": "float", "visibility": 3},
|
||||||
|
{"path": "mc", "type": "float", "readonly": false, "cmd": "pccu mc", "visibility": 3},
|
||||||
|
{"path": "mfc", "type": "float", "readonly": false, "cmd": "pccu mfc", "visibility": 3},
|
||||||
|
{"path": "moc", "type": "float", "readonly": false, "cmd": "pccu moc", "visibility": 3},
|
||||||
|
{"path": "mtc", "type": "float", "readonly": false, "cmd": "pccu mtc", "visibility": 3},
|
||||||
|
{"path": "mtl", "type": "float", "visibility": 3},
|
||||||
|
{"path": "mft", "type": "float", "readonly": false, "cmd": "pccu mft", "visibility": 3},
|
||||||
|
{"path": "mt", "type": "float", "visibility": 3},
|
||||||
|
{"path": "mo", "type": "float", "visibility": 3},
|
||||||
|
{"path": "mcr", "type": "float", "visibility": 3},
|
||||||
|
{"path": "mot", "type": "float", "visibility": 3},
|
||||||
|
{"path": "mw", "type": "float", "readonly": false, "cmd": "pccu mw", "description": "correction pulse after automatic open", "visibility": 3},
|
||||||
|
{"path": "hav", "type": "bool", "readonly": false, "cmd": "pccu hav"},
|
||||||
|
{"path": "h", "type": "float", "visibility": 3},
|
||||||
|
{"path": "hr", "type": "float", "visibility": 3},
|
||||||
|
{"path": "hc", "type": "float", "visibility": 3},
|
||||||
|
{"path": "hu", "type": "float", "visibility": 3},
|
||||||
|
{"path": "hh", "type": "float", "readonly": false, "cmd": "pccu hh", "visibility": 3},
|
||||||
|
{"path": "hl", "type": "float", "readonly": false, "cmd": "pccu hl", "visibility": 3},
|
||||||
|
{"path": "htf", "type": "float", "readonly": false, "cmd": "pccu htf", "description": "meas. period in fast mode", "visibility": 3},
|
||||||
|
{"path": "hts", "type": "float", "readonly": false, "cmd": "pccu hts", "description": "meas. period in slow mode", "visibility": 3},
|
||||||
|
{"path": "hd", "type": "float", "readonly": false, "cmd": "pccu hd", "visibility": 3},
|
||||||
|
{"path": "hwr", "type": "float", "readonly": false, "cmd": "pccu hwr", "visibility": 3},
|
||||||
|
{"path": "hem", "type": "float", "readonly": false, "cmd": "pccu hem", "description": "sensor length in mm from top to empty pos.", "visibility": 3},
|
||||||
|
{"path": "hfu", "type": "float", "readonly": false, "cmd": "pccu hfu", "description": "sensor length in mm from top to full pos.", "visibility": 3},
|
||||||
|
{"path": "hcd", "type": "enum", "enum": {"stop": 0, "fill": 1, "off": 2, "auto": 3, "manual": 7}, "readonly": false, "cmd": "pccu hcd", "visibility": 3},
|
||||||
|
{"path": "hv", "type": "enum", "enum": {"fill_valve_off": 0, "filling": 1, "no_fill_valve": 2, "timeout": 3, "timeout1": 4}, "visibility": 3},
|
||||||
|
{"path": "hsf", "type": "enum", "enum": {"sens_ok": 0, "sens_warm": 1, "no_sens": 2, "timeout": 3, "not_yet_read": 4, "disabled": 5}, "visibility": 3},
|
||||||
|
{"path": "ha", "type": "bool", "readonly": false, "cmd": "pccu ha", "visibility": 3},
|
||||||
|
{"path": "hm", "type": "bool", "visibility": 3},
|
||||||
|
{"path": "hf", "type": "enum", "enum": {"slow": 0, "fast": 1}, "readonly": false, "cmd": "pccu hf", "visibility": 3},
|
||||||
|
{"path": "hbe", "type": "bool", "readonly": false, "cmd": "pccu hbe", "visibility": 3},
|
||||||
|
{"path": "hmf", "type": "float", "visibility": 3},
|
||||||
|
{"path": "hms", "type": "float", "visibility": 3},
|
||||||
|
{"path": "hit", "type": "float", "readonly": false, "cmd": "pccu hit", "visibility": 3},
|
||||||
|
{"path": "hft", "type": "int", "readonly": false, "cmd": "pccu hft", "visibility": 3},
|
||||||
|
{"path": "hea", "type": "enum", "enum": {"0": 0, "1": 1, "6": 2}, "readonly": false, "cmd": "pccu hea"},
|
||||||
|
{"path": "hch", "type": "int", "readonly": false, "cmd": "pccu hch"},
|
||||||
|
{"path": "hwr0", "type": "float", "readonly": false, "cmd": "pccu hwr0"},
|
||||||
|
{"path": "hem0", "type": "float", "readonly": false, "cmd": "pccu hem0", "description": "sensor length in mm from top to empty pos."},
|
||||||
|
{"path": "hfu0", "type": "float", "readonly": false, "cmd": "pccu hfu0", "description": "sensor length in mm from top to full pos."},
|
||||||
|
{"path": "hd0", "type": "float", "readonly": false, "cmd": "pccu hd0", "description": "external sensor drive current (mA)"},
|
||||||
|
{"path": "h0", "type": "float"},
|
||||||
|
{"path": "hs0", "type": "enum", "enum": {"sens_ok": 0, "sens_warm": 1, "no_sens": 2, "timeout": 3, "not_yet_read": 4, "disabled": 5}},
|
||||||
|
{"path": "h1", "type": "float"},
|
||||||
|
{"path": "hs1", "type": "enum", "enum": {"sens_ok": 0, "sens_warm": 1, "no_sens": 2, "timeout": 3, "not_yet_read": 4, "disabled": 5}},
|
||||||
|
{"path": "h2", "type": "float"},
|
||||||
|
{"path": "hs2", "type": "enum", "enum": {"sens_ok": 0, "sens_warm": 1, "no_sens": 2, "timeout": 3, "not_yet_read": 4, "disabled": 5}},
|
||||||
|
{"path": "h3", "type": "float"},
|
||||||
|
{"path": "hs3", "type": "enum", "enum": {"sens_ok": 0, "sens_warm": 1, "no_sens": 2, "timeout": 3, "not_yet_read": 4, "disabled": 5}},
|
||||||
|
{"path": "h4", "type": "float"},
|
||||||
|
{"path": "hs4", "type": "enum", "enum": {"sens_ok": 0, "sens_warm": 1, "no_sens": 2, "timeout": 3, "not_yet_read": 4, "disabled": 5}},
|
||||||
|
{"path": "h5", "type": "float"},
|
||||||
|
{"path": "hs5", "type": "enum", "enum": {"sens_ok": 0, "sens_warm": 1, "no_sens": 2, "timeout": 3, "not_yet_read": 4, "disabled": 5}},
|
||||||
|
{"path": "hfb", "type": "float", "visibility": 3},
|
||||||
|
{"path": "nav", "type": "bool", "readonly": false, "cmd": "pccu nav"},
|
||||||
|
{"path": "nu", "type": "float", "visibility": 3},
|
||||||
|
{"path": "nl", "type": "float", "visibility": 3},
|
||||||
|
{"path": "nth", "type": "float", "readonly": false, "cmd": "pccu nth", "visibility": 3},
|
||||||
|
{"path": "ntc", "type": "float", "readonly": false, "cmd": "pccu ntc", "visibility": 3},
|
||||||
|
{"path": "ntm", "type": "float", "readonly": false, "cmd": "pccu ntm", "visibility": 3},
|
||||||
|
{"path": "ns", "type": "enum", "enum": {"sens_ok": 0, "no_sens": 1, "short_circuit": 2, "upside_down": 3, "sens_warm": 4, "empty": 5}, "visibility": 3},
|
||||||
|
{"path": "na", "type": "bool", "readonly": false, "cmd": "pccu na", "visibility": 3},
|
||||||
|
{"path": "nv", "type": "enum", "enum": {"fill_valve_off": 0, "filling": 1, "no_fill_valve": 2, "timeout": 3, "timeout1": 4, "boost": 5}, "visibility": 3},
|
||||||
|
{"path": "nc", "type": "enum", "enum": {"stop": 0, "fill": 1, "off": 2, "auto": 3}, "readonly": false, "cmd": "pccu nc", "visibility": 3},
|
||||||
|
{"path": "nfb", "type": "float", "visibility": 3},
|
||||||
|
{"path": "cda", "type": "float"},
|
||||||
|
{"path": "cdb", "type": "float"},
|
||||||
|
{"path": "cba", "type": "float"},
|
||||||
|
{"path": "cbb", "type": "float"},
|
||||||
|
{"path": "cvs", "type": "int"},
|
||||||
|
{"path": "csp", "type": "int"},
|
||||||
|
{"path": "cdv", "type": "text", "readonly": false, "cmd": "pccu cdv"},
|
||||||
|
{"path": "cic", "type": "text", "readonly": false, "cmd": "pccu cic"},
|
||||||
|
{"path": "cin", "type": "text"},
|
||||||
|
{"path": "cds", "type": "enum", "enum": {"local": 0, "remote": 1, "loading": 2, "by_code": 3, "by_touch": 4}, "readonly": false, "cmd": "pccu cds"},
|
||||||
|
{"path": "timing", "type": "bool", "readonly": false, "cmd": "pccu timing"},
|
||||||
|
{"path": "tc", "type": "float", "visibility": 3},
|
||||||
|
{"path": "tn", "type": "float", "visibility": 3},
|
||||||
|
{"path": "th", "type": "float", "visibility": 3},
|
||||||
|
{"path": "tf", "type": "float", "visibility": 3},
|
||||||
|
{"path": "tm", "type": "float", "visibility": 3},
|
||||||
|
{"path": "tv", "type": "float", "visibility": 3},
|
||||||
|
{"path": "tq", "type": "float", "visibility": 3},
|
||||||
|
{"path": "bdl", "type": "float", "readonly": false, "cmd": "pccu bdl"}]},
|
||||||
|
|
||||||
|
"p": {"base": "/p", "params": [
|
||||||
|
{"path": "", "type": "float", "kids": 2},
|
||||||
|
{"path": "send", "type": "text", "readonly": false, "cmd": "p send", "visibility": 3},
|
||||||
|
{"path": "status", "type": "text", "visibility": 3}]},
|
||||||
|
|
||||||
|
"i1": {"base": "/i1", "params": [
|
||||||
|
{"path": "", "type": "float", "readonly": false, "cmd": "run i1", "kids": 3},
|
||||||
|
{"path": "send", "type": "text", "readonly": false, "cmd": "i1 send", "visibility": 3},
|
||||||
|
{"path": "status", "type": "text", "readonly": false, "cmd": "run i1", "visibility": 3},
|
||||||
|
{"path": "is_running", "type": "int", "readonly": false, "cmd": "i1 is_running", "visibility": 3}]}}
|
339
cfg/sea/jtccr.config.json
Normal file
339
cfg/sea/jtccr.config.json
Normal file
@ -0,0 +1,339 @@
|
|||||||
|
{"tt": {"base": "/tt", "params": [
|
||||||
|
{"path": "", "type": "float", "readonly": false, "cmd": "run tt", "description": "tt", "kids": 16},
|
||||||
|
{"path": "send", "type": "text", "readonly": false, "cmd": "tt send", "visibility": 3},
|
||||||
|
{"path": "status", "type": "text", "visibility": 3},
|
||||||
|
{"path": "is_running", "type": "int", "readonly": false, "cmd": "tt is_running", "visibility": 3},
|
||||||
|
{"path": "mainloop", "type": "text", "readonly": false, "cmd": "tt mainloop", "visibility": 3},
|
||||||
|
{"path": "target", "type": "float"},
|
||||||
|
{"path": "running", "type": "int"},
|
||||||
|
{"path": "tolerance", "type": "float", "readonly": false, "cmd": "tt tolerance"},
|
||||||
|
{"path": "maxwait", "type": "float", "readonly": false, "cmd": "tt maxwait"},
|
||||||
|
{"path": "settle", "type": "float", "readonly": false, "cmd": "tt settle"},
|
||||||
|
{"path": "log", "type": "text", "readonly": false, "cmd": "tt log", "visibility": 3, "kids": 4},
|
||||||
|
{"path": "log/mean", "type": "float", "visibility": 3},
|
||||||
|
{"path": "log/m2", "type": "float", "visibility": 3},
|
||||||
|
{"path": "log/stddev", "type": "float", "visibility": 3},
|
||||||
|
{"path": "log/n", "type": "float", "visibility": 3},
|
||||||
|
{"path": "dblctrl", "type": "bool", "readonly": false, "cmd": "tt dblctrl", "visibility": 3, "kids": 9},
|
||||||
|
{"path": "dblctrl/tshift", "type": "float", "readonly": false, "cmd": "tt dblctrl/tshift", "visibility": 3},
|
||||||
|
{"path": "dblctrl/mode", "type": "enum", "enum": {"disabled": -1, "inactive": 0, "stable": 1, "up": 2, "down": 3}, "readonly": false, "cmd": "tt dblctrl/mode", "visibility": 3},
|
||||||
|
{"path": "dblctrl/shift_up", "type": "float", "visibility": 3},
|
||||||
|
{"path": "dblctrl/shift_lo", "type": "float", "visibility": 3},
|
||||||
|
{"path": "dblctrl/t_min", "type": "float", "visibility": 3},
|
||||||
|
{"path": "dblctrl/t_max", "type": "float", "visibility": 3},
|
||||||
|
{"path": "dblctrl/int2", "type": "float", "readonly": false, "cmd": "tt dblctrl/int2", "visibility": 3},
|
||||||
|
{"path": "dblctrl/prop_up", "type": "float", "readonly": false, "cmd": "tt dblctrl/prop_up", "visibility": 3},
|
||||||
|
{"path": "dblctrl/prop_lo", "type": "float", "readonly": false, "cmd": "tt dblctrl/prop_lo", "visibility": 3},
|
||||||
|
{"path": "main", "type": "float", "kids": 4},
|
||||||
|
{"path": "main/curve", "type": "text", "readonly": false, "cmd": "tt main/curve", "kids": 1},
|
||||||
|
{"path": "main/curve/points", "type": "floatvarar", "readonly": false, "cmd": "tt main/curve/points", "visibility": 3},
|
||||||
|
{"path": "main/alarm", "type": "float", "readonly": false, "cmd": "tt main/alarm"},
|
||||||
|
{"path": "main/stddev", "type": "float"},
|
||||||
|
{"path": "main/raw", "type": "float"},
|
||||||
|
{"path": "ccr", "type": "float", "kids": 4},
|
||||||
|
{"path": "ccr/curve", "type": "text", "readonly": false, "cmd": "tt ccr/curve", "kids": 1},
|
||||||
|
{"path": "ccr/curve/points", "type": "floatvarar", "readonly": false, "cmd": "tt ccr/curve/points", "visibility": 3},
|
||||||
|
{"path": "ccr/alarm", "type": "float", "readonly": false, "cmd": "tt ccr/alarm"},
|
||||||
|
{"path": "ccr/stddev", "type": "float"},
|
||||||
|
{"path": "ccr/raw", "type": "float"},
|
||||||
|
{"path": "set", "type": "float", "readonly": false, "cmd": "tt set", "kids": 18},
|
||||||
|
{"path": "set/mode", "type": "enum", "enum": {"disabled": -1, "off": 0, "controlling": 1, "manual": 2}, "readonly": false, "cmd": "tt set/mode"},
|
||||||
|
{"path": "set/reg", "type": "float"},
|
||||||
|
{"path": "set/ramp", "type": "float", "readonly": false, "cmd": "tt set/ramp", "description": "maximum ramp in K/min (0: ramp off)"},
|
||||||
|
{"path": "set/wramp", "type": "float", "readonly": false, "cmd": "tt set/wramp"},
|
||||||
|
{"path": "set/smooth", "type": "float", "readonly": false, "cmd": "tt set/smooth", "description": "smooth time (minutes)"},
|
||||||
|
{"path": "set/channel", "type": "text", "readonly": false, "cmd": "tt set/channel"},
|
||||||
|
{"path": "set/limit", "type": "float", "readonly": false, "cmd": "tt set/limit"},
|
||||||
|
{"path": "set/resist", "type": "float", "readonly": false, "cmd": "tt set/resist"},
|
||||||
|
{"path": "set/maxheater", "type": "text", "readonly": false, "cmd": "tt set/maxheater", "description": "maximum heater limit, units should be given without space: W, mW, A, mA"},
|
||||||
|
{"path": "set/linearpower", "type": "float", "readonly": false, "cmd": "tt set/linearpower", "description": "when not 0, it is the maximum effective power, and the power is linear to the heater output"},
|
||||||
|
{"path": "set/maxpowerlim", "type": "float", "description": "the maximum power limit (before any booster or converter)"},
|
||||||
|
{"path": "set/maxpower", "type": "float", "readonly": false, "cmd": "tt set/maxpower", "description": "maximum power [W]"},
|
||||||
|
{"path": "set/maxcurrent", "type": "float", "description": "the maximum current before any booster or converter"},
|
||||||
|
{"path": "set/manualpower", "type": "float", "readonly": false, "cmd": "tt set/manualpower"},
|
||||||
|
{"path": "set/power", "type": "float"},
|
||||||
|
{"path": "set/prop", "type": "float", "readonly": false, "cmd": "tt set/prop", "description": "bigger means more gain"},
|
||||||
|
{"path": "set/integ", "type": "float", "readonly": false, "cmd": "tt set/integ", "description": "bigger means faster"},
|
||||||
|
{"path": "set/deriv", "type": "float", "readonly": false, "cmd": "tt set/deriv"},
|
||||||
|
{"path": "display", "type": "text", "readonly": false, "cmd": "tt display"},
|
||||||
|
{"path": "remote", "type": "bool"}]},
|
||||||
|
|
||||||
|
"jtccr": {"base": "/jtccr", "params": [
|
||||||
|
{"path": "", "type": "enum", "enum": {"manual": 0, "high_pressure": 1, "circulating": 2, "warmup": 3}, "readonly": false, "cmd": "jtccr", "kids": 21},
|
||||||
|
{"path": "send", "type": "text", "readonly": false, "cmd": "jtccr send", "visibility": 3},
|
||||||
|
{"path": "status", "type": "text", "visibility": 3},
|
||||||
|
{"path": "p1max", "type": "float", "readonly": false, "cmd": "jtccr p1max", "description": "go to circulating mode when p1 above this value"},
|
||||||
|
{"path": "p2min", "type": "float", "readonly": false, "cmd": "jtccr p2min", "description": "stop compressor when p2 is below this value"},
|
||||||
|
{"path": "p2max", "type": "float", "readonly": false, "cmd": "jtccr p2max", "description": "start compressor when p2 is above this value"},
|
||||||
|
{"path": "pdifmax", "type": "float", "readonly": false, "cmd": "jtccr pdifmax", "description": "maximum pressure difference for compressor"},
|
||||||
|
{"path": "pdifmargin", "type": "float", "readonly": false, "cmd": "jtccr pdifmargin", "description": "safety margin for pressure difference"},
|
||||||
|
{"path": "p3margin", "type": "float", "readonly": false, "cmd": "jtccr p3margin", "description": "start compressor when p3 is below pressreg setpoint plus this value"},
|
||||||
|
{"path": "plow", "type": "float", "readonly": false, "cmd": "jtccr plow", "description": "pressure below 5 K"},
|
||||||
|
{"path": "v1", "type": "bool", "readonly": false, "cmd": "jtccr v1"},
|
||||||
|
{"path": "v2", "type": "bool", "readonly": false, "cmd": "jtccr v2"},
|
||||||
|
{"path": "v3", "type": "bool", "readonly": false, "cmd": "jtccr v3"},
|
||||||
|
{"path": "v4", "type": "bool", "readonly": false, "cmd": "jtccr v4"},
|
||||||
|
{"path": "v5", "type": "bool", "readonly": false, "cmd": "jtccr v5"},
|
||||||
|
{"path": "v6", "type": "bool", "readonly": false, "cmd": "jtccr v6"},
|
||||||
|
{"path": "v7", "type": "bool", "readonly": false, "cmd": "jtccr v7"},
|
||||||
|
{"path": "v8", "type": "bool", "readonly": false, "cmd": "jtccr v8"},
|
||||||
|
{"path": "v9", "type": "bool", "readonly": false, "cmd": "jtccr v9"},
|
||||||
|
{"path": "v10", "type": "bool", "readonly": false, "cmd": "jtccr v10"},
|
||||||
|
{"path": "vm", "type": "enum", "enum": {"close": 0, "open": 1, "undefined": 5}, "readonly": false, "cmd": "jtccr vm"},
|
||||||
|
{"path": "verbose", "type": "bool", "readonly": false, "cmd": "jtccr verbose"}]},
|
||||||
|
|
||||||
|
"p1": {"base": "/p1", "params": [
|
||||||
|
{"path": "", "type": "float", "kids": 2},
|
||||||
|
{"path": "send", "type": "text", "readonly": false, "cmd": "p1 send", "visibility": 3},
|
||||||
|
{"path": "status", "type": "text", "visibility": 3}]},
|
||||||
|
|
||||||
|
"p2": {"base": "/p2", "params": [
|
||||||
|
{"path": "", "type": "float", "kids": 2},
|
||||||
|
{"path": "send", "type": "text", "readonly": false, "cmd": "p2 send", "visibility": 3},
|
||||||
|
{"path": "status", "type": "text", "visibility": 3}]},
|
||||||
|
|
||||||
|
"p3": {"base": "/p3", "params": [
|
||||||
|
{"path": "", "type": "float", "kids": 2},
|
||||||
|
{"path": "send", "type": "text", "readonly": false, "cmd": "p3 send", "visibility": 3},
|
||||||
|
{"path": "status", "type": "text", "visibility": 3}]},
|
||||||
|
|
||||||
|
"p4": {"base": "/p4", "params": [
|
||||||
|
{"path": "", "type": "float", "kids": 2},
|
||||||
|
{"path": "send", "type": "text", "readonly": false, "cmd": "p4 send", "visibility": 3},
|
||||||
|
{"path": "status", "type": "text", "visibility": 3}]},
|
||||||
|
|
||||||
|
"pressreg": {"base": "/pressreg", "params": [
|
||||||
|
{"path": "", "type": "float", "kids": 3},
|
||||||
|
{"path": "send", "type": "text", "readonly": false, "cmd": "pressreg send", "visibility": 3},
|
||||||
|
{"path": "status", "type": "text", "visibility": 3},
|
||||||
|
{"path": "setpoint", "type": "float", "readonly": false, "cmd": "pressreg setpoint"}]},
|
||||||
|
|
||||||
|
"epc": {"base": "/epc", "params": [
|
||||||
|
{"path": "", "type": "none", "kids": 5},
|
||||||
|
{"path": "send", "type": "text", "readonly": false, "cmd": "epc send", "visibility": 3},
|
||||||
|
{"path": "status", "type": "text", "visibility": 3},
|
||||||
|
{"path": "port1", "type": "bool", "readonly": false, "cmd": "epc port1"},
|
||||||
|
{"path": "port2", "type": "bool", "readonly": false, "cmd": "epc port2"},
|
||||||
|
{"path": "port3", "type": "bool", "readonly": false, "cmd": "epc port3"}]},
|
||||||
|
|
||||||
|
"v": {"base": "/v", "params": [
|
||||||
|
{"path": "", "type": "bool", "kids": 120},
|
||||||
|
{"path": "send", "type": "text", "readonly": false, "cmd": "v send", "visibility": 3},
|
||||||
|
{"path": "status", "type": "text", "visibility": 3},
|
||||||
|
{"path": "autodevice", "type": "bool", "readonly": false, "cmd": "v autodevice"},
|
||||||
|
{"path": "fav", "type": "bool", "readonly": false, "cmd": "v fav"},
|
||||||
|
{"path": "f", "type": "float", "visibility": 3},
|
||||||
|
{"path": "fs", "type": "enum", "enum": {"ok": 0, "no_sens": 1}, "readonly": false, "cmd": "v fs", "visibility": 3},
|
||||||
|
{"path": "mav", "type": "bool", "readonly": false, "cmd": "v mav"},
|
||||||
|
{"path": "fm", "type": "enum", "enum": {"idle": 0, "opening": 1, "closing": 2, "opened": 3, "closed": 4, "no_motor": 5}},
|
||||||
|
{"path": "fa", "type": "enum", "enum": {"fixed": 0, "controlled": 1, "automatic": 2, "offline": 3}, "readonly": false, "cmd": "v fa"},
|
||||||
|
{"path": "mp", "type": "float", "readonly": false, "cmd": "v mp"},
|
||||||
|
{"path": "msp", "type": "float"},
|
||||||
|
{"path": "mmp", "type": "float"},
|
||||||
|
{"path": "mc", "type": "float", "readonly": false, "cmd": "v mc"},
|
||||||
|
{"path": "mfc", "type": "float", "readonly": false, "cmd": "v mfc"},
|
||||||
|
{"path": "moc", "type": "float", "readonly": false, "cmd": "v moc"},
|
||||||
|
{"path": "mtc", "type": "float", "readonly": false, "cmd": "v mtc"},
|
||||||
|
{"path": "mtl", "type": "float"},
|
||||||
|
{"path": "mft", "type": "float", "readonly": false, "cmd": "v mft"},
|
||||||
|
{"path": "mt", "type": "float"},
|
||||||
|
{"path": "mo", "type": "float"},
|
||||||
|
{"path": "mcr", "type": "float"},
|
||||||
|
{"path": "mot", "type": "float"},
|
||||||
|
{"path": "mw", "type": "float", "readonly": false, "cmd": "v mw", "description": "correction pulse after automatic open"},
|
||||||
|
{"path": "hav", "type": "bool", "readonly": false, "cmd": "v hav"},
|
||||||
|
{"path": "h", "type": "float", "visibility": 3},
|
||||||
|
{"path": "hr", "type": "float", "visibility": 3},
|
||||||
|
{"path": "hc", "type": "float", "visibility": 3},
|
||||||
|
{"path": "hu", "type": "float", "visibility": 3},
|
||||||
|
{"path": "hh", "type": "float", "readonly": false, "cmd": "v hh", "visibility": 3},
|
||||||
|
{"path": "hl", "type": "float", "readonly": false, "cmd": "v hl", "visibility": 3},
|
||||||
|
{"path": "htf", "type": "float", "readonly": false, "cmd": "v htf", "description": "meas. period in fast mode", "visibility": 3},
|
||||||
|
{"path": "hts", "type": "float", "readonly": false, "cmd": "v hts", "description": "meas. period in slow mode", "visibility": 3},
|
||||||
|
{"path": "hd", "type": "float", "readonly": false, "cmd": "v hd", "visibility": 3},
|
||||||
|
{"path": "hwr", "type": "float", "readonly": false, "cmd": "v hwr", "visibility": 3},
|
||||||
|
{"path": "hem", "type": "float", "readonly": false, "cmd": "v hem", "description": "sensor length in mm from top to empty pos.", "visibility": 3},
|
||||||
|
{"path": "hfu", "type": "float", "readonly": false, "cmd": "v hfu", "description": "sensor length in mm from top to full pos.", "visibility": 3},
|
||||||
|
{"path": "hcd", "type": "enum", "enum": {"stop": 0, "fill": 1, "off": 2, "auto": 3, "manual": 7}, "readonly": false, "cmd": "v hcd", "visibility": 3},
|
||||||
|
{"path": "hv", "type": "enum", "enum": {"fill_valve_off": 0, "filling": 1, "no_fill_valve": 2, "timeout": 3, "timeout1": 4}, "visibility": 3},
|
||||||
|
{"path": "hsf", "type": "enum", "enum": {"sens_ok": 0, "sens_warm": 1, "no_sens": 2, "timeout": 3, "not_yet_read": 4, "disabled": 5}, "visibility": 3},
|
||||||
|
{"path": "ha", "type": "bool", "readonly": false, "cmd": "v ha", "visibility": 3},
|
||||||
|
{"path": "hm", "type": "bool", "visibility": 3},
|
||||||
|
{"path": "hf", "type": "enum", "enum": {"slow": 0, "fast": 1}, "readonly": false, "cmd": "v hf", "visibility": 3},
|
||||||
|
{"path": "hbe", "type": "bool", "readonly": false, "cmd": "v hbe", "visibility": 3},
|
||||||
|
{"path": "hmf", "type": "float", "visibility": 3},
|
||||||
|
{"path": "hms", "type": "float", "visibility": 3},
|
||||||
|
{"path": "hit", "type": "float", "readonly": false, "cmd": "v hit", "visibility": 3},
|
||||||
|
{"path": "hft", "type": "int", "readonly": false, "cmd": "v hft", "visibility": 3},
|
||||||
|
{"path": "hea", "type": "enum", "enum": {"0": 0, "1": 1, "6": 2}, "readonly": false, "cmd": "v hea"},
|
||||||
|
{"path": "hch", "type": "int", "readonly": false, "cmd": "v hch", "visibility": 3},
|
||||||
|
{"path": "hwr0", "type": "float", "readonly": false, "cmd": "v hwr0", "visibility": 3},
|
||||||
|
{"path": "hem0", "type": "float", "readonly": false, "cmd": "v hem0", "description": "sensor length in mm from top to empty pos.", "visibility": 3},
|
||||||
|
{"path": "hfu0", "type": "float", "readonly": false, "cmd": "v hfu0", "description": "sensor length in mm from top to full pos.", "visibility": 3},
|
||||||
|
{"path": "hd0", "type": "float", "readonly": false, "cmd": "v hd0", "description": "external sensor drive current (mA)", "visibility": 3},
|
||||||
|
{"path": "h0", "type": "float", "visibility": 3},
|
||||||
|
{"path": "hs0", "type": "enum", "enum": {"sens_ok": 0, "sens_warm": 1, "no_sens": 2, "timeout": 3, "not_yet_read": 4, "disabled": 5}, "visibility": 3},
|
||||||
|
{"path": "h1", "type": "float", "visibility": 3},
|
||||||
|
{"path": "hs1", "type": "enum", "enum": {"sens_ok": 0, "sens_warm": 1, "no_sens": 2, "timeout": 3, "not_yet_read": 4, "disabled": 5}, "visibility": 3},
|
||||||
|
{"path": "h2", "type": "float", "visibility": 3},
|
||||||
|
{"path": "hs2", "type": "enum", "enum": {"sens_ok": 0, "sens_warm": 1, "no_sens": 2, "timeout": 3, "not_yet_read": 4, "disabled": 5}, "visibility": 3},
|
||||||
|
{"path": "h3", "type": "float", "visibility": 3},
|
||||||
|
{"path": "hs3", "type": "enum", "enum": {"sens_ok": 0, "sens_warm": 1, "no_sens": 2, "timeout": 3, "not_yet_read": 4, "disabled": 5}, "visibility": 3},
|
||||||
|
{"path": "h4", "type": "float", "visibility": 3},
|
||||||
|
{"path": "hs4", "type": "enum", "enum": {"sens_ok": 0, "sens_warm": 1, "no_sens": 2, "timeout": 3, "not_yet_read": 4, "disabled": 5}, "visibility": 3},
|
||||||
|
{"path": "h5", "type": "float", "visibility": 3},
|
||||||
|
{"path": "hs5", "type": "enum", "enum": {"sens_ok": 0, "sens_warm": 1, "no_sens": 2, "timeout": 3, "not_yet_read": 4, "disabled": 5}, "visibility": 3},
|
||||||
|
{"path": "hfb", "type": "float", "visibility": 3},
|
||||||
|
{"path": "nav", "type": "bool", "readonly": false, "cmd": "v nav"},
|
||||||
|
{"path": "nu", "type": "float"},
|
||||||
|
{"path": "nl", "type": "float"},
|
||||||
|
{"path": "nth", "type": "float", "readonly": false, "cmd": "v nth"},
|
||||||
|
{"path": "ntc", "type": "float", "readonly": false, "cmd": "v ntc"},
|
||||||
|
{"path": "ntm", "type": "float", "readonly": false, "cmd": "v ntm"},
|
||||||
|
{"path": "ns", "type": "enum", "enum": {"sens_ok": 0, "no_sens": 1, "short_circuit": 2, "upside_down": 3, "sens_warm": 4, "empty": 5}},
|
||||||
|
{"path": "na", "type": "bool", "readonly": false, "cmd": "v na"},
|
||||||
|
{"path": "nv", "type": "enum", "enum": {"fill_valve_off": 0, "filling": 1, "no_fill_valve": 2, "timeout": 3, "timeout1": 4, "boost": 5}},
|
||||||
|
{"path": "nc", "type": "enum", "enum": {"stop": 0, "fill": 1, "off": 2, "auto": 3}, "readonly": false, "cmd": "v nc"},
|
||||||
|
{"path": "nfb", "type": "float"},
|
||||||
|
{"path": "cda", "type": "float"},
|
||||||
|
{"path": "cdb", "type": "float"},
|
||||||
|
{"path": "cba", "type": "float"},
|
||||||
|
{"path": "cbb", "type": "float"},
|
||||||
|
{"path": "cvs", "type": "int"},
|
||||||
|
{"path": "csp", "type": "int"},
|
||||||
|
{"path": "cdv", "type": "text", "readonly": false, "cmd": "v cdv"},
|
||||||
|
{"path": "cic", "type": "text", "readonly": false, "cmd": "v cic"},
|
||||||
|
{"path": "cin", "type": "text"},
|
||||||
|
{"path": "cds", "type": "enum", "enum": {"local": 0, "remote": 1, "loading": 2, "by_code": 3, "by_touch": 4}, "readonly": false, "cmd": "v cds"},
|
||||||
|
{"path": "timing", "type": "bool", "readonly": false, "cmd": "v timing"},
|
||||||
|
{"path": "tc", "type": "float", "visibility": 3},
|
||||||
|
{"path": "tn", "type": "float", "visibility": 3},
|
||||||
|
{"path": "th", "type": "float", "visibility": 3},
|
||||||
|
{"path": "tf", "type": "float", "visibility": 3},
|
||||||
|
{"path": "tm", "type": "float", "visibility": 3},
|
||||||
|
{"path": "tv", "type": "float", "visibility": 3},
|
||||||
|
{"path": "tq", "type": "float", "visibility": 3},
|
||||||
|
{"path": "bdl", "type": "float", "readonly": false, "cmd": "v bdl"},
|
||||||
|
{"path": "v1", "type": "enum", "enum": {"valve_off": 0, "valve_on": 1, "no_valve": 2, "timeout": 3, "timeout1": 4, "boost": 5}},
|
||||||
|
{"path": "vc1", "type": "enum", "enum": {"valve_off": 0, "valve_on": 1}, "readonly": false, "cmd": "v vc1"},
|
||||||
|
{"path": "v2", "type": "enum", "enum": {"valve_off": 0, "valve_on": 1, "no_valve": 2, "timeout": 3, "timeout1": 4, "boost": 5}},
|
||||||
|
{"path": "vc2", "type": "enum", "enum": {"valve_off": 0, "valve_on": 1}, "readonly": false, "cmd": "v vc2"},
|
||||||
|
{"path": "v3", "type": "enum", "enum": {"valve_off": 0, "valve_on": 1, "no_valve": 2, "timeout": 3, "timeout1": 4, "boost": 5}},
|
||||||
|
{"path": "vc3", "type": "enum", "enum": {"valve_off": 0, "valve_on": 1}, "readonly": false, "cmd": "v vc3"},
|
||||||
|
{"path": "v4", "type": "enum", "enum": {"valve_off": 0, "valve_on": 1, "no_valve": 2, "timeout": 3, "timeout1": 4, "boost": 5}},
|
||||||
|
{"path": "vc4", "type": "enum", "enum": {"valve_off": 0, "valve_on": 1}, "readonly": false, "cmd": "v vc4"},
|
||||||
|
{"path": "v5", "type": "enum", "enum": {"valve_off": 0, "valve_on": 1, "no_valve": 2, "timeout": 3, "timeout1": 4, "boost": 5}},
|
||||||
|
{"path": "vc5", "type": "enum", "enum": {"valve_off": 0, "valve_on": 1}, "readonly": false, "cmd": "v vc5"},
|
||||||
|
{"path": "v6", "type": "enum", "enum": {"valve_off": 0, "valve_on": 1, "no_valve": 2, "timeout": 3, "timeout1": 4, "boost": 5}},
|
||||||
|
{"path": "vc6", "type": "enum", "enum": {"valve_off": 0, "valve_on": 1}, "readonly": false, "cmd": "v vc6"},
|
||||||
|
{"path": "v7", "type": "enum", "enum": {"valve_off": 0, "valve_on": 1, "no_valve": 2, "timeout": 3, "timeout1": 4, "boost": 5}},
|
||||||
|
{"path": "vc7", "type": "enum", "enum": {"valve_off": 0, "valve_on": 1}, "readonly": false, "cmd": "v vc7"},
|
||||||
|
{"path": "v8", "type": "enum", "enum": {"valve_off": 0, "valve_on": 1, "no_valve": 2, "timeout": 3, "timeout1": 4, "boost": 5}},
|
||||||
|
{"path": "vc8", "type": "enum", "enum": {"valve_off": 0, "valve_on": 1}, "readonly": false, "cmd": "v vc8"},
|
||||||
|
{"path": "v9", "type": "enum", "enum": {"valve_off": 0, "valve_on": 1, "no_valve": 2, "timeout": 3, "timeout1": 4, "boost": 5}},
|
||||||
|
{"path": "vc9", "type": "enum", "enum": {"valve_off": 0, "valve_on": 1}, "readonly": false, "cmd": "v vc9"},
|
||||||
|
{"path": "v10", "type": "enum", "enum": {"valve_off": 0, "valve_on": 1, "no_valve": 2, "timeout": 3, "timeout1": 4, "boost": 5}},
|
||||||
|
{"path": "vc10", "type": "enum", "enum": {"valve_off": 0, "valve_on": 1}, "readonly": false, "cmd": "v vc10"},
|
||||||
|
{"path": "v11", "type": "enum", "enum": {"valve_off": 0, "valve_on": 1, "no_valve": 2, "timeout": 3, "timeout1": 4, "boost": 5}},
|
||||||
|
{"path": "vc11", "type": "enum", "enum": {"valve_off": 0, "valve_on": 1}, "readonly": false, "cmd": "v vc11"},
|
||||||
|
{"path": "v12", "type": "enum", "enum": {"valve_off": 0, "valve_on": 1, "no_valve": 2, "timeout": 3, "timeout1": 4, "boost": 5}},
|
||||||
|
{"path": "vc12", "type": "enum", "enum": {"valve_off": 0, "valve_on": 1}, "readonly": false, "cmd": "v vc12"}]},
|
||||||
|
|
||||||
|
"cc": {"base": "/cc", "params": [
|
||||||
|
{"path": "", "type": "bool", "kids": 96},
|
||||||
|
{"path": "send", "type": "text", "readonly": false, "cmd": "cc send", "visibility": 3},
|
||||||
|
{"path": "status", "type": "text", "visibility": 3},
|
||||||
|
{"path": "autodevice", "type": "bool", "readonly": false, "cmd": "cc autodevice"},
|
||||||
|
{"path": "fav", "type": "bool", "readonly": false, "cmd": "cc fav"},
|
||||||
|
{"path": "f", "type": "float", "visibility": 3},
|
||||||
|
{"path": "fs", "type": "enum", "enum": {"ok": 0, "no_sens": 1}, "readonly": false, "cmd": "cc fs", "visibility": 3},
|
||||||
|
{"path": "mav", "type": "bool", "readonly": false, "cmd": "cc mav"},
|
||||||
|
{"path": "fm", "type": "enum", "enum": {"idle": 0, "opening": 1, "closing": 2, "opened": 3, "closed": 4, "no_motor": 5}, "visibility": 3},
|
||||||
|
{"path": "fa", "type": "enum", "enum": {"fixed": 0, "controlled": 1, "automatic": 2, "offline": 3}, "readonly": false, "cmd": "cc fa", "visibility": 3},
|
||||||
|
{"path": "mp", "type": "float", "readonly": false, "cmd": "cc mp", "visibility": 3},
|
||||||
|
{"path": "msp", "type": "float", "visibility": 3},
|
||||||
|
{"path": "mmp", "type": "float", "visibility": 3},
|
||||||
|
{"path": "mc", "type": "float", "readonly": false, "cmd": "cc mc", "visibility": 3},
|
||||||
|
{"path": "mfc", "type": "float", "readonly": false, "cmd": "cc mfc", "visibility": 3},
|
||||||
|
{"path": "moc", "type": "float", "readonly": false, "cmd": "cc moc", "visibility": 3},
|
||||||
|
{"path": "mtc", "type": "float", "readonly": false, "cmd": "cc mtc", "visibility": 3},
|
||||||
|
{"path": "mtl", "type": "float", "visibility": 3},
|
||||||
|
{"path": "mft", "type": "float", "readonly": false, "cmd": "cc mft", "visibility": 3},
|
||||||
|
{"path": "mt", "type": "float", "visibility": 3},
|
||||||
|
{"path": "mo", "type": "float", "visibility": 3},
|
||||||
|
{"path": "mcr", "type": "float", "visibility": 3},
|
||||||
|
{"path": "mot", "type": "float", "visibility": 3},
|
||||||
|
{"path": "mw", "type": "float", "readonly": false, "cmd": "cc mw", "description": "correction pulse after automatic open", "visibility": 3},
|
||||||
|
{"path": "hav", "type": "bool", "readonly": false, "cmd": "cc hav"},
|
||||||
|
{"path": "h", "type": "float", "visibility": 3},
|
||||||
|
{"path": "hr", "type": "float", "visibility": 3},
|
||||||
|
{"path": "hc", "type": "float", "visibility": 3},
|
||||||
|
{"path": "hu", "type": "float", "visibility": 3},
|
||||||
|
{"path": "hh", "type": "float", "readonly": false, "cmd": "cc hh", "visibility": 3},
|
||||||
|
{"path": "hl", "type": "float", "readonly": false, "cmd": "cc hl", "visibility": 3},
|
||||||
|
{"path": "htf", "type": "float", "readonly": false, "cmd": "cc htf", "description": "meas. period in fast mode", "visibility": 3},
|
||||||
|
{"path": "hts", "type": "float", "readonly": false, "cmd": "cc hts", "description": "meas. period in slow mode", "visibility": 3},
|
||||||
|
{"path": "hd", "type": "float", "readonly": false, "cmd": "cc hd", "visibility": 3},
|
||||||
|
{"path": "hwr", "type": "float", "readonly": false, "cmd": "cc hwr", "visibility": 3},
|
||||||
|
{"path": "hem", "type": "float", "readonly": false, "cmd": "cc hem", "description": "sensor length in mm from top to empty pos.", "visibility": 3},
|
||||||
|
{"path": "hfu", "type": "float", "readonly": false, "cmd": "cc hfu", "description": "sensor length in mm from top to full pos.", "visibility": 3},
|
||||||
|
{"path": "hcd", "type": "enum", "enum": {"stop": 0, "fill": 1, "off": 2, "auto": 3, "manual": 7}, "readonly": false, "cmd": "cc hcd", "visibility": 3},
|
||||||
|
{"path": "hv", "type": "enum", "enum": {"fill_valve_off": 0, "filling": 1, "no_fill_valve": 2, "timeout": 3, "timeout1": 4}, "visibility": 3},
|
||||||
|
{"path": "hsf", "type": "enum", "enum": {"sens_ok": 0, "sens_warm": 1, "no_sens": 2, "timeout": 3, "not_yet_read": 4, "disabled": 5}, "visibility": 3},
|
||||||
|
{"path": "ha", "type": "bool", "readonly": false, "cmd": "cc ha", "visibility": 3},
|
||||||
|
{"path": "hm", "type": "bool", "visibility": 3},
|
||||||
|
{"path": "hf", "type": "enum", "enum": {"slow": 0, "fast": 1}, "readonly": false, "cmd": "cc hf", "visibility": 3},
|
||||||
|
{"path": "hbe", "type": "bool", "readonly": false, "cmd": "cc hbe", "visibility": 3},
|
||||||
|
{"path": "hmf", "type": "float", "visibility": 3},
|
||||||
|
{"path": "hms", "type": "float", "visibility": 3},
|
||||||
|
{"path": "hit", "type": "float", "readonly": false, "cmd": "cc hit", "visibility": 3},
|
||||||
|
{"path": "hft", "type": "int", "readonly": false, "cmd": "cc hft", "visibility": 3},
|
||||||
|
{"path": "hea", "type": "enum", "enum": {"0": 0, "1": 1, "6": 2}, "readonly": false, "cmd": "cc hea"},
|
||||||
|
{"path": "hch", "type": "int", "readonly": false, "cmd": "cc hch", "visibility": 3},
|
||||||
|
{"path": "hwr0", "type": "float", "readonly": false, "cmd": "cc hwr0", "visibility": 3},
|
||||||
|
{"path": "hem0", "type": "float", "readonly": false, "cmd": "cc hem0", "description": "sensor length in mm from top to empty pos.", "visibility": 3},
|
||||||
|
{"path": "hfu0", "type": "float", "readonly": false, "cmd": "cc hfu0", "description": "sensor length in mm from top to full pos.", "visibility": 3},
|
||||||
|
{"path": "hd0", "type": "float", "readonly": false, "cmd": "cc hd0", "description": "external sensor drive current (mA)", "visibility": 3},
|
||||||
|
{"path": "h0", "type": "float", "visibility": 3},
|
||||||
|
{"path": "hs0", "type": "enum", "enum": {"sens_ok": 0, "sens_warm": 1, "no_sens": 2, "timeout": 3, "not_yet_read": 4, "disabled": 5}, "visibility": 3},
|
||||||
|
{"path": "h1", "type": "float", "visibility": 3},
|
||||||
|
{"path": "hs1", "type": "enum", "enum": {"sens_ok": 0, "sens_warm": 1, "no_sens": 2, "timeout": 3, "not_yet_read": 4, "disabled": 5}, "visibility": 3},
|
||||||
|
{"path": "h2", "type": "float", "visibility": 3},
|
||||||
|
{"path": "hs2", "type": "enum", "enum": {"sens_ok": 0, "sens_warm": 1, "no_sens": 2, "timeout": 3, "not_yet_read": 4, "disabled": 5}, "visibility": 3},
|
||||||
|
{"path": "h3", "type": "float", "visibility": 3},
|
||||||
|
{"path": "hs3", "type": "enum", "enum": {"sens_ok": 0, "sens_warm": 1, "no_sens": 2, "timeout": 3, "not_yet_read": 4, "disabled": 5}, "visibility": 3},
|
||||||
|
{"path": "h4", "type": "float", "visibility": 3},
|
||||||
|
{"path": "hs4", "type": "enum", "enum": {"sens_ok": 0, "sens_warm": 1, "no_sens": 2, "timeout": 3, "not_yet_read": 4, "disabled": 5}, "visibility": 3},
|
||||||
|
{"path": "h5", "type": "float", "visibility": 3},
|
||||||
|
{"path": "hs5", "type": "enum", "enum": {"sens_ok": 0, "sens_warm": 1, "no_sens": 2, "timeout": 3, "not_yet_read": 4, "disabled": 5}, "visibility": 3},
|
||||||
|
{"path": "hfb", "type": "float", "visibility": 3},
|
||||||
|
{"path": "nav", "type": "bool", "readonly": false, "cmd": "cc nav"},
|
||||||
|
{"path": "nu", "type": "float", "visibility": 3},
|
||||||
|
{"path": "nl", "type": "float", "visibility": 3},
|
||||||
|
{"path": "nth", "type": "float", "readonly": false, "cmd": "cc nth", "visibility": 3},
|
||||||
|
{"path": "ntc", "type": "float", "readonly": false, "cmd": "cc ntc", "visibility": 3},
|
||||||
|
{"path": "ntm", "type": "float", "readonly": false, "cmd": "cc ntm", "visibility": 3},
|
||||||
|
{"path": "ns", "type": "enum", "enum": {"sens_ok": 0, "no_sens": 1, "short_circuit": 2, "upside_down": 3, "sens_warm": 4, "empty": 5}, "visibility": 3},
|
||||||
|
{"path": "na", "type": "bool", "readonly": false, "cmd": "cc na", "visibility": 3},
|
||||||
|
{"path": "nv", "type": "enum", "enum": {"fill_valve_off": 0, "filling": 1, "no_fill_valve": 2, "timeout": 3, "timeout1": 4, "boost": 5}, "visibility": 3},
|
||||||
|
{"path": "nc", "type": "enum", "enum": {"stop": 0, "fill": 1, "off": 2, "auto": 3}, "readonly": false, "cmd": "cc nc", "visibility": 3},
|
||||||
|
{"path": "nfb", "type": "float", "visibility": 3},
|
||||||
|
{"path": "cda", "type": "float"},
|
||||||
|
{"path": "cdb", "type": "float"},
|
||||||
|
{"path": "cba", "type": "float"},
|
||||||
|
{"path": "cbb", "type": "float"},
|
||||||
|
{"path": "cvs", "type": "int"},
|
||||||
|
{"path": "csp", "type": "int"},
|
||||||
|
{"path": "cdv", "type": "text", "readonly": false, "cmd": "cc cdv"},
|
||||||
|
{"path": "cic", "type": "text", "readonly": false, "cmd": "cc cic"},
|
||||||
|
{"path": "cin", "type": "text"},
|
||||||
|
{"path": "cds", "type": "enum", "enum": {"local": 0, "remote": 1, "loading": 2, "by_code": 3, "by_touch": 4}, "readonly": false, "cmd": "cc cds"},
|
||||||
|
{"path": "timing", "type": "bool", "readonly": false, "cmd": "cc timing"},
|
||||||
|
{"path": "tc", "type": "float", "visibility": 3},
|
||||||
|
{"path": "tn", "type": "float", "visibility": 3},
|
||||||
|
{"path": "th", "type": "float", "visibility": 3},
|
||||||
|
{"path": "tf", "type": "float", "visibility": 3},
|
||||||
|
{"path": "tm", "type": "float", "visibility": 3},
|
||||||
|
{"path": "tv", "type": "float", "visibility": 3},
|
||||||
|
{"path": "tq", "type": "float", "visibility": 3},
|
||||||
|
{"path": "bdl", "type": "float", "readonly": false, "cmd": "cc bdl"}]}}
|
@ -1,7 +0,0 @@
|
|||||||
["lambdawatch", [{"path": "", "type": "float", "kids": 6},
|
|
||||||
{"path": "send", "type": "text", "readonly": false, "cmd": "lambdawatch send", "visibility": 3},
|
|
||||||
{"path": "status", "type": "text", "visibility": 3},
|
|
||||||
{"path": "safefield", "type": "float", "readonly": false, "cmd": "lambdawatch safefield"},
|
|
||||||
{"path": "maxfield", "type": "float", "readonly": false, "cmd": "lambdawatch maxfield"},
|
|
||||||
{"path": "safetemp", "type": "float", "readonly": false, "cmd": "lambdawatch safetemp"},
|
|
||||||
{"path": "coiltemp", "type": "text", "readonly": false, "cmd": "lambdawatch coiltemp"}]]
|
|
@ -1,15 +0,0 @@
|
|||||||
["ln2fill", [{"path": "", "type": "enum", "enum": {"watching": 0, "fill": 1, "inactive": 2}, "readonly": false, "cmd": "ln2fill", "kids": 14},
|
|
||||||
{"path": "send", "type": "text", "readonly": false, "cmd": "ln2fill send", "visibility": 3},
|
|
||||||
{"path": "status", "type": "text", "visibility": 3},
|
|
||||||
{"path": "state", "type": "text"},
|
|
||||||
{"path": "readlevel", "type": "text", "readonly": false, "cmd": "ln2fill readlevel", "visibility": 3},
|
|
||||||
{"path": "lowlevel", "type": "float", "readonly": false, "cmd": "ln2fill lowlevel"},
|
|
||||||
{"path": "highlevel", "type": "float", "readonly": false, "cmd": "ln2fill highlevel"},
|
|
||||||
{"path": "smooth", "type": "float"},
|
|
||||||
{"path": "minfillminutes", "type": "float", "readonly": false, "cmd": "ln2fill minfillminutes"},
|
|
||||||
{"path": "maxfillminutes", "type": "float", "readonly": false, "cmd": "ln2fill maxfillminutes"},
|
|
||||||
{"path": "minholdhours", "type": "float", "readonly": false, "cmd": "ln2fill minholdhours"},
|
|
||||||
{"path": "maxholdhours", "type": "float", "readonly": false, "cmd": "ln2fill maxholdhours"},
|
|
||||||
{"path": "tolerance", "type": "float", "readonly": false, "cmd": "ln2fill tolerance"},
|
|
||||||
{"path": "badreadingminutes", "type": "float", "readonly": false, "cmd": "ln2fill badreadingminutes"},
|
|
||||||
{"path": "tubecoolingminutes", "type": "float", "readonly": false, "cmd": "ln2fill tubecoolingminutes"}]]
|
|
@ -1,39 +0,0 @@
|
|||||||
["lnv", [{"path": "", "type": "enum", "enum": {"off": 5, "fixed": 0, "controlling": 1, "close": 3, "open": 4}, "readonly": false, "cmd": "lnv", "kids": 12},
|
|
||||||
{"path": "send", "type": "text", "readonly": false, "cmd": "lnv send", "visibility": 3},
|
|
||||||
{"path": "status", "type": "text", "visibility": 3},
|
|
||||||
{"path": "set", "type": "float", "readonly": false, "cmd": "lnv set"},
|
|
||||||
{"path": "flowmax", "type": "float", "readonly": false, "cmd": "lnv flowmax"},
|
|
||||||
{"path": "prop", "type": "float", "readonly": false, "cmd": "lnv prop"},
|
|
||||||
{"path": "int", "type": "float", "readonly": false, "cmd": "lnv int"},
|
|
||||||
{"path": "minpulse", "type": "enum", "enum": {"micro": 1, "short": 10, "long": 100}, "readonly": false, "cmd": "lnv minpulse", "description": "micro: 1 ms, short: 10 ms, long: 100 ms"},
|
|
||||||
{"path": "tolerance", "type": "float", "readonly": false, "cmd": "lnv tolerance"},
|
|
||||||
{"path": "speed", "type": "float"},
|
|
||||||
{"path": "flow", "type": "float"},
|
|
||||||
{"path": "pos", "type": "float", "kids": 2},
|
|
||||||
{"path": "pos/norm", "type": "float", "readonly": false, "cmd": "lnv pos/norm"},
|
|
||||||
{"path": "pos/max", "type": "float", "readonly": false, "cmd": "lnv pos/max"},
|
|
||||||
{"path": "autoflow", "type": "none", "kids": 24},
|
|
||||||
{"path": "autoflow/suspended", "type": "bool", "readonly": false, "cmd": "lnv autoflow/suspended"},
|
|
||||||
{"path": "autoflow/prop", "type": "float", "readonly": false, "cmd": "lnv autoflow/prop"},
|
|
||||||
{"path": "autoflow/flowstd", "type": "float", "readonly": false, "cmd": "lnv autoflow/flowstd"},
|
|
||||||
{"path": "autoflow/flowlim", "type": "float", "readonly": false, "cmd": "lnv autoflow/flowlim"},
|
|
||||||
{"path": "autoflow/smooth", "type": "float", "readonly": false, "cmd": "lnv autoflow/smooth"},
|
|
||||||
{"path": "autoflow/difSize", "type": "float", "readonly": false, "cmd": "lnv autoflow/difSize"},
|
|
||||||
{"path": "autoflow/difRange", "type": "float", "readonly": false, "cmd": "lnv autoflow/difRange"},
|
|
||||||
{"path": "autoflow/flowSize", "type": "float", "readonly": false, "cmd": "lnv autoflow/flowSize"},
|
|
||||||
{"path": "autoflow/convTime", "type": "float", "readonly": false, "cmd": "lnv autoflow/convTime"},
|
|
||||||
{"path": "autoflow/Tmin", "type": "float", "readonly": false, "cmd": "lnv autoflow/Tmin"},
|
|
||||||
{"path": "autoflow/script", "type": "text", "readonly": false, "cmd": "lnv autoflow/script"},
|
|
||||||
{"path": "autoflow/getTemp", "type": "text", "readonly": false, "cmd": "lnv autoflow/getTemp"},
|
|
||||||
{"path": "autoflow/getTset", "type": "text", "readonly": false, "cmd": "lnv autoflow/getTset"},
|
|
||||||
{"path": "autoflow/getFlow", "type": "text", "readonly": false, "cmd": "lnv autoflow/getFlow"},
|
|
||||||
{"path": "autoflow/difBuf", "type": "text"},
|
|
||||||
{"path": "autoflow/flowBuf", "type": "text"},
|
|
||||||
{"path": "autoflow/flowset", "type": "float"},
|
|
||||||
{"path": "autoflow/flowmin", "type": "float"},
|
|
||||||
{"path": "autoflow/flowmax", "type": "float"},
|
|
||||||
{"path": "autoflow/difmin", "type": "float"},
|
|
||||||
{"path": "autoflow/difmax", "type": "float"},
|
|
||||||
{"path": "autoflow/setmin", "type": "float"},
|
|
||||||
{"path": "autoflow/setmax", "type": "float"},
|
|
||||||
{"path": "autoflow/flowtarget", "type": "float"}]]
|
|
@ -1,29 +0,0 @@
|
|||||||
["lpr", [{"path": "", "type": "float", "readonly": false, "cmd": "run lpr", "description": "lpr", "kids": 28},
|
|
||||||
{"path": "send", "type": "text", "readonly": false, "cmd": "lpr send", "visibility": 3},
|
|
||||||
{"path": "status", "type": "text", "visibility": 3},
|
|
||||||
{"path": "is_running", "type": "int", "visibility": 3},
|
|
||||||
{"path": "mode", "type": "enum", "enum": {"off": 0, "on": 1}, "readonly": false, "cmd": "lpr mode"},
|
|
||||||
{"path": "reg", "type": "float"},
|
|
||||||
{"path": "output", "type": "float", "readonly": false, "cmd": "lpr output"},
|
|
||||||
{"path": "ramptime", "type": "float", "readonly": false, "cmd": "lpr ramptime", "description": "time for ramping [sec] deltax = 1 or a factor 10"},
|
|
||||||
{"path": "ramptol", "type": "float", "readonly": false, "cmd": "lpr ramptol", "description": "log of max. deviation when ramping"},
|
|
||||||
{"path": "smoothtime", "type": "float", "readonly": false, "cmd": "lpr smoothtime", "description": "time for smoothing ramp near setpoint"},
|
|
||||||
{"path": "invar", "type": "text", "readonly": false, "cmd": "lpr invar", "visibility": 3},
|
|
||||||
{"path": "outvar", "type": "text", "readonly": false, "cmd": "lpr outvar", "visibility": 3},
|
|
||||||
{"path": "prop", "type": "float", "readonly": false, "cmd": "lpr prop", "description": "smaller means more sensitive. a change of 'prop' on input -> a change of 100 % or a factor 10 on output"},
|
|
||||||
{"path": "int", "type": "float", "readonly": false, "cmd": "lpr int", "description": "integration time (sec)"},
|
|
||||||
{"path": "outmin", "type": "float", "readonly": false, "cmd": "lpr outmin", "description": "output for maximal decrease of input var."},
|
|
||||||
{"path": "outmax", "type": "float", "readonly": false, "cmd": "lpr outmax", "description": "output for maximal increase of input var."},
|
|
||||||
{"path": "inpfunction", "type": "enum", "enum": {"linear": 0, "logarithmic": 1}, "readonly": false, "cmd": "lpr inpfunction"},
|
|
||||||
{"path": "inplinear", "type": "float", "readonly": false, "cmd": "lpr inplinear", "description": "function gets linear below about this value"},
|
|
||||||
{"path": "outfunction", "type": "enum", "enum": {"linear": 0, "exponential": 1}, "readonly": false, "cmd": "lpr outfunction"},
|
|
||||||
{"path": "outlinear", "type": "float", "readonly": false, "cmd": "lpr outlinear", "description": "function gets linear below about this value"},
|
|
||||||
{"path": "precision", "type": "float", "readonly": false, "cmd": "lpr precision"},
|
|
||||||
{"path": "deadband", "type": "float", "readonly": false, "cmd": "lpr deadband"},
|
|
||||||
{"path": "maxdelta", "type": "float", "readonly": false, "cmd": "lpr maxdelta"},
|
|
||||||
{"path": "set", "type": "float", "readonly": false, "cmd": "lpr set"},
|
|
||||||
{"path": "target", "type": "float"},
|
|
||||||
{"path": "running", "type": "int"},
|
|
||||||
{"path": "tolerance", "type": "float", "readonly": false, "cmd": "lpr tolerance"},
|
|
||||||
{"path": "maxwait", "type": "float", "readonly": false, "cmd": "lpr maxwait"},
|
|
||||||
{"path": "settle", "type": "float", "readonly": false, "cmd": "lpr settle"}]]
|
|
@ -305,7 +305,7 @@
|
|||||||
{"path": "mode", "type": "enum", "enum": {"slow": 0, "fast (switches to slow automatically after filling)": 1}, "readonly": false, "cmd": "lev mode"}]},
|
{"path": "mode", "type": "enum", "enum": {"slow": 0, "fast (switches to slow automatically after filling)": 1}, "readonly": false, "cmd": "lev mode"}]},
|
||||||
|
|
||||||
"hefill": {"base": "/hefill", "params": [
|
"hefill": {"base": "/hefill", "params": [
|
||||||
{"path": "", "type": "enum", "enum": {"no fill valve": 2}, "readonly": false, "cmd": "hefill", "kids": 16},
|
{"path": "", "type": "enum", "enum": {"watching": 0, "fill": 1, "inactive": 2}, "readonly": false, "cmd": "hefill", "kids": 16},
|
||||||
{"path": "send", "type": "text", "readonly": false, "cmd": "hefill send", "visibility": 3},
|
{"path": "send", "type": "text", "readonly": false, "cmd": "hefill send", "visibility": 3},
|
||||||
{"path": "status", "type": "text", "visibility": 3},
|
{"path": "status", "type": "text", "visibility": 3},
|
||||||
{"path": "state", "type": "text"},
|
{"path": "state", "type": "text"},
|
||||||
|
@ -30,7 +30,7 @@
|
|||||||
{"path": "tm/alarm", "type": "float", "readonly": false, "cmd": "tt tm/alarm"},
|
{"path": "tm/alarm", "type": "float", "readonly": false, "cmd": "tt tm/alarm"},
|
||||||
{"path": "tm/stddev", "type": "float"},
|
{"path": "tm/stddev", "type": "float"},
|
||||||
{"path": "tm/raw", "type": "float"},
|
{"path": "tm/raw", "type": "float"},
|
||||||
{"path": "ts", "type": "float", "visibility": 3, "kids": 4},
|
{"path": "ts", "type": "float", "kids": 4},
|
||||||
{"path": "ts/curve", "type": "text", "readonly": false, "cmd": "tt ts/curve", "visibility": 3, "kids": 1},
|
{"path": "ts/curve", "type": "text", "readonly": false, "cmd": "tt ts/curve", "visibility": 3, "kids": 1},
|
||||||
{"path": "ts/curve/points", "type": "floatvarar", "readonly": false, "cmd": "tt ts/curve/points", "visibility": 3},
|
{"path": "ts/curve/points", "type": "floatvarar", "readonly": false, "cmd": "tt ts/curve/points", "visibility": 3},
|
||||||
{"path": "ts/alarm", "type": "float", "readonly": false, "cmd": "tt ts/alarm", "visibility": 3},
|
{"path": "ts/alarm", "type": "float", "readonly": false, "cmd": "tt ts/alarm", "visibility": 3},
|
||||||
@ -346,7 +346,7 @@
|
|||||||
{"path": "tubecoolingminutes", "type": "float", "readonly": false, "cmd": "ln2fill tubecoolingminutes"}]},
|
{"path": "tubecoolingminutes", "type": "float", "readonly": false, "cmd": "ln2fill tubecoolingminutes"}]},
|
||||||
|
|
||||||
"hefill": {"base": "/hefill", "params": [
|
"hefill": {"base": "/hefill", "params": [
|
||||||
{"path": "", "type": "enum", "enum": {"no fill valve": 2}, "readonly": false, "cmd": "hefill", "kids": 16},
|
{"path": "", "type": "enum", "enum": {"watching": 0, "fill": 1, "inactive": 2}, "readonly": false, "cmd": "hefill", "kids": 16},
|
||||||
{"path": "send", "type": "text", "readonly": false, "cmd": "hefill send", "visibility": 3},
|
{"path": "send", "type": "text", "readonly": false, "cmd": "hefill send", "visibility": 3},
|
||||||
{"path": "status", "type": "text", "visibility": 3},
|
{"path": "status", "type": "text", "visibility": 3},
|
||||||
{"path": "state", "type": "text"},
|
{"path": "state", "type": "text"},
|
||||||
|
@ -269,7 +269,9 @@
|
|||||||
{"path": "pullup", "type": "float", "readonly": false, "cmd": "hemot pullup"},
|
{"path": "pullup", "type": "float", "readonly": false, "cmd": "hemot pullup"},
|
||||||
{"path": "eeprom", "type": "enum", "enum": {"ok": 0, "dirty": 1, "save": 2, "load": 3}, "readonly": false, "cmd": "hemot eeprom"},
|
{"path": "eeprom", "type": "enum", "enum": {"ok": 0, "dirty": 1, "save": 2, "load": 3}, "readonly": false, "cmd": "hemot eeprom"},
|
||||||
{"path": "customadr", "type": "text", "readonly": false, "cmd": "hemot customadr"},
|
{"path": "customadr", "type": "text", "readonly": false, "cmd": "hemot customadr"},
|
||||||
{"path": "custompar", "type": "float", "readonly": false, "cmd": "hemot custompar"}]}, "ln2fill": {"base": "/ln2fill", "params": [{"path": "", "type": "enum", "enum": {"no fill valve": 2}, "readonly": false, "cmd": "ln2fill", "kids": 14},
|
{"path": "custompar", "type": "float", "readonly": false, "cmd": "hemot custompar"}]},
|
||||||
|
"ln2fill": {"base": "/ln2fill", "params": [
|
||||||
|
{"path": "", "type": "enum", "enum": {"watching": 0, "fill": 1, "inactive": 2}, "readonly": false, "cmd": "ln2fill", "kids": 14},
|
||||||
{"path": "send", "type": "text", "readonly": false, "cmd": "ln2fill send", "visibility": 3},
|
{"path": "send", "type": "text", "readonly": false, "cmd": "ln2fill send", "visibility": 3},
|
||||||
{"path": "status", "type": "text", "visibility": 3},
|
{"path": "status", "type": "text", "visibility": 3},
|
||||||
{"path": "state", "type": "text"},
|
{"path": "state", "type": "text"},
|
||||||
@ -283,7 +285,7 @@
|
|||||||
{"path": "maxholdhours", "type": "float", "readonly": false, "cmd": "ln2fill maxholdhours"},
|
{"path": "maxholdhours", "type": "float", "readonly": false, "cmd": "ln2fill maxholdhours"},
|
||||||
{"path": "tolerance", "type": "float", "readonly": false, "cmd": "ln2fill tolerance"},
|
{"path": "tolerance", "type": "float", "readonly": false, "cmd": "ln2fill tolerance"},
|
||||||
{"path": "badreadingminutes", "type": "float", "readonly": false, "cmd": "ln2fill badreadingminutes"},
|
{"path": "badreadingminutes", "type": "float", "readonly": false, "cmd": "ln2fill badreadingminutes"},
|
||||||
{"path": "tubecoolingminutes", "type": "float", "readonly": false, "cmd": "ln2fill tubecoolingminutes"}]}, "hefill": {"base": "/hefill", "params": [{"path": "", "type": "enum", "enum": {"no fill valve": 2}, "readonly": false, "cmd": "hefill", "kids": 16},
|
{"path": "tubecoolingminutes", "type": "float", "readonly": false, "cmd": "ln2fill tubecoolingminutes"}]}, "hefill": {"base": "/hefill", "params": [{"path": "", "type": "enum", "enum": {"watching": 0, "fill": 1, "inactive": 2}, "readonly": false, "cmd": "hefill", "kids": 16},
|
||||||
{"path": "send", "type": "text", "readonly": false, "cmd": "hefill send", "visibility": 3},
|
{"path": "send", "type": "text", "readonly": false, "cmd": "hefill send", "visibility": 3},
|
||||||
{"path": "status", "type": "text", "visibility": 3},
|
{"path": "status", "type": "text", "visibility": 3},
|
||||||
{"path": "state", "type": "text"},
|
{"path": "state", "type": "text"},
|
||||||
|
@ -1,119 +0,0 @@
|
|||||||
[node ma11_dil4_ultrasound_sr.psi.ch]
|
|
||||||
description = ma11_dil4_ultrasound_sr over SEA
|
|
||||||
|
|
||||||
[interface tcp]
|
|
||||||
type = tcp
|
|
||||||
bindport = 10767
|
|
||||||
|
|
||||||
[module seaconn]
|
|
||||||
class = secop_psi.sea.SeaClient
|
|
||||||
description = a SEA connection
|
|
||||||
uri = tcp://samenv.psi.ch:8645
|
|
||||||
|
|
||||||
[module tt]
|
|
||||||
class = secop_psi.sea.SeaDrivable
|
|
||||||
io = seaconn
|
|
||||||
json_descr = tt.ma11.config
|
|
||||||
remote_paths = .
|
|
||||||
|
|
||||||
[module nv]
|
|
||||||
class = secop_psi.sea.SeaReadable
|
|
||||||
io = seaconn
|
|
||||||
json_descr = nv.ma11.config
|
|
||||||
remote_paths = .
|
|
||||||
|
|
||||||
[module ln2fill]
|
|
||||||
class = secop_psi.sea.SeaReadable
|
|
||||||
io = seaconn
|
|
||||||
json_descr = ln2fill.ma11.config
|
|
||||||
remote_paths = .
|
|
||||||
|
|
||||||
[module hefill]
|
|
||||||
class = secop_psi.sea.SeaReadable
|
|
||||||
io = seaconn
|
|
||||||
json_descr = hefill.ma11.config
|
|
||||||
remote_paths = .
|
|
||||||
|
|
||||||
[module tcoil]
|
|
||||||
class = secop_psi.sea.SeaReadable
|
|
||||||
io = seaconn
|
|
||||||
json_descr = tcoil.ma11.config
|
|
||||||
remote_paths = .
|
|
||||||
|
|
||||||
[module table]
|
|
||||||
class = secop_psi.sea.SeaReadable
|
|
||||||
io = seaconn
|
|
||||||
json_descr = table.ma11.config
|
|
||||||
remote_paths = .
|
|
||||||
|
|
||||||
[module lnv]
|
|
||||||
class = secop_psi.sea.SeaReadable
|
|
||||||
io = seaconn
|
|
||||||
json_descr = lnv.ma11.config
|
|
||||||
remote_paths = .
|
|
||||||
|
|
||||||
[module lpr]
|
|
||||||
class = secop_psi.sea.SeaDrivable
|
|
||||||
io = seaconn
|
|
||||||
json_descr = lpr.ma11.config
|
|
||||||
remote_paths = .
|
|
||||||
|
|
||||||
[module lambdawatch]
|
|
||||||
class = secop_psi.sea.SeaReadable
|
|
||||||
io = seaconn
|
|
||||||
json_descr = lambdawatch.ma11.config
|
|
||||||
remote_paths = .
|
|
||||||
|
|
||||||
[module ts]
|
|
||||||
class = secop_psi.sea.SeaDrivable
|
|
||||||
io = seaconn
|
|
||||||
json_descr = ts.dil4.stick
|
|
||||||
remote_paths = .
|
|
||||||
|
|
||||||
[module treg]
|
|
||||||
class = secop_psi.sea.SeaReadable
|
|
||||||
io = seaconn
|
|
||||||
json_descr = treg.dil4.stick
|
|
||||||
remote_paths = .
|
|
||||||
|
|
||||||
[module tmon]
|
|
||||||
class = secop_psi.sea.SeaReadable
|
|
||||||
io = seaconn
|
|
||||||
json_descr = tmon.dil4.stick
|
|
||||||
remote_paths = .
|
|
||||||
|
|
||||||
[module sorb]
|
|
||||||
class = secop_psi.sea.SeaDrivable
|
|
||||||
io = seaconn
|
|
||||||
json_descr = sorb.dil4.stick
|
|
||||||
remote_paths = .
|
|
||||||
|
|
||||||
[module ultrasound]
|
|
||||||
class = secop_psi.sea.SeaReadable
|
|
||||||
io = seaconn
|
|
||||||
json_descr = ultrasound.ultrasound.addon
|
|
||||||
remote_paths = .
|
|
||||||
|
|
||||||
[module fn]
|
|
||||||
class = secop_psi.sea.SeaReadable
|
|
||||||
io = seaconn
|
|
||||||
json_descr = fn.ultrasound.addon
|
|
||||||
remote_paths = .
|
|
||||||
|
|
||||||
[module mirror]
|
|
||||||
class = secop_psi.sea.SeaReadable
|
|
||||||
io = seaconn
|
|
||||||
json_descr = mirror.ultrasound.addon
|
|
||||||
remote_paths = .
|
|
||||||
|
|
||||||
[module f]
|
|
||||||
class = secop_psi.sea.SeaReadable
|
|
||||||
io = seaconn
|
|
||||||
json_descr = f.ultrasound.addon
|
|
||||||
remote_paths = .
|
|
||||||
|
|
||||||
[module pars]
|
|
||||||
class = secop_psi.sea.SeaReadable
|
|
||||||
io = seaconn
|
|
||||||
json_descr = pars.ultrasound.addon
|
|
||||||
remote_paths = .
|
|
@ -1,50 +1,50 @@
|
|||||||
{"tt": {"base": "/tt", "params": [
|
{"tt": {"base": "/tt", "params": [
|
||||||
{"path": "", "type": "float", "readonly": false, "cmd": "run tt", "description": "tt", "kids": 18},
|
{"path": "", "type": "float", "readonly": false, "cmd": "run tt", "description": "tt", "kids": 18},
|
||||||
{"path": "send", "type": "text", "readonly": false, "cmd": "tt send", "visibility": 3},
|
{"path": "send", "type": "text", "readonly": false, "cmd": "tt send", "visibility": 3},
|
||||||
{"path": "status", "type": "text", "visibility": 3},
|
{"path": "status", "type": "text", "readonly": false, "cmd": "run tt", "visibility": 3},
|
||||||
{"path": "is_running", "type": "int", "readonly": false, "cmd": "tt is_running", "visibility": 3},
|
{"path": "is_running", "type": "int", "readonly": false, "cmd": "tt is_running", "visibility": 3},
|
||||||
{"path": "mainloop", "type": "text", "readonly": false, "cmd": "tt mainloop", "visibility": 3},
|
{"path": "mainloop", "type": "text", "readonly": false, "cmd": "tt mainloop", "visibility": 3},
|
||||||
{"path": "target", "type": "float"},
|
{"path": "target", "type": "float", "readonly": false, "cmd": "run tt"},
|
||||||
{"path": "running", "type": "int"},
|
{"path": "running", "type": "int", "readonly": false, "cmd": "run tt"},
|
||||||
{"path": "tolerance", "type": "float", "readonly": false, "cmd": "tt tolerance"},
|
{"path": "tolerance", "type": "float", "readonly": false, "cmd": "tt tolerance"},
|
||||||
{"path": "maxwait", "type": "float", "readonly": false, "cmd": "tt maxwait"},
|
{"path": "maxwait", "type": "float", "readonly": false, "cmd": "tt maxwait"},
|
||||||
{"path": "settle", "type": "float", "readonly": false, "cmd": "tt settle"},
|
{"path": "settle", "type": "float", "readonly": false, "cmd": "tt settle"},
|
||||||
{"path": "log", "type": "text", "readonly": false, "cmd": "tt log", "visibility": 3, "kids": 4},
|
{"path": "log", "type": "text", "readonly": false, "cmd": "tt log", "visibility": 3, "kids": 4},
|
||||||
{"path": "log/mean", "type": "float", "visibility": 3},
|
{"path": "log/mean", "type": "float", "readonly": false, "cmd": "run tt", "visibility": 3},
|
||||||
{"path": "log/m2", "type": "float", "visibility": 3},
|
{"path": "log/m2", "type": "float", "readonly": false, "cmd": "run tt", "visibility": 3},
|
||||||
{"path": "log/stddev", "type": "float", "visibility": 3},
|
{"path": "log/stddev", "type": "float", "readonly": false, "cmd": "run tt", "visibility": 3},
|
||||||
{"path": "log/n", "type": "float", "visibility": 3},
|
{"path": "log/n", "type": "float", "readonly": false, "cmd": "run tt", "visibility": 3},
|
||||||
{"path": "dblctrl", "type": "bool", "readonly": false, "cmd": "tt dblctrl", "kids": 9},
|
{"path": "dblctrl", "type": "bool", "readonly": false, "cmd": "tt dblctrl", "kids": 9},
|
||||||
{"path": "dblctrl/tshift", "type": "float", "readonly": false, "cmd": "tt dblctrl/tshift"},
|
{"path": "dblctrl/tshift", "type": "float", "readonly": false, "cmd": "tt dblctrl/tshift"},
|
||||||
{"path": "dblctrl/mode", "type": "enum", "enum": {"disabled": -1, "inactive": 0, "stable": 1, "up": 2, "down": 3}, "readonly": false, "cmd": "tt dblctrl/mode"},
|
{"path": "dblctrl/mode", "type": "enum", "enum": {"disabled": -1, "inactive": 0, "stable": 1, "up": 2, "down": 3}, "readonly": false, "cmd": "tt dblctrl/mode"},
|
||||||
{"path": "dblctrl/shift_up", "type": "float"},
|
{"path": "dblctrl/shift_up", "type": "float", "readonly": false, "cmd": "run tt"},
|
||||||
{"path": "dblctrl/shift_lo", "type": "float"},
|
{"path": "dblctrl/shift_lo", "type": "float", "readonly": false, "cmd": "run tt"},
|
||||||
{"path": "dblctrl/t_min", "type": "float"},
|
{"path": "dblctrl/t_min", "type": "float", "readonly": false, "cmd": "run tt"},
|
||||||
{"path": "dblctrl/t_max", "type": "float"},
|
{"path": "dblctrl/t_max", "type": "float", "readonly": false, "cmd": "run tt"},
|
||||||
{"path": "dblctrl/int2", "type": "float", "readonly": false, "cmd": "tt dblctrl/int2"},
|
{"path": "dblctrl/int2", "type": "float", "readonly": false, "cmd": "tt dblctrl/int2"},
|
||||||
{"path": "dblctrl/prop_up", "type": "float", "readonly": false, "cmd": "tt dblctrl/prop_up"},
|
{"path": "dblctrl/prop_up", "type": "float", "readonly": false, "cmd": "tt dblctrl/prop_up"},
|
||||||
{"path": "dblctrl/prop_lo", "type": "float", "readonly": false, "cmd": "tt dblctrl/prop_lo"},
|
{"path": "dblctrl/prop_lo", "type": "float", "readonly": false, "cmd": "tt dblctrl/prop_lo"},
|
||||||
{"path": "tm", "type": "float", "kids": 4},
|
{"path": "tm", "type": "float", "readonly": false, "cmd": "run tt", "kids": 4},
|
||||||
{"path": "tm/curve", "type": "text", "readonly": false, "cmd": "tt tm/curve", "kids": 1},
|
{"path": "tm/curve", "type": "text", "readonly": false, "cmd": "tt tm/curve", "kids": 1},
|
||||||
{"path": "tm/curve/points", "type": "floatvarar", "readonly": false, "cmd": "tt tm/curve/points", "visibility": 3},
|
{"path": "tm/curve/points", "type": "floatvarar", "readonly": false, "cmd": "tt tm/curve/points", "visibility": 3},
|
||||||
{"path": "tm/alarm", "type": "float", "readonly": false, "cmd": "tt tm/alarm"},
|
{"path": "tm/alarm", "type": "float", "readonly": false, "cmd": "tt tm/alarm"},
|
||||||
{"path": "tm/stddev", "type": "float"},
|
{"path": "tm/stddev", "type": "float", "readonly": false, "cmd": "run tt"},
|
||||||
{"path": "tm/raw", "type": "float"},
|
{"path": "tm/raw", "type": "float", "readonly": false, "cmd": "run tt"},
|
||||||
{"path": "ts", "type": "float", "kids": 4},
|
{"path": "ts", "type": "float", "readonly": false, "cmd": "run tt", "kids": 4},
|
||||||
{"path": "ts/curve", "type": "text", "readonly": false, "cmd": "tt ts/curve", "kids": 1},
|
{"path": "ts/curve", "type": "text", "readonly": false, "cmd": "tt ts/curve", "kids": 1},
|
||||||
{"path": "ts/curve/points", "type": "floatvarar", "readonly": false, "cmd": "tt ts/curve/points", "visibility": 3},
|
{"path": "ts/curve/points", "type": "floatvarar", "readonly": false, "cmd": "tt ts/curve/points", "visibility": 3},
|
||||||
{"path": "ts/alarm", "type": "float", "readonly": false, "cmd": "tt ts/alarm"},
|
{"path": "ts/alarm", "type": "float", "readonly": false, "cmd": "tt ts/alarm"},
|
||||||
{"path": "ts/stddev", "type": "float"},
|
{"path": "ts/stddev", "type": "float", "readonly": false, "cmd": "run tt"},
|
||||||
{"path": "ts/raw", "type": "float"},
|
{"path": "ts/raw", "type": "float", "readonly": false, "cmd": "run tt"},
|
||||||
{"path": "ts_2", "type": "float", "kids": 4},
|
{"path": "ts_2", "type": "float", "readonly": false, "cmd": "run tt", "kids": 4},
|
||||||
{"path": "ts_2/curve", "type": "text", "readonly": false, "cmd": "tt ts_2/curve", "kids": 1},
|
{"path": "ts_2/curve", "type": "text", "readonly": false, "cmd": "tt ts_2/curve", "kids": 1},
|
||||||
{"path": "ts_2/curve/points", "type": "floatvarar", "readonly": false, "cmd": "tt ts_2/curve/points", "visibility": 3},
|
{"path": "ts_2/curve/points", "type": "floatvarar", "readonly": false, "cmd": "tt ts_2/curve/points", "visibility": 3},
|
||||||
{"path": "ts_2/alarm", "type": "float", "readonly": false, "cmd": "tt ts_2/alarm"},
|
{"path": "ts_2/alarm", "type": "float", "readonly": false, "cmd": "tt ts_2/alarm"},
|
||||||
{"path": "ts_2/stddev", "type": "float"},
|
{"path": "ts_2/stddev", "type": "float", "readonly": false, "cmd": "run tt"},
|
||||||
{"path": "ts_2/raw", "type": "float"},
|
{"path": "ts_2/raw", "type": "float", "readonly": false, "cmd": "run tt"},
|
||||||
{"path": "set", "type": "float", "readonly": false, "cmd": "tt set", "kids": 18},
|
{"path": "set", "type": "float", "readonly": false, "cmd": "tt set", "kids": 18},
|
||||||
{"path": "set/mode", "type": "enum", "enum": {"disabled": -1, "off": 0, "controlling": 1, "manual": 2}, "readonly": false, "cmd": "tt set/mode"},
|
{"path": "set/mode", "type": "enum", "enum": {"disabled": -1, "off": 0, "controlling": 1, "manual": 2}, "readonly": false, "cmd": "tt set/mode"},
|
||||||
{"path": "set/reg", "type": "float"},
|
{"path": "set/reg", "type": "float", "readonly": false, "cmd": "run tt"},
|
||||||
{"path": "set/ramp", "type": "float", "readonly": false, "cmd": "tt set/ramp", "description": "maximum ramp in K/min (0: ramp off)"},
|
{"path": "set/ramp", "type": "float", "readonly": false, "cmd": "tt set/ramp", "description": "maximum ramp in K/min (0: ramp off)"},
|
||||||
{"path": "set/wramp", "type": "float", "readonly": false, "cmd": "tt set/wramp"},
|
{"path": "set/wramp", "type": "float", "readonly": false, "cmd": "tt set/wramp"},
|
||||||
{"path": "set/smooth", "type": "float", "readonly": false, "cmd": "tt set/smooth", "description": "smooth time (minutes)"},
|
{"path": "set/smooth", "type": "float", "readonly": false, "cmd": "tt set/smooth", "description": "smooth time (minutes)"},
|
||||||
@ -53,17 +53,17 @@
|
|||||||
{"path": "set/resist", "type": "float", "readonly": false, "cmd": "tt set/resist"},
|
{"path": "set/resist", "type": "float", "readonly": false, "cmd": "tt set/resist"},
|
||||||
{"path": "set/maxheater", "type": "text", "readonly": false, "cmd": "tt set/maxheater", "description": "maximum heater limit, units should be given without space: W, mW, A, mA"},
|
{"path": "set/maxheater", "type": "text", "readonly": false, "cmd": "tt set/maxheater", "description": "maximum heater limit, units should be given without space: W, mW, A, mA"},
|
||||||
{"path": "set/linearpower", "type": "float", "readonly": false, "cmd": "tt set/linearpower", "description": "when not 0, it is the maximum effective power, and the power is linear to the heater output"},
|
{"path": "set/linearpower", "type": "float", "readonly": false, "cmd": "tt set/linearpower", "description": "when not 0, it is the maximum effective power, and the power is linear to the heater output"},
|
||||||
{"path": "set/maxpowerlim", "type": "float", "description": "the maximum power limit (before any booster or converter)"},
|
{"path": "set/maxpowerlim", "type": "float", "readonly": false, "cmd": "run tt", "description": "the maximum power limit (before any booster or converter)"},
|
||||||
{"path": "set/maxpower", "type": "float", "readonly": false, "cmd": "tt set/maxpower", "description": "maximum power [W]"},
|
{"path": "set/maxpower", "type": "float", "readonly": false, "cmd": "tt set/maxpower", "description": "maximum power [W]"},
|
||||||
{"path": "set/maxcurrent", "type": "float", "description": "the maximum current before any booster or converter"},
|
{"path": "set/maxcurrent", "type": "float", "readonly": false, "cmd": "run tt", "description": "the maximum current before any booster or converter"},
|
||||||
{"path": "set/manualpower", "type": "float", "readonly": false, "cmd": "tt set/manualpower"},
|
{"path": "set/manualpower", "type": "float", "readonly": false, "cmd": "tt set/manualpower"},
|
||||||
{"path": "set/power", "type": "float"},
|
{"path": "set/power", "type": "float", "readonly": false, "cmd": "run tt"},
|
||||||
{"path": "set/prop", "type": "float", "readonly": false, "cmd": "tt set/prop", "description": "bigger means more gain"},
|
{"path": "set/prop", "type": "float", "readonly": false, "cmd": "tt set/prop", "description": "bigger means more gain"},
|
||||||
{"path": "set/integ", "type": "float", "readonly": false, "cmd": "tt set/integ", "description": "bigger means faster"},
|
{"path": "set/integ", "type": "float", "readonly": false, "cmd": "tt set/integ", "description": "bigger means faster"},
|
||||||
{"path": "set/deriv", "type": "float", "readonly": false, "cmd": "tt set/deriv"},
|
{"path": "set/deriv", "type": "float", "readonly": false, "cmd": "tt set/deriv"},
|
||||||
{"path": "setsamp", "type": "float", "readonly": false, "cmd": "tt setsamp", "kids": 18},
|
{"path": "setsamp", "type": "float", "readonly": false, "cmd": "tt setsamp", "kids": 18},
|
||||||
{"path": "setsamp/mode", "type": "enum", "enum": {"disabled": -1, "off": 0, "controlling": 1, "manual": 2}, "readonly": false, "cmd": "tt setsamp/mode"},
|
{"path": "setsamp/mode", "type": "enum", "enum": {"disabled": -1, "off": 0, "controlling": 1, "manual": 2}, "readonly": false, "cmd": "tt setsamp/mode"},
|
||||||
{"path": "setsamp/reg", "type": "float"},
|
{"path": "setsamp/reg", "type": "float", "readonly": false, "cmd": "run tt"},
|
||||||
{"path": "setsamp/ramp", "type": "float", "readonly": false, "cmd": "tt setsamp/ramp", "description": "maximum ramp in K/min (0: ramp off)"},
|
{"path": "setsamp/ramp", "type": "float", "readonly": false, "cmd": "tt setsamp/ramp", "description": "maximum ramp in K/min (0: ramp off)"},
|
||||||
{"path": "setsamp/wramp", "type": "float", "readonly": false, "cmd": "tt setsamp/wramp"},
|
{"path": "setsamp/wramp", "type": "float", "readonly": false, "cmd": "tt setsamp/wramp"},
|
||||||
{"path": "setsamp/smooth", "type": "float", "readonly": false, "cmd": "tt setsamp/smooth", "description": "smooth time (minutes)"},
|
{"path": "setsamp/smooth", "type": "float", "readonly": false, "cmd": "tt setsamp/smooth", "description": "smooth time (minutes)"},
|
||||||
@ -72,16 +72,16 @@
|
|||||||
{"path": "setsamp/resist", "type": "float", "readonly": false, "cmd": "tt setsamp/resist"},
|
{"path": "setsamp/resist", "type": "float", "readonly": false, "cmd": "tt setsamp/resist"},
|
||||||
{"path": "setsamp/maxheater", "type": "text", "readonly": false, "cmd": "tt setsamp/maxheater", "description": "maximum heater limit, units should be given without space: W, mW, A, mA"},
|
{"path": "setsamp/maxheater", "type": "text", "readonly": false, "cmd": "tt setsamp/maxheater", "description": "maximum heater limit, units should be given without space: W, mW, A, mA"},
|
||||||
{"path": "setsamp/linearpower", "type": "float", "readonly": false, "cmd": "tt setsamp/linearpower", "description": "when not 0, it is the maximum effective power, and the power is linear to the heater output"},
|
{"path": "setsamp/linearpower", "type": "float", "readonly": false, "cmd": "tt setsamp/linearpower", "description": "when not 0, it is the maximum effective power, and the power is linear to the heater output"},
|
||||||
{"path": "setsamp/maxpowerlim", "type": "float", "description": "the maximum power limit (before any booster or converter)"},
|
{"path": "setsamp/maxpowerlim", "type": "float", "readonly": false, "cmd": "run tt", "description": "the maximum power limit (before any booster or converter)"},
|
||||||
{"path": "setsamp/maxpower", "type": "float", "readonly": false, "cmd": "tt setsamp/maxpower", "description": "maximum power [W]"},
|
{"path": "setsamp/maxpower", "type": "float", "readonly": false, "cmd": "tt setsamp/maxpower", "description": "maximum power [W]"},
|
||||||
{"path": "setsamp/maxcurrent", "type": "float", "description": "the maximum current before any booster or converter"},
|
{"path": "setsamp/maxcurrent", "type": "float", "readonly": false, "cmd": "run tt", "description": "the maximum current before any booster or converter"},
|
||||||
{"path": "setsamp/manualpower", "type": "float", "readonly": false, "cmd": "tt setsamp/manualpower"},
|
{"path": "setsamp/manualpower", "type": "float", "readonly": false, "cmd": "tt setsamp/manualpower"},
|
||||||
{"path": "setsamp/power", "type": "float"},
|
{"path": "setsamp/power", "type": "float", "readonly": false, "cmd": "run tt"},
|
||||||
{"path": "setsamp/prop", "type": "float", "readonly": false, "cmd": "tt setsamp/prop", "description": "bigger means more gain"},
|
{"path": "setsamp/prop", "type": "float", "readonly": false, "cmd": "tt setsamp/prop", "description": "bigger means more gain"},
|
||||||
{"path": "setsamp/integ", "type": "float", "readonly": false, "cmd": "tt setsamp/integ", "description": "bigger means faster"},
|
{"path": "setsamp/integ", "type": "float", "readonly": false, "cmd": "tt setsamp/integ", "description": "bigger means faster"},
|
||||||
{"path": "setsamp/deriv", "type": "float", "readonly": false, "cmd": "tt setsamp/deriv"},
|
{"path": "setsamp/deriv", "type": "float", "readonly": false, "cmd": "tt setsamp/deriv"},
|
||||||
{"path": "display", "type": "text", "readonly": false, "cmd": "tt display"},
|
{"path": "display", "type": "text", "readonly": false, "cmd": "tt display"},
|
||||||
{"path": "remote", "type": "bool"}]},
|
{"path": "remote", "type": "bool", "readonly": false, "cmd": "run tt"}]},
|
||||||
|
|
||||||
"cc": {"base": "/cc", "params": [
|
"cc": {"base": "/cc", "params": [
|
||||||
{"path": "", "type": "bool", "kids": 96},
|
{"path": "", "type": "bool", "kids": 96},
|
||||||
@ -239,16 +239,16 @@
|
|||||||
{"path": "", "type": "enum", "enum": {"xds35_auto": 0, "xds35_manual": 1, "sv65": 2, "other": 3, "no": -1}, "readonly": false, "cmd": "hepump", "description": "xds35: scroll pump, sv65: leybold", "kids": 10},
|
{"path": "", "type": "enum", "enum": {"xds35_auto": 0, "xds35_manual": 1, "sv65": 2, "other": 3, "no": -1}, "readonly": false, "cmd": "hepump", "description": "xds35: scroll pump, sv65: leybold", "kids": 10},
|
||||||
{"path": "send", "type": "text", "readonly": false, "cmd": "hepump send", "visibility": 3},
|
{"path": "send", "type": "text", "readonly": false, "cmd": "hepump send", "visibility": 3},
|
||||||
{"path": "status", "type": "text", "visibility": 3},
|
{"path": "status", "type": "text", "visibility": 3},
|
||||||
{"path": "running", "type": "bool", "readonly": false, "cmd": "hepump running", "visibility": 3},
|
{"path": "running", "type": "bool", "readonly": false, "cmd": "hepump running"},
|
||||||
{"path": "eco", "type": "bool", "readonly": false, "cmd": "hepump eco", "visibility": 3},
|
{"path": "eco", "type": "bool", "readonly": false, "cmd": "hepump eco"},
|
||||||
{"path": "auto", "type": "bool", "readonly": false, "cmd": "hepump auto", "visibility": 3},
|
{"path": "auto", "type": "bool", "readonly": false, "cmd": "hepump auto"},
|
||||||
{"path": "valve", "type": "enum", "enum": {"closed": 0, "closing": 1, "opening": 2, "opened": 3, "undefined": 4}, "readonly": false, "cmd": "hepump valve", "visibility": 3},
|
{"path": "valve", "type": "enum", "enum": {"closed": 0, "closing": 1, "opening": 2, "opened": 3, "undefined": 4}, "readonly": false, "cmd": "hepump valve"},
|
||||||
{"path": "eco_t_lim", "type": "float", "readonly": false, "cmd": "hepump eco_t_lim", "description": "switch off eco mode when T_set < eco_t_lim and T < eco_t_lim * 2", "visibility": 3},
|
{"path": "eco_t_lim", "type": "float", "readonly": false, "cmd": "hepump eco_t_lim", "description": "switch off eco mode when T_set < eco_t_lim and T < eco_t_lim * 2"},
|
||||||
{"path": "calib", "type": "float", "readonly": false, "cmd": "hepump calib", "visibility": 3},
|
{"path": "calib", "type": "float", "readonly": false, "cmd": "hepump calib", "visibility": 3},
|
||||||
{"path": "health", "type": "float"}]},
|
{"path": "health", "type": "float"}]},
|
||||||
|
|
||||||
"hemot": {"base": "/hepump/hemot", "params": [
|
"hemot": {"base": "/hepump/hemot", "params": [
|
||||||
{"path": "", "type": "float", "readonly": false, "cmd": "run hemot", "visibility": 3, "kids": 30},
|
{"path": "", "type": "float", "readonly": false, "cmd": "run hemot", "kids": 30},
|
||||||
{"path": "send", "type": "text", "readonly": false, "cmd": "hemot send", "visibility": 3},
|
{"path": "send", "type": "text", "readonly": false, "cmd": "hemot send", "visibility": 3},
|
||||||
{"path": "status", "type": "text", "visibility": 3},
|
{"path": "status", "type": "text", "visibility": 3},
|
||||||
{"path": "is_running", "type": "int", "readonly": false, "cmd": "hemot is_running", "visibility": 3},
|
{"path": "is_running", "type": "int", "readonly": false, "cmd": "hemot is_running", "visibility": 3},
|
||||||
@ -280,8 +280,18 @@
|
|||||||
{"path": "customadr", "type": "text", "readonly": false, "cmd": "hemot customadr"},
|
{"path": "customadr", "type": "text", "readonly": false, "cmd": "hemot customadr"},
|
||||||
{"path": "custompar", "type": "float", "readonly": false, "cmd": "hemot custompar"}]},
|
{"path": "custompar", "type": "float", "readonly": false, "cmd": "hemot custompar"}]},
|
||||||
|
|
||||||
|
"nvflow": {"base": "/nvflow", "params": [
|
||||||
|
{"path": "", "type": "float", "kids": 7},
|
||||||
|
{"path": "send", "type": "text", "readonly": false, "cmd": "nvflow send", "visibility": 3},
|
||||||
|
{"path": "status", "type": "text", "visibility": 3},
|
||||||
|
{"path": "stddev", "type": "float"},
|
||||||
|
{"path": "nsamples", "type": "int", "readonly": false, "cmd": "nvflow nsamples"},
|
||||||
|
{"path": "offset", "type": "float", "readonly": false, "cmd": "nvflow offset"},
|
||||||
|
{"path": "scale", "type": "float", "readonly": false, "cmd": "nvflow scale"},
|
||||||
|
{"path": "save", "type": "bool", "readonly": false, "cmd": "nvflow save", "description": "unchecked: current calib is not saved. set checked: save calib"}]},
|
||||||
|
|
||||||
"ln2fill": {"base": "/ln2fill", "params": [
|
"ln2fill": {"base": "/ln2fill", "params": [
|
||||||
{"path": "", "type": "enum", "enum": {"no fill valve": 2}, "readonly": false, "cmd": "ln2fill", "kids": 14},
|
{"path": "", "type": "enum", "enum": {"watching": 0, "fill": 1, "inactive": 2}, "readonly": false, "cmd": "ln2fill", "kids": 14},
|
||||||
{"path": "send", "type": "text", "readonly": false, "cmd": "ln2fill send", "visibility": 3},
|
{"path": "send", "type": "text", "readonly": false, "cmd": "ln2fill send", "visibility": 3},
|
||||||
{"path": "status", "type": "text", "visibility": 3},
|
{"path": "status", "type": "text", "visibility": 3},
|
||||||
{"path": "state", "type": "text"},
|
{"path": "state", "type": "text"},
|
||||||
@ -298,7 +308,7 @@
|
|||||||
{"path": "tubecoolingminutes", "type": "float", "readonly": false, "cmd": "ln2fill tubecoolingminutes"}]},
|
{"path": "tubecoolingminutes", "type": "float", "readonly": false, "cmd": "ln2fill tubecoolingminutes"}]},
|
||||||
|
|
||||||
"hefill": {"base": "/hefill", "params": [
|
"hefill": {"base": "/hefill", "params": [
|
||||||
{"path": "", "type": "enum", "enum": {"no fill valve": 2}, "readonly": false, "cmd": "hefill", "kids": 16},
|
{"path": "", "type": "enum", "enum": {"watching": 0, "fill": 1, "inactive": 2}, "readonly": false, "cmd": "hefill", "kids": 16},
|
||||||
{"path": "send", "type": "text", "readonly": false, "cmd": "hefill send", "visibility": 3},
|
{"path": "send", "type": "text", "readonly": false, "cmd": "hefill send", "visibility": 3},
|
||||||
{"path": "status", "type": "text", "visibility": 3},
|
{"path": "status", "type": "text", "visibility": 3},
|
||||||
{"path": "state", "type": "text"},
|
{"path": "state", "type": "text"},
|
||||||
@ -317,32 +327,32 @@
|
|||||||
{"path": "vext", "type": "float"}]},
|
{"path": "vext", "type": "float"}]},
|
||||||
|
|
||||||
"mf": {"base": "/mf", "params": [
|
"mf": {"base": "/mf", "params": [
|
||||||
{"path": "", "type": "float", "kids": 26},
|
{"path": "", "type": "float", "readonly": false, "cmd": "run mf", "kids": 26},
|
||||||
{"path": "persmode", "type": "int", "readonly": false, "cmd": "mf persmode"},
|
{"path": "persmode", "type": "int", "readonly": false, "cmd": "mf persmode"},
|
||||||
{"path": "perswitch", "type": "int"},
|
{"path": "perswitch", "type": "int", "readonly": false, "cmd": "run mf"},
|
||||||
{"path": "nowait", "type": "int", "readonly": false, "cmd": "mf nowait"},
|
{"path": "nowait", "type": "int", "readonly": false, "cmd": "mf nowait"},
|
||||||
{"path": "maxlimit", "type": "float", "visibility": 3},
|
{"path": "maxlimit", "type": "float", "readonly": false, "cmd": "run mf", "visibility": 3},
|
||||||
{"path": "limit", "type": "float", "readonly": false, "cmd": "mf limit"},
|
{"path": "limit", "type": "float", "readonly": false, "cmd": "mf limit"},
|
||||||
{"path": "ramp", "type": "float", "readonly": false, "cmd": "mf ramp"},
|
{"path": "ramp", "type": "float", "readonly": false, "cmd": "mf ramp"},
|
||||||
{"path": "perscurrent", "type": "float", "readonly": false, "cmd": "mf perscurrent"},
|
{"path": "perscurrent", "type": "float", "readonly": false, "cmd": "mf perscurrent"},
|
||||||
{"path": "perslimit", "type": "float", "readonly": false, "cmd": "mf perslimit"},
|
{"path": "perslimit", "type": "float", "readonly": false, "cmd": "mf perslimit"},
|
||||||
{"path": "perswait", "type": "int", "readonly": false, "cmd": "mf perswait"},
|
{"path": "perswait", "type": "int", "readonly": false, "cmd": "mf perswait"},
|
||||||
{"path": "persdelay", "type": "int", "readonly": false, "cmd": "mf persdelay"},
|
{"path": "persdelay", "type": "int", "readonly": false, "cmd": "mf persdelay"},
|
||||||
{"path": "current", "type": "float"},
|
{"path": "current", "type": "float", "readonly": false, "cmd": "run mf"},
|
||||||
{"path": "measured", "type": "float"},
|
{"path": "measured", "type": "float", "readonly": false, "cmd": "run mf"},
|
||||||
{"path": "voltage", "type": "float"},
|
{"path": "voltage", "type": "float", "readonly": false, "cmd": "run mf"},
|
||||||
{"path": "lastfield", "type": "float", "visibility": 3},
|
{"path": "lastfield", "type": "float", "readonly": false, "cmd": "run mf", "visibility": 3},
|
||||||
{"path": "ampRamp", "type": "float", "visibility": 3},
|
{"path": "ampRamp", "type": "float", "readonly": false, "cmd": "run mf", "visibility": 3},
|
||||||
{"path": "inductance", "type": "float", "visibility": 3},
|
{"path": "inductance", "type": "float", "readonly": false, "cmd": "run mf", "visibility": 3},
|
||||||
{"path": "trainedTo", "type": "float", "readonly": false, "cmd": "mf trainedTo"},
|
{"path": "trainedTo", "type": "float", "readonly": false, "cmd": "mf trainedTo"},
|
||||||
{"path": "trainMode", "type": "int"},
|
{"path": "trainMode", "type": "int", "readonly": false, "cmd": "run mf"},
|
||||||
{"path": "external", "type": "int", "readonly": false, "cmd": "mf external"},
|
{"path": "external", "type": "int", "readonly": false, "cmd": "mf external"},
|
||||||
{"path": "startScript", "type": "text", "readonly": false, "cmd": "mf startScript", "visibility": 3},
|
{"path": "startScript", "type": "text", "readonly": false, "cmd": "mf startScript", "visibility": 3},
|
||||||
{"path": "is_running", "type": "int", "visibility": 3},
|
{"path": "is_running", "type": "int", "readonly": false, "cmd": "run mf", "visibility": 3},
|
||||||
{"path": "verbose", "type": "int", "readonly": false, "cmd": "mf verbose", "visibility": 3},
|
{"path": "verbose", "type": "int", "readonly": false, "cmd": "mf verbose", "visibility": 3},
|
||||||
{"path": "driver", "type": "text", "visibility": 3},
|
{"path": "driver", "type": "text", "readonly": false, "cmd": "run mf", "visibility": 3},
|
||||||
{"path": "creationCmd", "type": "text", "visibility": 3},
|
{"path": "creationCmd", "type": "text", "readonly": false, "cmd": "run mf", "visibility": 3},
|
||||||
{"path": "targetValue", "type": "float"},
|
{"path": "targetValue", "type": "float", "readonly": false, "cmd": "run mf"},
|
||||||
{"path": "status", "type": "text", "readonly": false, "cmd": "mf status", "visibility": 3}]},
|
{"path": "status", "type": "text", "readonly": false, "cmd": "mf status", "visibility": 3}]},
|
||||||
|
|
||||||
"lev": {"base": "/lev", "params": [
|
"lev": {"base": "/lev", "params": [
|
||||||
@ -350,4 +360,9 @@
|
|||||||
{"path": "send", "type": "text", "readonly": false, "cmd": "lev send", "visibility": 3},
|
{"path": "send", "type": "text", "readonly": false, "cmd": "lev send", "visibility": 3},
|
||||||
{"path": "status", "type": "text", "visibility": 3},
|
{"path": "status", "type": "text", "visibility": 3},
|
||||||
{"path": "mode", "type": "enum", "enum": {"slow": 0, "fast (switches to slow automatically after filling)": 1}, "readonly": false, "cmd": "lev mode"},
|
{"path": "mode", "type": "enum", "enum": {"slow": 0, "fast (switches to slow automatically after filling)": 1}, "readonly": false, "cmd": "lev mode"},
|
||||||
{"path": "n2", "type": "float"}]}}
|
{"path": "n2", "type": "float"}]},
|
||||||
|
|
||||||
|
"prep0": {"base": "/prep0", "params": [
|
||||||
|
{"path": "", "type": "text", "readonly": false, "cmd": "prep0", "kids": 2},
|
||||||
|
{"path": "send", "type": "text", "readonly": false, "cmd": "prep0 send", "visibility": 3},
|
||||||
|
{"path": "status", "type": "text", "visibility": 3}]}}
|
||||||
|
@ -208,7 +208,7 @@
|
|||||||
{"path": "autoflow/flowtarget", "type": "float"},
|
{"path": "autoflow/flowtarget", "type": "float"},
|
||||||
{"path": "calib", "type": "none", "kids": 2},
|
{"path": "calib", "type": "none", "kids": 2},
|
||||||
{"path": "calib/ln_per_min_per_mbar", "type": "float", "readonly": false, "cmd": "nv calib/ln_per_min_per_mbar"},
|
{"path": "calib/ln_per_min_per_mbar", "type": "float", "readonly": false, "cmd": "nv calib/ln_per_min_per_mbar"},
|
||||||
{"path": "calib/mbar_offset", "type": "float", "readonly": false, "cmd": "nv calib/mbar_offset"}]}, "hefill": {"base": "/hefill", "params": [{"path": "", "type": "enum", "enum": {"no fill valve": 2}, "readonly": false, "cmd": "hefill", "kids": 16},
|
{"path": "calib/mbar_offset", "type": "float", "readonly": false, "cmd": "nv calib/mbar_offset"}]}, "hefill": {"base": "/hefill", "params": [{"path": "", "type": "enum", "enum": {"watching": 0, "fill": 1, "inactive": 2}, "readonly": false, "cmd": "hefill", "kids": 16},
|
||||||
{"path": "send", "type": "text", "readonly": false, "cmd": "hefill send", "visibility": 3},
|
{"path": "send", "type": "text", "readonly": false, "cmd": "hefill send", "visibility": 3},
|
||||||
{"path": "status", "type": "text", "visibility": 3},
|
{"path": "status", "type": "text", "visibility": 3},
|
||||||
{"path": "state", "type": "text"},
|
{"path": "state", "type": "text"},
|
||||||
@ -264,7 +264,7 @@
|
|||||||
{"path": "nopumpfeedback", "type": "bool", "readonly": false, "cmd": "hemot nopumpfeedback"},
|
{"path": "nopumpfeedback", "type": "bool", "readonly": false, "cmd": "hemot nopumpfeedback"},
|
||||||
{"path": "eeprom", "type": "enum", "enum": {"ok": 0, "dirty": 1, "save": 2, "load": 3}, "readonly": false, "cmd": "hemot eeprom"},
|
{"path": "eeprom", "type": "enum", "enum": {"ok": 0, "dirty": 1, "save": 2, "load": 3}, "readonly": false, "cmd": "hemot eeprom"},
|
||||||
{"path": "customadr", "type": "text", "readonly": false, "cmd": "hemot customadr"},
|
{"path": "customadr", "type": "text", "readonly": false, "cmd": "hemot customadr"},
|
||||||
{"path": "custompar", "type": "float", "readonly": false, "cmd": "hemot custompar"}]}, "ln2fill": {"base": "/ln2fill", "params": [{"path": "", "type": "enum", "enum": {"no fill valve": 2}, "readonly": false, "cmd": "ln2fill", "kids": 14},
|
{"path": "custompar", "type": "float", "readonly": false, "cmd": "hemot custompar"}]}, "ln2fill": {"base": "/ln2fill", "params": [{"path": "", "type": "enum", "enum": {"watching": 0, "fill": 1, "inactive": 2}, "readonly": false, "cmd": "ln2fill", "kids": 14},
|
||||||
{"path": "send", "type": "text", "readonly": false, "cmd": "ln2fill send", "visibility": 3},
|
{"path": "send", "type": "text", "readonly": false, "cmd": "ln2fill send", "visibility": 3},
|
||||||
{"path": "status", "type": "text", "visibility": 3},
|
{"path": "status", "type": "text", "visibility": 3},
|
||||||
{"path": "state", "type": "text"},
|
{"path": "state", "type": "text"},
|
||||||
|
@ -1,35 +0,0 @@
|
|||||||
["mf", [{"path": "", "type": "float", "readonly": false, "cmd": "run mf", "kids": 8},
|
|
||||||
{"path": "send", "type": "text", "readonly": false, "cmd": "mf send", "visibility": 3},
|
|
||||||
{"path": "status", "type": "text", "visibility": 3},
|
|
||||||
{"path": "is_running", "type": "int", "visibility": 3},
|
|
||||||
{"path": "statustext", "type": "text"},
|
|
||||||
{"path": "ramp", "type": "float", "readonly": false, "cmd": "mf ramp"},
|
|
||||||
{"path": "persistent_mode", "type": "enum", "enum": {"off": 0, "on": 1}, "readonly": false, "cmd": "mf persistent_mode", "description": "hidden mode -1: completely off"},
|
|
||||||
{"path": "gen", "type": "none", "kids": 13},
|
|
||||||
{"path": "gen/persistent_delay", "type": "float", "readonly": false, "cmd": "mf gen/persistent_delay", "description": "timeout for going automatically into persistent mode"},
|
|
||||||
{"path": "gen/tolerance", "type": "float", "readonly": false, "cmd": "mf gen/tolerance"},
|
|
||||||
{"path": "gen/wait_switch_on", "type": "float", "readonly": false, "cmd": "mf gen/wait_switch_on"},
|
|
||||||
{"path": "gen/wait_switch_off", "type": "float", "readonly": false, "cmd": "mf gen/wait_switch_off"},
|
|
||||||
{"path": "gen/wait_stable_leads", "type": "float", "readonly": false, "cmd": "mf gen/wait_stable_leads"},
|
|
||||||
{"path": "gen/wait_stable_field", "type": "float", "readonly": false, "cmd": "mf gen/wait_stable_field"},
|
|
||||||
{"path": "gen/expectend", "type": "text"},
|
|
||||||
{"path": "gen/trained_pos", "type": "float", "readonly": false, "cmd": "mf gen/trained_pos"},
|
|
||||||
{"path": "gen/trained_neg", "type": "float", "readonly": false, "cmd": "mf gen/trained_neg"},
|
|
||||||
{"path": "gen/profile", "type": "text", "readonly": false, "cmd": "mf gen/profile", "description": "syntax: <field1>:<ramp1> <field2>:<ramp2> ... (<ramp2> is the ramp limit from <field1> to <field2>)"},
|
|
||||||
{"path": "gen/profile_training", "type": "text", "readonly": false, "cmd": "mf gen/profile_training", "description": "syntax: <field1>:<ramp1> <field2>:<ramp2> ... (<ramp2> is the ramp limit from <field1> to <field2>)"},
|
|
||||||
{"path": "gen/limit", "type": "float", "readonly": false, "cmd": "mf gen/limit"},
|
|
||||||
{"path": "gen/bipolar", "type": "bool", "readonly": false, "cmd": "mf gen/bipolar"},
|
|
||||||
{"path": "ips", "type": "float", "kids": 13},
|
|
||||||
{"path": "ips/ramp_slow", "type": "float", "readonly": false, "cmd": "mf ips/ramp_slow", "description": "ramp rate for coils Tesla/min."},
|
|
||||||
{"path": "ips/ramp_fast", "type": "float", "description": "ramp rate for leads Tesla/min."},
|
|
||||||
{"path": "ips/set_field", "type": "float", "readonly": false, "cmd": "mf ips/set_field"},
|
|
||||||
{"path": "ips/heater", "type": "bool", "readonly": false, "cmd": "mf ips/heater"},
|
|
||||||
{"path": "ips/ramp_state", "type": "enum", "enum": {"hold": 0, "to_zero": 1, "to_set": 2, "clamp": 3}, "readonly": false, "cmd": "mf ips/ramp_state"},
|
|
||||||
{"path": "ips/leads_set", "type": "float", "description": "calculated current in the leads, converted to Tesla"},
|
|
||||||
{"path": "ips/show_internals", "type": "bool", "readonly": false, "cmd": "mf ips/show_internals"},
|
|
||||||
{"path": "ips/leads_meas", "type": "float", "description": "measured current in the leads, converted to Tesla"},
|
|
||||||
{"path": "ips/volt", "type": "float"},
|
|
||||||
{"path": "ips/symode", "type": "text"},
|
|
||||||
{"path": "ips/engineering_password", "type": "text", "readonly": false, "cmd": "mf ips/engineering_password"},
|
|
||||||
{"path": "ips/atob", "type": "float", "readonly": false, "cmd": "mf ips/atob", "description": "Amp/Tesla"},
|
|
||||||
{"path": "ips/inductance", "type": "float", "readonly": false, "cmd": "mf ips/inductance", "description": "henries"}]]
|
|
@ -1,3 +0,0 @@
|
|||||||
["mirror", [{"path": "", "type": "text", "readonly": false, "cmd": "mirror", "kids": 2},
|
|
||||||
{"path": "send", "type": "text", "readonly": false, "cmd": "mirror send", "visibility": 3},
|
|
||||||
{"path": "status", "type": "text", "visibility": 3}]]
|
|
@ -1,51 +0,0 @@
|
|||||||
["nv", [{"path": "", "type": "enum", "enum": {"fixed": 0, "controlled": 1, "automatic": 2, "close": 3, "open": 4}, "readonly": false, "cmd": "nv", "kids": 11},
|
|
||||||
{"path": "send", "type": "text", "readonly": false, "cmd": "nv send", "visibility": 3},
|
|
||||||
{"path": "status", "type": "text", "visibility": 3},
|
|
||||||
{"path": "motstat", "type": "enum", "enum": {"idle": 0, "opening": 1, "closing": 2, "opened": 3, "closed": 4, "no_motor": 5}},
|
|
||||||
{"path": "flow", "type": "float"},
|
|
||||||
{"path": "set", "type": "float", "readonly": false, "cmd": "nv set"},
|
|
||||||
{"path": "flowmax", "type": "float", "readonly": false, "cmd": "nv flowmax"},
|
|
||||||
{"path": "flowp", "type": "float"},
|
|
||||||
{"path": "span", "type": "float"},
|
|
||||||
{"path": "ctrl", "type": "none", "kids": 13},
|
|
||||||
{"path": "ctrl/regtext", "type": "text"},
|
|
||||||
{"path": "ctrl/prop_o", "type": "float", "readonly": false, "cmd": "nv ctrl/prop_o", "description": "prop [sec/mbar] when opening. above 4 mbar a 10 times lower value is used"},
|
|
||||||
{"path": "ctrl/prop_c", "type": "float", "readonly": false, "cmd": "nv ctrl/prop_c", "description": "prop [sec/mbar] when closing. above 4 mbar a 10 times lower value is used"},
|
|
||||||
{"path": "ctrl/deriv_o", "type": "float", "readonly": false, "cmd": "nv ctrl/deriv_o", "description": "convergence target time [sec] when opening"},
|
|
||||||
{"path": "ctrl/deriv_c", "type": "float", "readonly": false, "cmd": "nv ctrl/deriv_c", "description": "convergence target time [sec] when closing"},
|
|
||||||
{"path": "ctrl/minpulse_o", "type": "float", "readonly": false, "cmd": "nv ctrl/minpulse_o", "description": "minimum close pulse [sec]"},
|
|
||||||
{"path": "ctrl/minpulse_c", "type": "float", "readonly": false, "cmd": "nv ctrl/minpulse_c", "description": "standard close pulse [sec]"},
|
|
||||||
{"path": "ctrl/hystpulse_o", "type": "float", "readonly": false, "cmd": "nv ctrl/hystpulse_o", "description": "motor pulse to overcome hysteresis when opening"},
|
|
||||||
{"path": "ctrl/hystpulse_c", "type": "float", "readonly": false, "cmd": "nv ctrl/hystpulse_c", "description": "motor pulse to overcome hysteresis when closing"},
|
|
||||||
{"path": "ctrl/tol", "type": "float", "readonly": false, "cmd": "nv ctrl/tol", "description": "valid below 3 mbar"},
|
|
||||||
{"path": "ctrl/tolhigh", "type": "float", "readonly": false, "cmd": "nv ctrl/tolhigh", "description": "valid above 4 mbar"},
|
|
||||||
{"path": "ctrl/openpulse", "type": "float", "readonly": false, "cmd": "nv ctrl/openpulse", "description": "time to open from completely closed to a significant opening"},
|
|
||||||
{"path": "ctrl/adjust_minpulse", "type": "bool", "readonly": false, "cmd": "nv ctrl/adjust_minpulse", "description": "adjust minpulse automatically"},
|
|
||||||
{"path": "autoflow", "type": "none", "kids": 24},
|
|
||||||
{"path": "autoflow/suspended", "type": "bool", "readonly": false, "cmd": "nv autoflow/suspended"},
|
|
||||||
{"path": "autoflow/prop", "type": "float", "readonly": false, "cmd": "nv autoflow/prop"},
|
|
||||||
{"path": "autoflow/flowstd", "type": "float", "readonly": false, "cmd": "nv autoflow/flowstd"},
|
|
||||||
{"path": "autoflow/flowlim", "type": "float", "readonly": false, "cmd": "nv autoflow/flowlim"},
|
|
||||||
{"path": "autoflow/smooth", "type": "float", "readonly": false, "cmd": "nv autoflow/smooth"},
|
|
||||||
{"path": "autoflow/difSize", "type": "float", "readonly": false, "cmd": "nv autoflow/difSize"},
|
|
||||||
{"path": "autoflow/difRange", "type": "float", "readonly": false, "cmd": "nv autoflow/difRange"},
|
|
||||||
{"path": "autoflow/flowSize", "type": "float", "readonly": false, "cmd": "nv autoflow/flowSize"},
|
|
||||||
{"path": "autoflow/convTime", "type": "float", "readonly": false, "cmd": "nv autoflow/convTime"},
|
|
||||||
{"path": "autoflow/Tmin", "type": "float", "readonly": false, "cmd": "nv autoflow/Tmin"},
|
|
||||||
{"path": "autoflow/script", "type": "text", "readonly": false, "cmd": "nv autoflow/script"},
|
|
||||||
{"path": "autoflow/getTemp", "type": "text", "readonly": false, "cmd": "nv autoflow/getTemp"},
|
|
||||||
{"path": "autoflow/getTset", "type": "text", "readonly": false, "cmd": "nv autoflow/getTset"},
|
|
||||||
{"path": "autoflow/getFlow", "type": "text", "readonly": false, "cmd": "nv autoflow/getFlow"},
|
|
||||||
{"path": "autoflow/difBuf", "type": "text"},
|
|
||||||
{"path": "autoflow/flowBuf", "type": "text"},
|
|
||||||
{"path": "autoflow/flowset", "type": "float"},
|
|
||||||
{"path": "autoflow/flowmin", "type": "float"},
|
|
||||||
{"path": "autoflow/flowmax", "type": "float"},
|
|
||||||
{"path": "autoflow/difmin", "type": "float"},
|
|
||||||
{"path": "autoflow/difmax", "type": "float"},
|
|
||||||
{"path": "autoflow/setmin", "type": "float"},
|
|
||||||
{"path": "autoflow/setmax", "type": "float"},
|
|
||||||
{"path": "autoflow/flowtarget", "type": "float"},
|
|
||||||
{"path": "calib", "type": "none", "kids": 2},
|
|
||||||
{"path": "calib/ln_per_min_per_mbar", "type": "float", "readonly": false, "cmd": "nv calib/ln_per_min_per_mbar"},
|
|
||||||
{"path": "calib/mbar_offset", "type": "float", "readonly": false, "cmd": "nv calib/mbar_offset"}]]
|
|
@ -1,51 +0,0 @@
|
|||||||
["nv", [{"path": "", "type": "enum", "enum": {"fixed": 0, "controlled": 1, "automatic": 2, "close": 3, "open": 4}, "readonly": false, "cmd": "nv", "kids": 11},
|
|
||||||
{"path": "send", "type": "text", "readonly": false, "cmd": "nv send", "visibility": 3},
|
|
||||||
{"path": "status", "type": "text", "visibility": 3},
|
|
||||||
{"path": "motstat", "type": "enum", "enum": {"idle": 0, "opening": 1, "closing": 2, "opened": 3, "closed": 4, "no_motor": 5}},
|
|
||||||
{"path": "flow", "type": "float"},
|
|
||||||
{"path": "set", "type": "float", "readonly": false, "cmd": "nv set"},
|
|
||||||
{"path": "flowmax", "type": "float", "readonly": false, "cmd": "nv flowmax"},
|
|
||||||
{"path": "flowp", "type": "float"},
|
|
||||||
{"path": "span", "type": "float"},
|
|
||||||
{"path": "ctrl", "type": "none", "kids": 13},
|
|
||||||
{"path": "ctrl/regtext", "type": "text"},
|
|
||||||
{"path": "ctrl/prop_o", "type": "float", "readonly": false, "cmd": "nv ctrl/prop_o", "description": "prop [sec/mbar] when opening. above 4 mbar a 10 times lower value is used"},
|
|
||||||
{"path": "ctrl/prop_c", "type": "float", "readonly": false, "cmd": "nv ctrl/prop_c", "description": "prop [sec/mbar] when closing. above 4 mbar a 10 times lower value is used"},
|
|
||||||
{"path": "ctrl/deriv_o", "type": "float", "readonly": false, "cmd": "nv ctrl/deriv_o", "description": "convergence target time [sec] when opening"},
|
|
||||||
{"path": "ctrl/deriv_c", "type": "float", "readonly": false, "cmd": "nv ctrl/deriv_c", "description": "convergence target time [sec] when closing"},
|
|
||||||
{"path": "ctrl/minpulse_o", "type": "float", "readonly": false, "cmd": "nv ctrl/minpulse_o", "description": "minimum close pulse [sec]"},
|
|
||||||
{"path": "ctrl/minpulse_c", "type": "float", "readonly": false, "cmd": "nv ctrl/minpulse_c", "description": "standard close pulse [sec]"},
|
|
||||||
{"path": "ctrl/hystpulse_o", "type": "float", "readonly": false, "cmd": "nv ctrl/hystpulse_o", "description": "motor pulse to overcome hysteresis when opening"},
|
|
||||||
{"path": "ctrl/hystpulse_c", "type": "float", "readonly": false, "cmd": "nv ctrl/hystpulse_c", "description": "motor pulse to overcome hysteresis when closing"},
|
|
||||||
{"path": "ctrl/tol", "type": "float", "readonly": false, "cmd": "nv ctrl/tol", "description": "valid below 3 mbar"},
|
|
||||||
{"path": "ctrl/tolhigh", "type": "float", "readonly": false, "cmd": "nv ctrl/tolhigh", "description": "valid above 4 mbar"},
|
|
||||||
{"path": "ctrl/openpulse", "type": "float", "readonly": false, "cmd": "nv ctrl/openpulse", "description": "time to open from completely closed to a significant opening"},
|
|
||||||
{"path": "ctrl/adjust_minpulse", "type": "bool", "readonly": false, "cmd": "nv ctrl/adjust_minpulse", "description": "adjust minpulse automatically"},
|
|
||||||
{"path": "autoflow", "type": "none", "kids": 24},
|
|
||||||
{"path": "autoflow/suspended", "type": "bool", "readonly": false, "cmd": "nv autoflow/suspended"},
|
|
||||||
{"path": "autoflow/prop", "type": "float", "readonly": false, "cmd": "nv autoflow/prop"},
|
|
||||||
{"path": "autoflow/flowstd", "type": "float", "readonly": false, "cmd": "nv autoflow/flowstd"},
|
|
||||||
{"path": "autoflow/flowlim", "type": "float", "readonly": false, "cmd": "nv autoflow/flowlim"},
|
|
||||||
{"path": "autoflow/smooth", "type": "float", "readonly": false, "cmd": "nv autoflow/smooth"},
|
|
||||||
{"path": "autoflow/difSize", "type": "float", "readonly": false, "cmd": "nv autoflow/difSize"},
|
|
||||||
{"path": "autoflow/difRange", "type": "float", "readonly": false, "cmd": "nv autoflow/difRange"},
|
|
||||||
{"path": "autoflow/flowSize", "type": "float", "readonly": false, "cmd": "nv autoflow/flowSize"},
|
|
||||||
{"path": "autoflow/convTime", "type": "float", "readonly": false, "cmd": "nv autoflow/convTime"},
|
|
||||||
{"path": "autoflow/Tmin", "type": "float", "readonly": false, "cmd": "nv autoflow/Tmin"},
|
|
||||||
{"path": "autoflow/script", "type": "text", "readonly": false, "cmd": "nv autoflow/script"},
|
|
||||||
{"path": "autoflow/getTemp", "type": "text", "readonly": false, "cmd": "nv autoflow/getTemp"},
|
|
||||||
{"path": "autoflow/getTset", "type": "text", "readonly": false, "cmd": "nv autoflow/getTset"},
|
|
||||||
{"path": "autoflow/getFlow", "type": "text", "readonly": false, "cmd": "nv autoflow/getFlow"},
|
|
||||||
{"path": "autoflow/difBuf", "type": "text"},
|
|
||||||
{"path": "autoflow/flowBuf", "type": "text"},
|
|
||||||
{"path": "autoflow/flowset", "type": "float"},
|
|
||||||
{"path": "autoflow/flowmin", "type": "float"},
|
|
||||||
{"path": "autoflow/flowmax", "type": "float"},
|
|
||||||
{"path": "autoflow/difmin", "type": "float"},
|
|
||||||
{"path": "autoflow/difmax", "type": "float"},
|
|
||||||
{"path": "autoflow/setmin", "type": "float"},
|
|
||||||
{"path": "autoflow/setmax", "type": "float"},
|
|
||||||
{"path": "autoflow/flowtarget", "type": "float"},
|
|
||||||
{"path": "calib", "type": "none", "kids": 2},
|
|
||||||
{"path": "calib/ln_per_min_per_mbar", "type": "float", "readonly": false, "cmd": "nv calib/ln_per_min_per_mbar"},
|
|
||||||
{"path": "calib/mbar_offset", "type": "float", "readonly": false, "cmd": "nv calib/mbar_offset"}]]
|
|
@ -1,23 +0,0 @@
|
|||||||
[node ori1.psi.ch]
|
|
||||||
description = ori1 over SEA
|
|
||||||
|
|
||||||
[interface tcp]
|
|
||||||
type = tcp
|
|
||||||
bindport = 10767
|
|
||||||
|
|
||||||
[module seaconn]
|
|
||||||
class = secop_psi.sea.SeaClient
|
|
||||||
description = a SEA connection
|
|
||||||
uri = tcp://samenv.psi.ch:8642
|
|
||||||
|
|
||||||
[module tt]
|
|
||||||
class = secop_psi.sea.SeaDrivable
|
|
||||||
io = seaconn
|
|
||||||
json_descr = tt.ori1.config
|
|
||||||
remote_paths = .
|
|
||||||
|
|
||||||
[module nv]
|
|
||||||
class = secop_psi.sea.SeaReadable
|
|
||||||
io = seaconn
|
|
||||||
json_descr = nv.ori1.config
|
|
||||||
remote_paths = .
|
|
@ -234,7 +234,7 @@
|
|||||||
{"path": "custompar", "type": "float", "readonly": false, "cmd": "nvmot custompar"}]}, "ln2fill": {"base": "/ln2fill", "params": [{"path": "", "type": "enum", "enum": {"watching": 0, "fill": 1, "inactive": 2}, "readonly": false, "cmd": "ln2fill", "kids": 3},
|
{"path": "custompar", "type": "float", "readonly": false, "cmd": "nvmot custompar"}]}, "ln2fill": {"base": "/ln2fill", "params": [{"path": "", "type": "enum", "enum": {"watching": 0, "fill": 1, "inactive": 2}, "readonly": false, "cmd": "ln2fill", "kids": 3},
|
||||||
{"path": "send", "type": "text", "readonly": false, "cmd": "ln2fill send", "visibility": 3},
|
{"path": "send", "type": "text", "readonly": false, "cmd": "ln2fill send", "visibility": 3},
|
||||||
{"path": "status", "type": "text", "visibility": 3},
|
{"path": "status", "type": "text", "visibility": 3},
|
||||||
{"path": "state", "type": "text"}]}, "hefill": {"base": "/hefill", "params": [{"path": "", "type": "enum", "enum": {"no fill valve": 2}, "readonly": false, "cmd": "hefill", "kids": 6},
|
{"path": "state", "type": "text"}]}, "hefill": {"base": "/hefill", "params": [{"path": "", "type": "enum", "enum": {"watching": 0, "fill": 1, "inactive": 2}, "readonly": false, "cmd": "hefill", "kids": 6},
|
||||||
{"path": "send", "type": "text", "readonly": false, "cmd": "hefill send", "visibility": 3},
|
{"path": "send", "type": "text", "readonly": false, "cmd": "hefill send", "visibility": 3},
|
||||||
{"path": "status", "type": "text", "visibility": 3},
|
{"path": "status", "type": "text", "visibility": 3},
|
||||||
{"path": "fast", "type": "enum", "enum": {"slow": 0, "fast": 1}, "readonly": false, "cmd": "cc hf"},
|
{"path": "fast", "type": "enum", "enum": {"slow": 0, "fast": 1}, "readonly": false, "cmd": "cc hf"},
|
||||||
|
@ -217,7 +217,7 @@
|
|||||||
{"path": "calib/mbar_offset", "type": "float", "readonly": false, "cmd": "nv calib/mbar_offset"}]},
|
{"path": "calib/mbar_offset", "type": "float", "readonly": false, "cmd": "nv calib/mbar_offset"}]},
|
||||||
|
|
||||||
"ln2fill": {"base": "/ln2fill", "params": [
|
"ln2fill": {"base": "/ln2fill", "params": [
|
||||||
{"path": "", "type": "enum", "enum": {"no fill valve": 2}, "readonly": false, "cmd": "ln2fill", "kids": 3},
|
{"path": "", "type": "enum", "enum": {"watching": 0, "fill": 1, "inactive": 2}, "readonly": false, "cmd": "ln2fill", "kids": 3},
|
||||||
{"path": "send", "type": "text", "readonly": false, "cmd": "ln2fill send", "visibility": 3},
|
{"path": "send", "type": "text", "readonly": false, "cmd": "ln2fill send", "visibility": 3},
|
||||||
{"path": "status", "type": "text", "visibility": 3},
|
{"path": "status", "type": "text", "visibility": 3},
|
||||||
{"path": "state", "type": "text"}]},
|
{"path": "state", "type": "text"}]},
|
||||||
|
@ -1,5 +0,0 @@
|
|||||||
["pars", [{"path": "", "type": "none", "kids": 4},
|
|
||||||
{"path": "timestamp", "type": "text", "readonly": false, "cmd": "pars timestamp", "description": "unix timestamp"},
|
|
||||||
{"path": "temperature", "type": "float", "readonly": false, "cmd": "pars temperature", "description": "T [K]"},
|
|
||||||
{"path": "mf", "type": "float", "readonly": false, "cmd": "pars mf", "description": "field [T]"},
|
|
||||||
{"path": "sr", "type": "float", "readonly": false, "cmd": "pars sr", "description": "rotaion angle [deg]"}]]
|
|
@ -1,6 +0,0 @@
|
|||||||
["pdyn", [{"path": "", "type": "float", "kids": 5},
|
|
||||||
{"path": "send", "type": "text", "readonly": false, "cmd": "pdyn send", "visibility": 3},
|
|
||||||
{"path": "status", "type": "text", "visibility": 3},
|
|
||||||
{"path": "set", "type": "float", "readonly": false, "cmd": "pdyn set"},
|
|
||||||
{"path": "control", "type": "enum", "enum": {"OFF": 0, "ON": 1}, "readonly": false, "cmd": "pdyn control"},
|
|
||||||
{"path": "pos", "type": "float"}]]
|
|
@ -1,6 +0,0 @@
|
|||||||
["pdyn", [{"path": "", "type": "float", "kids": 5},
|
|
||||||
{"path": "send", "type": "text", "readonly": false, "cmd": "pdyn send", "visibility": 3},
|
|
||||||
{"path": "status", "type": "text", "visibility": 3},
|
|
||||||
{"path": "set", "type": "float", "readonly": false, "cmd": "pdyn set"},
|
|
||||||
{"path": "control", "type": "enum", "enum": {"OFF": 0, "ON": 1}, "readonly": false, "cmd": "pdyn control"},
|
|
||||||
{"path": "pos", "type": "float"}]]
|
|
@ -1,6 +0,0 @@
|
|||||||
["pstat", [{"path": "", "type": "float", "kids": 5},
|
|
||||||
{"path": "send", "type": "text", "readonly": false, "cmd": "pstat send", "visibility": 3},
|
|
||||||
{"path": "status", "type": "text", "visibility": 3},
|
|
||||||
{"path": "set", "type": "float", "readonly": false, "cmd": "pstat set"},
|
|
||||||
{"path": "control", "type": "enum", "enum": {"OFF": 0, "ON": 1}, "readonly": false, "cmd": "pstat control"},
|
|
||||||
{"path": "pos", "type": "float"}]]
|
|
@ -1,6 +0,0 @@
|
|||||||
["pstat", [{"path": "", "type": "float", "kids": 5},
|
|
||||||
{"path": "send", "type": "text", "readonly": false, "cmd": "pstat send", "visibility": 3},
|
|
||||||
{"path": "status", "type": "text", "visibility": 3},
|
|
||||||
{"path": "set", "type": "float", "readonly": false, "cmd": "pstat set"},
|
|
||||||
{"path": "control", "type": "enum", "enum": {"OFF": 0, "ON": 1}, "readonly": false, "cmd": "pstat control"},
|
|
||||||
{"path": "pos", "type": "float"}]]
|
|
@ -1,6 +0,0 @@
|
|||||||
["pv", [{"path": "", "type": "float", "kids": 5},
|
|
||||||
{"path": "send", "type": "text", "readonly": false, "cmd": "pv send", "visibility": 3},
|
|
||||||
{"path": "status", "type": "text", "visibility": 3},
|
|
||||||
{"path": "sp1", "type": "text"},
|
|
||||||
{"path": "sp2", "type": "text"},
|
|
||||||
{"path": "sps", "type": "text"}]]
|
|
@ -1,3 +0,0 @@
|
|||||||
["secop", [{"path": "", "type": "text", "readonly": false, "cmd": "secop", "kids": 2},
|
|
||||||
{"path": "send", "type": "text", "readonly": false, "cmd": "secop send", "visibility": 3},
|
|
||||||
{"path": "status", "type": "text", "visibility": 3}]]
|
|
@ -1,29 +0,0 @@
|
|||||||
["sorb", [{"path": "", "type": "float", "readonly": false, "cmd": "run sorb", "description": "sorb", "kids": 28},
|
|
||||||
{"path": "send", "type": "text", "readonly": false, "cmd": "sorb send", "visibility": 3},
|
|
||||||
{"path": "status", "type": "text", "visibility": 3},
|
|
||||||
{"path": "is_running", "type": "int", "visibility": 3},
|
|
||||||
{"path": "mode", "type": "enum", "enum": {"off": 0, "on": 1}, "readonly": false, "cmd": "sorb mode"},
|
|
||||||
{"path": "reg", "type": "float"},
|
|
||||||
{"path": "output", "type": "float", "readonly": false, "cmd": "sorb output"},
|
|
||||||
{"path": "ramptime", "type": "float", "readonly": false, "cmd": "sorb ramptime", "description": "time for ramping [sec] deltax = 1 or a factor 10"},
|
|
||||||
{"path": "ramptol", "type": "float", "readonly": false, "cmd": "sorb ramptol", "description": "log of max. deviation when ramping"},
|
|
||||||
{"path": "smoothtime", "type": "float", "readonly": false, "cmd": "sorb smoothtime", "description": "time for smoothing ramp near setpoint"},
|
|
||||||
{"path": "invar", "type": "text", "readonly": false, "cmd": "sorb invar", "visibility": 3},
|
|
||||||
{"path": "outvar", "type": "text", "readonly": false, "cmd": "sorb outvar", "visibility": 3},
|
|
||||||
{"path": "prop", "type": "float", "readonly": false, "cmd": "sorb prop", "description": "smaller means more sensitive. a change of 'prop' on input -> a change of 100 % or a factor 10 on output"},
|
|
||||||
{"path": "int", "type": "float", "readonly": false, "cmd": "sorb int", "description": "integration time (sec)"},
|
|
||||||
{"path": "outmin", "type": "float", "readonly": false, "cmd": "sorb outmin", "description": "output for maximal decrease of input var."},
|
|
||||||
{"path": "outmax", "type": "float", "readonly": false, "cmd": "sorb outmax", "description": "output for maximal increase of input var."},
|
|
||||||
{"path": "inpfunction", "type": "enum", "enum": {"linear": 0, "logarithmic": 1}, "readonly": false, "cmd": "sorb inpfunction"},
|
|
||||||
{"path": "inplinear", "type": "float", "readonly": false, "cmd": "sorb inplinear", "description": "function gets linear below about this value"},
|
|
||||||
{"path": "outfunction", "type": "enum", "enum": {"linear": 0, "exponential": 1}, "readonly": false, "cmd": "sorb outfunction"},
|
|
||||||
{"path": "outlinear", "type": "float", "readonly": false, "cmd": "sorb outlinear", "description": "function gets linear below about this value"},
|
|
||||||
{"path": "precision", "type": "float", "readonly": false, "cmd": "sorb precision"},
|
|
||||||
{"path": "deadband", "type": "float", "readonly": false, "cmd": "sorb deadband"},
|
|
||||||
{"path": "maxdelta", "type": "float", "readonly": false, "cmd": "sorb maxdelta"},
|
|
||||||
{"path": "set", "type": "float", "readonly": false, "cmd": "sorb set"},
|
|
||||||
{"path": "target", "type": "float"},
|
|
||||||
{"path": "running", "type": "int"},
|
|
||||||
{"path": "tolerance", "type": "float", "readonly": false, "cmd": "sorb tolerance"},
|
|
||||||
{"path": "maxwait", "type": "float", "readonly": false, "cmd": "sorb maxwait"},
|
|
||||||
{"path": "settle", "type": "float", "readonly": false, "cmd": "sorb settle"}]]
|
|
@ -1,18 +0,0 @@
|
|||||||
["table", [{"path": "", "type": "none", "kids": 17},
|
|
||||||
{"path": "send", "type": "text", "readonly": false, "cmd": "table send", "visibility": 3},
|
|
||||||
{"path": "status", "type": "text", "visibility": 3},
|
|
||||||
{"path": "fix_tt_set_prop", "type": "bool", "readonly": false, "cmd": "table fix_tt_set_prop"},
|
|
||||||
{"path": "val_tt_set_prop", "type": "float"},
|
|
||||||
{"path": "tbl_tt_set_prop", "type": "text", "readonly": false, "cmd": "table tbl_tt_set_prop", "description": "enter value pair separated with colon T1:par1 T2:par2 ..."},
|
|
||||||
{"path": "fix_tt_set_integ", "type": "bool", "readonly": false, "cmd": "table fix_tt_set_integ"},
|
|
||||||
{"path": "val_tt_set_integ", "type": "float"},
|
|
||||||
{"path": "tbl_tt_set_integ", "type": "text", "readonly": false, "cmd": "table tbl_tt_set_integ", "description": "enter value pair separated with colon T1:par1 T2:par2 ..."},
|
|
||||||
{"path": "fix_tt_dblctrl_int2", "type": "bool", "readonly": false, "cmd": "table fix_tt_dblctrl_int2"},
|
|
||||||
{"path": "val_tt_dblctrl_int2", "type": "float"},
|
|
||||||
{"path": "tbl_tt_dblctrl_int2", "type": "text", "readonly": false, "cmd": "table tbl_tt_dblctrl_int2", "description": "enter value pair separated with colon T1:par1 T2:par2 ..."},
|
|
||||||
{"path": "fix_tt_dblctrl_prop_up", "type": "bool", "readonly": false, "cmd": "table fix_tt_dblctrl_prop_up"},
|
|
||||||
{"path": "val_tt_dblctrl_prop_up", "type": "float"},
|
|
||||||
{"path": "tbl_tt_dblctrl_prop_up", "type": "text", "readonly": false, "cmd": "table tbl_tt_dblctrl_prop_up", "description": "enter value pair separated with colon T1:par1 T2:par2 ..."},
|
|
||||||
{"path": "fix_tt_dblctrl_prop_lo", "type": "bool", "readonly": false, "cmd": "table fix_tt_dblctrl_prop_lo"},
|
|
||||||
{"path": "val_tt_dblctrl_prop_lo", "type": "float"},
|
|
||||||
{"path": "tbl_tt_dblctrl_prop_lo", "type": "text", "readonly": false, "cmd": "table tbl_tt_dblctrl_prop_lo", "description": "enter value pair separated with colon T1:par1 T2:par2 ..."}]]
|
|
@ -1,42 +0,0 @@
|
|||||||
["tcoil", [{"path": "", "type": "float", "kids": 11},
|
|
||||||
{"path": "send", "type": "text", "readonly": false, "cmd": "tcoil send", "visibility": 3},
|
|
||||||
{"path": "status", "type": "text", "visibility": 3},
|
|
||||||
{"path": "excitation", "type": "float", "readonly": false, "cmd": "tcoil excitation", "visibility": 3},
|
|
||||||
{"path": "td", "type": "float", "visibility": 3, "kids": 3},
|
|
||||||
{"path": "td/enable", "type": "bool", "readonly": false, "cmd": "tcoil td/enable"},
|
|
||||||
{"path": "td/r", "type": "float"},
|
|
||||||
{"path": "td/curve", "type": "text", "readonly": false, "cmd": "tcoil td/curve", "kids": 3},
|
|
||||||
{"path": "td/curve/adjust", "type": "text", "readonly": false, "cmd": "tcoil td/curve/adjust"},
|
|
||||||
{"path": "td/curve/points", "type": "floatvarar", "readonly": false, "cmd": "tcoil td/curve/points"},
|
|
||||||
{"path": "td/curve/cpoints", "type": "floatvarar", "readonly": false, "cmd": "tcoil td/curve/cpoints"},
|
|
||||||
{"path": "tc", "type": "float", "visibility": 3, "kids": 3},
|
|
||||||
{"path": "tc/enable", "type": "bool", "readonly": false, "cmd": "tcoil tc/enable"},
|
|
||||||
{"path": "tc/r", "type": "float"},
|
|
||||||
{"path": "tc/curve", "type": "text", "readonly": false, "cmd": "tcoil tc/curve", "kids": 3},
|
|
||||||
{"path": "tc/curve/adjust", "type": "text", "readonly": false, "cmd": "tcoil tc/curve/adjust"},
|
|
||||||
{"path": "tc/curve/points", "type": "floatvarar", "readonly": false, "cmd": "tcoil tc/curve/points"},
|
|
||||||
{"path": "tc/curve/cpoints", "type": "floatvarar", "readonly": false, "cmd": "tcoil tc/curve/cpoints"},
|
|
||||||
{"path": "tb", "type": "float", "visibility": 3, "kids": 3},
|
|
||||||
{"path": "tb/enable", "type": "bool", "readonly": false, "cmd": "tcoil tb/enable"},
|
|
||||||
{"path": "tb/r", "type": "float"},
|
|
||||||
{"path": "tb/curve", "type": "text", "readonly": false, "cmd": "tcoil tb/curve", "kids": 3},
|
|
||||||
{"path": "tb/curve/adjust", "type": "text", "readonly": false, "cmd": "tcoil tb/curve/adjust"},
|
|
||||||
{"path": "tb/curve/points", "type": "floatvarar", "readonly": false, "cmd": "tcoil tb/curve/points"},
|
|
||||||
{"path": "tb/curve/cpoints", "type": "floatvarar", "readonly": false, "cmd": "tcoil tb/curve/cpoints"},
|
|
||||||
{"path": "ta", "type": "float", "visibility": 3, "kids": 3},
|
|
||||||
{"path": "ta/enable", "type": "bool", "readonly": false, "cmd": "tcoil ta/enable"},
|
|
||||||
{"path": "ta/r", "type": "float"},
|
|
||||||
{"path": "ta/curve", "type": "text", "readonly": false, "cmd": "tcoil ta/curve", "kids": 3},
|
|
||||||
{"path": "ta/curve/adjust", "type": "text", "readonly": false, "cmd": "tcoil ta/curve/adjust"},
|
|
||||||
{"path": "ta/curve/points", "type": "floatvarar", "readonly": false, "cmd": "tcoil ta/curve/points"},
|
|
||||||
{"path": "ta/curve/cpoints", "type": "floatvarar", "readonly": false, "cmd": "tcoil ta/curve/cpoints"},
|
|
||||||
{"path": "ref", "type": "float", "visibility": 3, "kids": 3},
|
|
||||||
{"path": "ref/enable", "type": "bool", "readonly": false, "cmd": "tcoil ref/enable"},
|
|
||||||
{"path": "ref/r", "type": "float"},
|
|
||||||
{"path": "ref/curve", "type": "text", "readonly": false, "cmd": "tcoil ref/curve", "kids": 3},
|
|
||||||
{"path": "ref/curve/adjust", "type": "text", "readonly": false, "cmd": "tcoil ref/curve/adjust"},
|
|
||||||
{"path": "ref/curve/points", "type": "floatvarar", "readonly": false, "cmd": "tcoil ref/curve/points"},
|
|
||||||
{"path": "ref/curve/cpoints", "type": "floatvarar", "readonly": false, "cmd": "tcoil ref/curve/cpoints"},
|
|
||||||
{"path": "ext", "type": "float", "visibility": 3},
|
|
||||||
{"path": "com", "type": "float", "visibility": 3},
|
|
||||||
{"path": "gnd", "type": "float", "visibility": 3}]]
|
|
@ -1,4 +0,0 @@
|
|||||||
["tcoil", [{"path": "", "type": "float", "kids": 3},
|
|
||||||
{"path": "send", "type": "text", "readonly": false, "cmd": "tcoil send", "visibility": 3},
|
|
||||||
{"path": "status", "type": "text", "visibility": 3},
|
|
||||||
{"path": "raw", "type": "float"}]]
|
|
@ -1,17 +0,0 @@
|
|||||||
[node test_secop4.psi.ch]
|
|
||||||
description = test_secop4 over SEA
|
|
||||||
|
|
||||||
[interface tcp]
|
|
||||||
type = tcp
|
|
||||||
bindport = 10767
|
|
||||||
|
|
||||||
[module seaconn]
|
|
||||||
class = secop_psi.sea.SeaClient
|
|
||||||
description = a SEA connection
|
|
||||||
uri = tcp://samenv.psi.ch:8642
|
|
||||||
|
|
||||||
[module secop]
|
|
||||||
class = secop_psi.sea.SeaReadable
|
|
||||||
io = seaconn
|
|
||||||
json_descr = secop.test_secop4.config
|
|
||||||
remote_paths = .
|
|
@ -1,107 +0,0 @@
|
|||||||
["tmon", [{"path": "", "type": "int", "kids": 12},
|
|
||||||
{"path": "send", "type": "text", "readonly": false, "cmd": "tmon send", "visibility": 3},
|
|
||||||
{"path": "status", "type": "text", "visibility": 3},
|
|
||||||
{"path": "autoscan", "type": "bool", "readonly": false, "cmd": "tmon autoscan", "kids": 4},
|
|
||||||
{"path": "autoscan/synchronized", "type": "bool", "readonly": false, "cmd": "tmon autoscan/synchronized"},
|
|
||||||
{"path": "autoscan/interval", "type": "text", "readonly": false, "cmd": "tmon autoscan/interval"},
|
|
||||||
{"path": "autoscan/pause", "type": "text", "readonly": false, "cmd": "tmon autoscan/pause"},
|
|
||||||
{"path": "autoscan/dwell", "type": "text", "readonly": false, "cmd": "tmon autoscan/dwell"},
|
|
||||||
{"path": "sorb", "type": "float", "kids": 14},
|
|
||||||
{"path": "sorb/active", "type": "enum", "enum": {"inactive": 0, "active": 1}, "readonly": false, "cmd": "tmon sorb/active"},
|
|
||||||
{"path": "sorb/autorange", "type": "bool", "readonly": false, "cmd": "tmon sorb/autorange", "description": "autorange (common for all channels)"},
|
|
||||||
{"path": "sorb/range", "type": "text", "readonly": false, "cmd": "tmon sorb/range", "description": "resistance range in Ohm"},
|
|
||||||
{"path": "sorb/range_num", "type": "int"},
|
|
||||||
{"path": "sorb/excitation", "type": "text", "readonly": false, "cmd": "tmon sorb/excitation", "description": "excitation with unit, i.e. 2uV or 3pA"},
|
|
||||||
{"path": "sorb/excitation_num", "type": "int"},
|
|
||||||
{"path": "sorb/excitation_mode", "type": "enum", "enum": {"voltage": 0, "current": 1, "off": 2}},
|
|
||||||
{"path": "sorb/pause", "type": "int", "readonly": false, "cmd": "tmon sorb/pause", "description": "pause time [sec] after channel change"},
|
|
||||||
{"path": "sorb/filter", "type": "int", "readonly": false, "cmd": "tmon sorb/filter", "description": "filter average time [sec]"},
|
|
||||||
{"path": "sorb/dwell", "type": "int", "readonly": false, "cmd": "tmon sorb/dwell", "description": "dwell time [sec]. Total time per channel: pause + filter + dwell"},
|
|
||||||
{"path": "sorb/status", "type": "text"},
|
|
||||||
{"path": "sorb/curve", "type": "text", "readonly": false, "cmd": "tmon sorb/curve", "kids": 1},
|
|
||||||
{"path": "sorb/curve/points", "type": "floatvarar", "readonly": false, "cmd": "tmon sorb/curve/points", "visibility": 3},
|
|
||||||
{"path": "sorb/alarm", "type": "float", "readonly": false, "cmd": "tmon sorb/alarm"},
|
|
||||||
{"path": "sorb/raw", "type": "float"},
|
|
||||||
{"path": "onek", "type": "float", "kids": 14},
|
|
||||||
{"path": "onek/active", "type": "enum", "enum": {"inactive": 0, "active": 1}, "readonly": false, "cmd": "tmon onek/active"},
|
|
||||||
{"path": "onek/autorange", "type": "bool", "readonly": false, "cmd": "tmon onek/autorange", "description": "autorange (common for all channels)"},
|
|
||||||
{"path": "onek/range", "type": "text", "readonly": false, "cmd": "tmon onek/range", "description": "resistance range in Ohm"},
|
|
||||||
{"path": "onek/range_num", "type": "int"},
|
|
||||||
{"path": "onek/excitation", "type": "text", "readonly": false, "cmd": "tmon onek/excitation", "description": "excitation with unit, i.e. 2uV or 3pA"},
|
|
||||||
{"path": "onek/excitation_num", "type": "int"},
|
|
||||||
{"path": "onek/excitation_mode", "type": "enum", "enum": {"voltage": 0, "current": 1, "off": 2}},
|
|
||||||
{"path": "onek/pause", "type": "int", "readonly": false, "cmd": "tmon onek/pause", "description": "pause time [sec] after channel change"},
|
|
||||||
{"path": "onek/filter", "type": "int", "readonly": false, "cmd": "tmon onek/filter", "description": "filter average time [sec]"},
|
|
||||||
{"path": "onek/dwell", "type": "int", "readonly": false, "cmd": "tmon onek/dwell", "description": "dwell time [sec]. Total time per channel: pause + filter + dwell"},
|
|
||||||
{"path": "onek/status", "type": "text"},
|
|
||||||
{"path": "onek/curve", "type": "text", "readonly": false, "cmd": "tmon onek/curve", "kids": 1},
|
|
||||||
{"path": "onek/curve/points", "type": "floatvarar", "readonly": false, "cmd": "tmon onek/curve/points", "visibility": 3},
|
|
||||||
{"path": "onek/alarm", "type": "float", "readonly": false, "cmd": "tmon onek/alarm"},
|
|
||||||
{"path": "onek/raw", "type": "float"},
|
|
||||||
{"path": "stillt", "type": "float", "kids": 14},
|
|
||||||
{"path": "stillt/active", "type": "enum", "enum": {"inactive": 0, "active": 1}, "readonly": false, "cmd": "tmon stillt/active"},
|
|
||||||
{"path": "stillt/autorange", "type": "bool", "readonly": false, "cmd": "tmon stillt/autorange", "description": "autorange (common for all channels)"},
|
|
||||||
{"path": "stillt/range", "type": "text", "readonly": false, "cmd": "tmon stillt/range", "description": "resistance range in Ohm"},
|
|
||||||
{"path": "stillt/range_num", "type": "int"},
|
|
||||||
{"path": "stillt/excitation", "type": "text", "readonly": false, "cmd": "tmon stillt/excitation", "description": "excitation with unit, i.e. 2uV or 3pA"},
|
|
||||||
{"path": "stillt/excitation_num", "type": "int"},
|
|
||||||
{"path": "stillt/excitation_mode", "type": "enum", "enum": {"voltage": 0, "current": 1, "off": 2}},
|
|
||||||
{"path": "stillt/pause", "type": "int", "readonly": false, "cmd": "tmon stillt/pause", "description": "pause time [sec] after channel change"},
|
|
||||||
{"path": "stillt/filter", "type": "int", "readonly": false, "cmd": "tmon stillt/filter", "description": "filter average time [sec]"},
|
|
||||||
{"path": "stillt/dwell", "type": "int", "readonly": false, "cmd": "tmon stillt/dwell", "description": "dwell time [sec]. Total time per channel: pause + filter + dwell"},
|
|
||||||
{"path": "stillt/status", "type": "text"},
|
|
||||||
{"path": "stillt/curve", "type": "text", "readonly": false, "cmd": "tmon stillt/curve", "kids": 1},
|
|
||||||
{"path": "stillt/curve/points", "type": "floatvarar", "readonly": false, "cmd": "tmon stillt/curve/points", "visibility": 3},
|
|
||||||
{"path": "stillt/alarm", "type": "float", "readonly": false, "cmd": "tmon stillt/alarm"},
|
|
||||||
{"path": "stillt/raw", "type": "float"},
|
|
||||||
{"path": "sample", "type": "float", "kids": 14},
|
|
||||||
{"path": "sample/active", "type": "enum", "enum": {"inactive": 0, "active": 1}, "readonly": false, "cmd": "tmon sample/active"},
|
|
||||||
{"path": "sample/autorange", "type": "bool", "readonly": false, "cmd": "tmon sample/autorange", "description": "autorange (common for all channels)"},
|
|
||||||
{"path": "sample/range", "type": "text", "readonly": false, "cmd": "tmon sample/range", "description": "resistance range in Ohm"},
|
|
||||||
{"path": "sample/range_num", "type": "int"},
|
|
||||||
{"path": "sample/excitation", "type": "text", "readonly": false, "cmd": "tmon sample/excitation", "description": "excitation with unit, i.e. 2uV or 3pA"},
|
|
||||||
{"path": "sample/excitation_num", "type": "int"},
|
|
||||||
{"path": "sample/excitation_mode", "type": "enum", "enum": {"voltage": 0, "current": 1, "off": 2}},
|
|
||||||
{"path": "sample/pause", "type": "int", "readonly": false, "cmd": "tmon sample/pause", "description": "pause time [sec] after channel change"},
|
|
||||||
{"path": "sample/filter", "type": "int", "readonly": false, "cmd": "tmon sample/filter", "description": "filter average time [sec]"},
|
|
||||||
{"path": "sample/dwell", "type": "int", "readonly": false, "cmd": "tmon sample/dwell", "description": "dwell time [sec]. Total time per channel: pause + filter + dwell"},
|
|
||||||
{"path": "sample/status", "type": "text"},
|
|
||||||
{"path": "sample/curve", "type": "text", "readonly": false, "cmd": "tmon sample/curve", "kids": 1},
|
|
||||||
{"path": "sample/curve/points", "type": "floatvarar", "readonly": false, "cmd": "tmon sample/curve/points", "visibility": 3},
|
|
||||||
{"path": "sample/alarm", "type": "float", "readonly": false, "cmd": "tmon sample/alarm"},
|
|
||||||
{"path": "sample/raw", "type": "float"},
|
|
||||||
{"path": "samplehtr", "type": "float", "kids": 14},
|
|
||||||
{"path": "samplehtr/active", "type": "enum", "enum": {"inactive": 0, "active": 1}, "readonly": false, "cmd": "tmon samplehtr/active"},
|
|
||||||
{"path": "samplehtr/autorange", "type": "bool", "readonly": false, "cmd": "tmon samplehtr/autorange", "description": "autorange (common for all channels)"},
|
|
||||||
{"path": "samplehtr/range", "type": "text", "readonly": false, "cmd": "tmon samplehtr/range", "description": "resistance range in Ohm"},
|
|
||||||
{"path": "samplehtr/range_num", "type": "int"},
|
|
||||||
{"path": "samplehtr/excitation", "type": "text", "readonly": false, "cmd": "tmon samplehtr/excitation", "description": "excitation with unit, i.e. 2uV or 3pA"},
|
|
||||||
{"path": "samplehtr/excitation_num", "type": "int"},
|
|
||||||
{"path": "samplehtr/excitation_mode", "type": "enum", "enum": {"voltage": 0, "current": 1, "off": 2}},
|
|
||||||
{"path": "samplehtr/pause", "type": "int", "readonly": false, "cmd": "tmon samplehtr/pause", "description": "pause time [sec] after channel change"},
|
|
||||||
{"path": "samplehtr/filter", "type": "int", "readonly": false, "cmd": "tmon samplehtr/filter", "description": "filter average time [sec]"},
|
|
||||||
{"path": "samplehtr/dwell", "type": "int", "readonly": false, "cmd": "tmon samplehtr/dwell", "description": "dwell time [sec]. Total time per channel: pause + filter + dwell"},
|
|
||||||
{"path": "samplehtr/status", "type": "text"},
|
|
||||||
{"path": "samplehtr/curve", "type": "text", "readonly": false, "cmd": "tmon samplehtr/curve", "kids": 1},
|
|
||||||
{"path": "samplehtr/curve/points", "type": "floatvarar", "readonly": false, "cmd": "tmon samplehtr/curve/points", "visibility": 3},
|
|
||||||
{"path": "samplehtr/alarm", "type": "float", "readonly": false, "cmd": "tmon samplehtr/alarm"},
|
|
||||||
{"path": "samplehtr/raw", "type": "float"},
|
|
||||||
{"path": "mix", "type": "float", "kids": 14},
|
|
||||||
{"path": "mix/active", "type": "enum", "enum": {"inactive": 0, "active": 1}, "readonly": false, "cmd": "tmon mix/active"},
|
|
||||||
{"path": "mix/autorange", "type": "bool", "readonly": false, "cmd": "tmon mix/autorange", "description": "autorange (common for all channels)"},
|
|
||||||
{"path": "mix/range", "type": "text", "readonly": false, "cmd": "tmon mix/range", "description": "resistance range in Ohm"},
|
|
||||||
{"path": "mix/range_num", "type": "int"},
|
|
||||||
{"path": "mix/excitation", "type": "text", "readonly": false, "cmd": "tmon mix/excitation", "description": "excitation with unit, i.e. 2uV or 3pA"},
|
|
||||||
{"path": "mix/excitation_num", "type": "int"},
|
|
||||||
{"path": "mix/excitation_mode", "type": "enum", "enum": {"voltage": 0, "current": 1, "off": 2}},
|
|
||||||
{"path": "mix/pause", "type": "int", "readonly": false, "cmd": "tmon mix/pause", "description": "pause time [sec] after channel change"},
|
|
||||||
{"path": "mix/filter", "type": "int", "readonly": false, "cmd": "tmon mix/filter", "description": "filter average time [sec]"},
|
|
||||||
{"path": "mix/dwell", "type": "int", "readonly": false, "cmd": "tmon mix/dwell", "description": "dwell time [sec]. Total time per channel: pause + filter + dwell"},
|
|
||||||
{"path": "mix/status", "type": "text"},
|
|
||||||
{"path": "mix/curve", "type": "text", "readonly": false, "cmd": "tmon mix/curve", "kids": 1},
|
|
||||||
{"path": "mix/curve/points", "type": "floatvarar", "readonly": false, "cmd": "tmon mix/curve/points", "visibility": 3},
|
|
||||||
{"path": "mix/alarm", "type": "float", "readonly": false, "cmd": "tmon mix/alarm"},
|
|
||||||
{"path": "mix/raw", "type": "float"},
|
|
||||||
{"path": "analog2", "type": "float", "readonly": false, "cmd": "tmon analog2"},
|
|
||||||
{"path": "remote", "type": "bool"},
|
|
||||||
{"path": "display", "type": "text", "readonly": false, "cmd": "tmon display"}]]
|
|
@ -1,4 +0,0 @@
|
|||||||
["tneck1", [{"path": "", "type": "float", "kids": 3},
|
|
||||||
{"path": "send", "type": "text", "readonly": false, "cmd": "tneck1 send", "visibility": 3},
|
|
||||||
{"path": "status", "type": "text", "visibility": 3},
|
|
||||||
{"path": "raw", "type": "float"}]]
|
|
@ -1,8 +0,0 @@
|
|||||||
["tneck1", [{"path": "", "type": "float", "kids": 7},
|
|
||||||
{"path": "send", "type": "text", "readonly": false, "cmd": "tneck1 send", "visibility": 3},
|
|
||||||
{"path": "status", "type": "text", "visibility": 3},
|
|
||||||
{"path": "raw", "type": "float"},
|
|
||||||
{"path": "set", "type": "float", "readonly": false, "cmd": "tneck1 set"},
|
|
||||||
{"path": "control", "type": "enum", "enum": {"OFF": 0, "ON": 1}, "readonly": false, "cmd": "tneck1 control"},
|
|
||||||
{"path": "htr", "type": "float"},
|
|
||||||
{"path": "pow", "type": "float"}]]
|
|
@ -1,4 +0,0 @@
|
|||||||
["tneck2", [{"path": "", "type": "float", "kids": 3},
|
|
||||||
{"path": "send", "type": "text", "readonly": false, "cmd": "tneck2 send", "visibility": 3},
|
|
||||||
{"path": "status", "type": "text", "visibility": 3},
|
|
||||||
{"path": "raw", "type": "float"}]]
|
|
@ -1,8 +0,0 @@
|
|||||||
["tneck2", [{"path": "", "type": "float", "kids": 7},
|
|
||||||
{"path": "send", "type": "text", "readonly": false, "cmd": "tneck2 send", "visibility": 3},
|
|
||||||
{"path": "status", "type": "text", "visibility": 3},
|
|
||||||
{"path": "raw", "type": "float"},
|
|
||||||
{"path": "set", "type": "float", "readonly": false, "cmd": "tneck2 set"},
|
|
||||||
{"path": "control", "type": "enum", "enum": {"OFF": 0, "ON": 1}, "readonly": false, "cmd": "tneck2 control"},
|
|
||||||
{"path": "htr", "type": "float"},
|
|
||||||
{"path": "pow", "type": "float"}]]
|
|
@ -1,4 +0,0 @@
|
|||||||
["tnvd", [{"path": "", "type": "float", "kids": 3},
|
|
||||||
{"path": "send", "type": "text", "readonly": false, "cmd": "tnvd send", "visibility": 3},
|
|
||||||
{"path": "status", "type": "text", "visibility": 3},
|
|
||||||
{"path": "raw", "type": "float"}]]
|
|
@ -1,8 +0,0 @@
|
|||||||
["tnvd", [{"path": "", "type": "float", "kids": 7},
|
|
||||||
{"path": "send", "type": "text", "readonly": false, "cmd": "tnvd send", "visibility": 3},
|
|
||||||
{"path": "status", "type": "text", "visibility": 3},
|
|
||||||
{"path": "raw", "type": "float"},
|
|
||||||
{"path": "set", "type": "float", "readonly": false, "cmd": "tnvd set"},
|
|
||||||
{"path": "control", "type": "enum", "enum": {"OFF": 0, "ON": 1}, "readonly": false, "cmd": "tnvd control"},
|
|
||||||
{"path": "htr", "type": "float"},
|
|
||||||
{"path": "pow", "type": "float"}]]
|
|
@ -1,4 +0,0 @@
|
|||||||
["tnvs", [{"path": "", "type": "float", "kids": 3},
|
|
||||||
{"path": "send", "type": "text", "readonly": false, "cmd": "tnvs send", "visibility": 3},
|
|
||||||
{"path": "status", "type": "text", "visibility": 3},
|
|
||||||
{"path": "raw", "type": "float"}]]
|
|
@ -1,8 +0,0 @@
|
|||||||
["tnvs", [{"path": "", "type": "float", "kids": 7},
|
|
||||||
{"path": "send", "type": "text", "readonly": false, "cmd": "tnvs send", "visibility": 3},
|
|
||||||
{"path": "status", "type": "text", "visibility": 3},
|
|
||||||
{"path": "raw", "type": "float"},
|
|
||||||
{"path": "set", "type": "float", "readonly": false, "cmd": "tnvs set"},
|
|
||||||
{"path": "control", "type": "enum", "enum": {"OFF": 0, "ON": 1}, "readonly": false, "cmd": "tnvs control"},
|
|
||||||
{"path": "htr", "type": "float"},
|
|
||||||
{"path": "pow", "type": "float"}]]
|
|
@ -1,78 +0,0 @@
|
|||||||
["treg", [{"path": "", "type": "int", "kids": 10},
|
|
||||||
{"path": "send", "type": "text", "readonly": false, "cmd": "treg send", "visibility": 3},
|
|
||||||
{"path": "status", "type": "text", "visibility": 3},
|
|
||||||
{"path": "autoscan", "type": "bool", "readonly": false, "cmd": "treg autoscan", "kids": 4},
|
|
||||||
{"path": "autoscan/synchronized", "type": "bool", "readonly": false, "cmd": "treg autoscan/synchronized"},
|
|
||||||
{"path": "autoscan/interval", "type": "text", "readonly": false, "cmd": "treg autoscan/interval"},
|
|
||||||
{"path": "autoscan/pause", "type": "text", "readonly": false, "cmd": "treg autoscan/pause"},
|
|
||||||
{"path": "autoscan/dwell", "type": "text", "readonly": false, "cmd": "treg autoscan/dwell"},
|
|
||||||
{"path": "sample", "type": "float", "kids": 14},
|
|
||||||
{"path": "sample/active", "type": "enum", "enum": {"inactive": 0, "active": 1}, "readonly": false, "cmd": "treg sample/active"},
|
|
||||||
{"path": "sample/autorange", "type": "bool", "readonly": false, "cmd": "treg sample/autorange", "description": "autorange (common for all channels)"},
|
|
||||||
{"path": "sample/range", "type": "text", "readonly": false, "cmd": "treg sample/range", "description": "resistance range in Ohm"},
|
|
||||||
{"path": "sample/range_num", "type": "int"},
|
|
||||||
{"path": "sample/excitation", "type": "text", "readonly": false, "cmd": "treg sample/excitation", "description": "excitation with unit, i.e. 2uV or 3pA"},
|
|
||||||
{"path": "sample/excitation_num", "type": "int"},
|
|
||||||
{"path": "sample/excitation_mode", "type": "enum", "enum": {"voltage": 0, "current": 1, "off": 2}},
|
|
||||||
{"path": "sample/pause", "type": "int", "readonly": false, "cmd": "treg sample/pause", "description": "pause time [sec] after channel change"},
|
|
||||||
{"path": "sample/filter", "type": "int", "readonly": false, "cmd": "treg sample/filter", "description": "filter average time [sec]"},
|
|
||||||
{"path": "sample/dwell", "type": "int", "readonly": false, "cmd": "treg sample/dwell", "description": "dwell time [sec]. Total time per channel: pause + filter + dwell"},
|
|
||||||
{"path": "sample/status", "type": "text"},
|
|
||||||
{"path": "sample/curve", "type": "text", "readonly": false, "cmd": "treg sample/curve", "kids": 1},
|
|
||||||
{"path": "sample/curve/points", "type": "floatvarar", "readonly": false, "cmd": "treg sample/curve/points", "visibility": 3},
|
|
||||||
{"path": "sample/alarm", "type": "float", "readonly": false, "cmd": "treg sample/alarm"},
|
|
||||||
{"path": "sample/raw", "type": "float"},
|
|
||||||
{"path": "mix", "type": "float", "kids": 14},
|
|
||||||
{"path": "mix/active", "type": "enum", "enum": {"inactive": 0, "active": 1}, "readonly": false, "cmd": "treg mix/active"},
|
|
||||||
{"path": "mix/autorange", "type": "bool", "readonly": false, "cmd": "treg mix/autorange", "description": "autorange (common for all channels)"},
|
|
||||||
{"path": "mix/range", "type": "text", "readonly": false, "cmd": "treg mix/range", "description": "resistance range in Ohm"},
|
|
||||||
{"path": "mix/range_num", "type": "int"},
|
|
||||||
{"path": "mix/excitation", "type": "text", "readonly": false, "cmd": "treg mix/excitation", "description": "excitation with unit, i.e. 2uV or 3pA"},
|
|
||||||
{"path": "mix/excitation_num", "type": "int"},
|
|
||||||
{"path": "mix/excitation_mode", "type": "enum", "enum": {"voltage": 0, "current": 1, "off": 2}},
|
|
||||||
{"path": "mix/pause", "type": "int", "readonly": false, "cmd": "treg mix/pause", "description": "pause time [sec] after channel change"},
|
|
||||||
{"path": "mix/filter", "type": "int", "readonly": false, "cmd": "treg mix/filter", "description": "filter average time [sec]"},
|
|
||||||
{"path": "mix/dwell", "type": "int", "readonly": false, "cmd": "treg mix/dwell", "description": "dwell time [sec]. Total time per channel: pause + filter + dwell"},
|
|
||||||
{"path": "mix/status", "type": "text"},
|
|
||||||
{"path": "mix/curve", "type": "text", "readonly": false, "cmd": "treg mix/curve", "kids": 1},
|
|
||||||
{"path": "mix/curve/points", "type": "floatvarar", "readonly": false, "cmd": "treg mix/curve/points", "visibility": 3},
|
|
||||||
{"path": "mix/alarm", "type": "float", "readonly": false, "cmd": "treg mix/alarm"},
|
|
||||||
{"path": "mix/raw", "type": "float"},
|
|
||||||
{"path": "samplehtr", "type": "float", "kids": 14},
|
|
||||||
{"path": "samplehtr/active", "type": "enum", "enum": {"inactive": 0, "active": 1}, "readonly": false, "cmd": "treg samplehtr/active"},
|
|
||||||
{"path": "samplehtr/autorange", "type": "bool", "readonly": false, "cmd": "treg samplehtr/autorange", "description": "autorange (common for all channels)"},
|
|
||||||
{"path": "samplehtr/range", "type": "text", "readonly": false, "cmd": "treg samplehtr/range", "description": "resistance range in Ohm"},
|
|
||||||
{"path": "samplehtr/range_num", "type": "int"},
|
|
||||||
{"path": "samplehtr/excitation", "type": "text", "readonly": false, "cmd": "treg samplehtr/excitation", "description": "excitation with unit, i.e. 2uV or 3pA"},
|
|
||||||
{"path": "samplehtr/excitation_num", "type": "int"},
|
|
||||||
{"path": "samplehtr/excitation_mode", "type": "enum", "enum": {"voltage": 0, "current": 1, "off": 2}},
|
|
||||||
{"path": "samplehtr/pause", "type": "int", "readonly": false, "cmd": "treg samplehtr/pause", "description": "pause time [sec] after channel change"},
|
|
||||||
{"path": "samplehtr/filter", "type": "int", "readonly": false, "cmd": "treg samplehtr/filter", "description": "filter average time [sec]"},
|
|
||||||
{"path": "samplehtr/dwell", "type": "int", "readonly": false, "cmd": "treg samplehtr/dwell", "description": "dwell time [sec]. Total time per channel: pause + filter + dwell"},
|
|
||||||
{"path": "samplehtr/status", "type": "text"},
|
|
||||||
{"path": "samplehtr/curve", "type": "text", "readonly": false, "cmd": "treg samplehtr/curve", "kids": 1},
|
|
||||||
{"path": "samplehtr/curve/points", "type": "floatvarar", "readonly": false, "cmd": "treg samplehtr/curve/points", "visibility": 3},
|
|
||||||
{"path": "samplehtr/alarm", "type": "float", "readonly": false, "cmd": "treg samplehtr/alarm"},
|
|
||||||
{"path": "samplehtr/raw", "type": "float"},
|
|
||||||
{"path": "set", "type": "float", "readonly": false, "cmd": "treg set", "kids": 18},
|
|
||||||
{"path": "set/mode", "type": "enum", "enum": {"disabled": -1, "off": 0, "controlling": 1, "manual": 2}, "readonly": false, "cmd": "treg set/mode"},
|
|
||||||
{"path": "set/reg", "type": "float"},
|
|
||||||
{"path": "set/ramp", "type": "float", "readonly": false, "cmd": "treg set/ramp", "description": "maximum ramp in K/min (0: ramp off)"},
|
|
||||||
{"path": "set/wramp", "type": "float", "readonly": false, "cmd": "treg set/wramp"},
|
|
||||||
{"path": "set/smooth", "type": "float", "readonly": false, "cmd": "treg set/smooth", "description": "smooth time (minutes)"},
|
|
||||||
{"path": "set/channel", "type": "text", "readonly": false, "cmd": "treg set/channel"},
|
|
||||||
{"path": "set/limit", "type": "float", "readonly": false, "cmd": "treg set/limit"},
|
|
||||||
{"path": "set/resist", "type": "float", "readonly": false, "cmd": "treg set/resist"},
|
|
||||||
{"path": "set/maxheater", "type": "text", "readonly": false, "cmd": "treg set/maxheater", "description": "maximum heater limit, units should be given without space: W, mW, A, mA"},
|
|
||||||
{"path": "set/linearpower", "type": "float", "readonly": false, "cmd": "treg set/linearpower", "description": "when not 0, it is the maximum effective power, and the power is linear to the heater output"},
|
|
||||||
{"path": "set/maxpowerlim", "type": "float", "description": "the maximum power limit (before any booster or converter)"},
|
|
||||||
{"path": "set/maxpower", "type": "float", "readonly": false, "cmd": "treg set/maxpower", "description": "maximum power [W]"},
|
|
||||||
{"path": "set/maxcurrent", "type": "float", "description": "the maximum current before any booster or converter"},
|
|
||||||
{"path": "set/manualpower", "type": "float", "readonly": false, "cmd": "treg set/manualpower"},
|
|
||||||
{"path": "set/power", "type": "float"},
|
|
||||||
{"path": "set/prop", "type": "float", "readonly": false, "cmd": "treg set/prop", "description": "bigger means more gain"},
|
|
||||||
{"path": "set/integ", "type": "float", "readonly": false, "cmd": "treg set/integ", "description": "[sec] bigger means slower"},
|
|
||||||
{"path": "set/deriv", "type": "float", "readonly": false, "cmd": "treg set/deriv"},
|
|
||||||
{"path": "analog2", "type": "float", "readonly": false, "cmd": "treg analog2"},
|
|
||||||
{"path": "remote", "type": "bool"},
|
|
||||||
{"path": "display", "type": "text", "readonly": false, "cmd": "treg display"}]]
|
|
@ -1,58 +0,0 @@
|
|||||||
["ts", [{"path": "", "type": "float", "readonly": false, "cmd": "run ts", "description": "ts", "kids": 19},
|
|
||||||
{"path": "send", "type": "text", "readonly": false, "cmd": "ts send", "visibility": 3},
|
|
||||||
{"path": "status", "type": "text", "visibility": 3},
|
|
||||||
{"path": "is_running", "type": "int", "visibility": 3},
|
|
||||||
{"path": "set", "type": "float", "readonly": false, "cmd": "ts set", "visibility": 3},
|
|
||||||
{"path": "target", "type": "float"},
|
|
||||||
{"path": "running", "type": "int"},
|
|
||||||
{"path": "tolerance", "type": "float", "readonly": false, "cmd": "ts tolerance"},
|
|
||||||
{"path": "maxwait", "type": "float", "readonly": false, "cmd": "ts maxwait"},
|
|
||||||
{"path": "settle", "type": "float", "readonly": false, "cmd": "ts settle"},
|
|
||||||
{"path": "log", "type": "text", "readonly": false, "cmd": "ts log", "visibility": 3, "kids": 4},
|
|
||||||
{"path": "log/mean", "type": "float", "visibility": 3},
|
|
||||||
{"path": "log/m2", "type": "float", "visibility": 3},
|
|
||||||
{"path": "log/stddev", "type": "float", "visibility": 3},
|
|
||||||
{"path": "log/n", "type": "float", "visibility": 3},
|
|
||||||
{"path": "ramp", "type": "float", "readonly": false, "cmd": "ts ramp", "description": "ramp [K/min]"},
|
|
||||||
{"path": "heaterselect", "type": "enum", "enum": {"sample": 0, "mix": 1, "mix(temporarely)": 2}, "readonly": false, "cmd": "ts heaterselect"},
|
|
||||||
{"path": "control", "type": "enum", "enum": {"off": 0, "sample": 6, "mix": 5}, "readonly": false, "cmd": "ts control", "description": "click off to reload list"},
|
|
||||||
{"path": "heatermode", "type": "enum", "enum": {"disabled": -1, "off": 0, "on": 1}, "readonly": false, "cmd": "ts heatermode"},
|
|
||||||
{"path": "heaterrange", "type": "enum", "enum": {"2uW": 1, "20uW": 2, "200uW": 3, "2mW": 4, "20mW": 5}, "readonly": false, "cmd": "ts heaterrange"},
|
|
||||||
{"path": "autoheater", "type": "bool", "readonly": false, "cmd": "ts autoheater", "description": "automatic heater range", "kids": 12},
|
|
||||||
{"path": "autoheater/wlp0", "type": "float", "readonly": false, "cmd": "ts autoheater/wlp0", "description": "weak link base temperature (used for auto heater)", "visibility": 3},
|
|
||||||
{"path": "autoheater/wlp1", "type": "float", "readonly": false, "cmd": "ts autoheater/wlp1", "description": "weak link temperature at 1 uW (used for auto heater)", "visibility": 3},
|
|
||||||
{"path": "autoheater/wlp2", "type": "float", "readonly": false, "cmd": "ts autoheater/wlp2", "description": "weak link temperature at 10 uW (used for auto heater)", "visibility": 3},
|
|
||||||
{"path": "autoheater/wlp3", "type": "float", "readonly": false, "cmd": "ts autoheater/wlp3", "description": "weak link temperature at 100 uW (used for auto heater)", "visibility": 3},
|
|
||||||
{"path": "autoheater/wlp4", "type": "float", "readonly": false, "cmd": "ts autoheater/wlp4", "description": "weak link temperature at 1 mW (used for auto heater)", "visibility": 3},
|
|
||||||
{"path": "autoheater/mxp0", "type": "float", "readonly": false, "cmd": "ts autoheater/mxp0", "description": "weak link base temperature (used for auto heater)"},
|
|
||||||
{"path": "autoheater/mxp1", "type": "float", "readonly": false, "cmd": "ts autoheater/mxp1", "description": "mix.ch. temperature at 1 uW (used for auto heater)"},
|
|
||||||
{"path": "autoheater/mxp2", "type": "float", "readonly": false, "cmd": "ts autoheater/mxp2", "description": "mix.ch. temperature at 10 uW (used for auto heater)"},
|
|
||||||
{"path": "autoheater/mxp3", "type": "float", "readonly": false, "cmd": "ts autoheater/mxp3", "description": "mix.ch. temperature at 100 uW (used for auto heater)"},
|
|
||||||
{"path": "autoheater/mxp4", "type": "float", "readonly": false, "cmd": "ts autoheater/mxp4", "description": "mix.ch. temperature at 1 mW (used for auto heater)"},
|
|
||||||
{"path": "autoheater/switchdown", "type": "float", "readonly": false, "cmd": "ts autoheater/switchdown", "description": "percentage for auto heater switch down"},
|
|
||||||
{"path": "autoheater/switchup", "type": "float", "readonly": false, "cmd": "ts autoheater/switchup", "description": "when the calculated power is above this percentage, use higher range"},
|
|
||||||
{"path": "autoprop", "type": "bool", "readonly": false, "cmd": "ts autoprop", "description": "change prop value depending on actual power", "kids": 2},
|
|
||||||
{"path": "autoprop/prop", "type": "float", "readonly": false, "cmd": "ts autoprop/prop", "description": "prop value (maximum prop value when autheater is on)"},
|
|
||||||
{"path": "autoprop/integ", "type": "float", "readonly": false, "cmd": "ts autoprop/integ", "description": "integral value [sec], deriv is set to 0 on change"},
|
|
||||||
{"path": "instructions", "type": "text"},
|
|
||||||
{"path": "auto", "type": "enum", "enum": {"off": 0, "cool_vti": 1, "pipe_pump": 11, "pipes_ready": 12, "ready_for_sorbpump": 2, "sorb_pump": 3, "condense": 4, "circulate": 5, "remove_only": 60, "remove_and_warmup": 62, "remove_and_condense": 61, "remove_and_sorbpump": 63, "finished": 7}, "readonly": false, "cmd": "ts auto", "kids": 20},
|
|
||||||
{"path": "auto/usetrap", "type": "enum", "enum": {"trap_A": 0, "trap_B": 1}, "readonly": false, "cmd": "ts auto/usetrap"},
|
|
||||||
{"path": "auto/hasturbo", "type": "bool"},
|
|
||||||
{"path": "auto/pipes_pumped", "type": "bool", "readonly": false, "cmd": "ts auto/pipes_pumped"},
|
|
||||||
{"path": "auto/cool_crit", "type": "text", "readonly": false, "cmd": "ts auto/cool_crit", "description": "criterium for transition to ready_for_sorbpump"},
|
|
||||||
{"path": "auto/pumptime1", "type": "float", "readonly": false, "cmd": "ts auto/pumptime1", "description": "pump time [sec] while sorb at 40"},
|
|
||||||
{"path": "auto/pumptime2", "type": "float", "readonly": false, "cmd": "ts auto/pumptime2", "description": "pump time [sec] while sorb cools down"},
|
|
||||||
{"path": "auto/condensep", "type": "float", "readonly": false, "cmd": "ts auto/condensep"},
|
|
||||||
{"path": "auto/dumptarget", "type": "float", "readonly": false, "cmd": "ts auto/dumptarget"},
|
|
||||||
{"path": "auto/condenseflow", "type": "float", "readonly": false, "cmd": "ts auto/condenseflow", "description": "VTI flow for condensing and min. flow for cooling"},
|
|
||||||
{"path": "auto/circulateflow", "type": "float", "readonly": false, "cmd": "ts auto/circulateflow", "description": "VTI flow for circulating (may be changed during circulation)"},
|
|
||||||
{"path": "auto/onekstate", "type": "enum", "enum": {"normal": 0, "fill": 1, "optimize": 2}, "readonly": false, "cmd": "ts auto/onekstate"},
|
|
||||||
{"path": "auto/oneklimit", "type": "float", "readonly": false, "cmd": "ts auto/oneklimit"},
|
|
||||||
{"path": "auto/minflow", "type": "float", "readonly": false, "cmd": "ts auto/minflow", "description": "minimum VTI flow (optimize stops at this value)"},
|
|
||||||
{"path": "auto/p1low", "type": "float", "readonly": false, "cmd": "ts auto/p1low", "description": "p1 value indicating a negligible mixture amount"},
|
|
||||||
{"path": "auto/p2low", "type": "float", "readonly": false, "cmd": "ts auto/p2low", "description": "p2 value indicating a good vacuum"},
|
|
||||||
{"path": "auto/warmup_t", "type": "float", "readonly": false, "cmd": "ts auto/warmup_t", "description": "VTI temperature to reach when remove_and_warmup"},
|
|
||||||
{"path": "auto/vti_t", "type": "float", "readonly": false, "cmd": "ts auto/vti_t", "description": "VTI temperature to reach when remove_only"},
|
|
||||||
{"path": "auto/xgas", "type": "enum", "enum": {"pump": 0, "add": 1, "empty": 2}, "readonly": false, "cmd": "ts auto/xgas"},
|
|
||||||
{"path": "auto/xgas_pulse", "type": "float", "readonly": false, "cmd": "ts auto/xgas_pulse", "description": "opening time for xgas capillary [sec]"},
|
|
||||||
{"path": "auto/removephase", "type": "enum", "enum": {"raw_remove": 0, "wait_p1_low": 1, "wait_v6_open": 2, "wait_a_little": 3, "wait_v6_closed": 4, "wait_t_warmup": 5}, "readonly": false, "cmd": "ts auto/removephase"}]]
|
|
@ -1,8 +0,0 @@
|
|||||||
["ts", [{"path": "", "type": "float", "kids": 7},
|
|
||||||
{"path": "send", "type": "text", "readonly": false, "cmd": "ts send", "visibility": 3},
|
|
||||||
{"path": "status", "type": "text", "visibility": 3},
|
|
||||||
{"path": "raw", "type": "float"},
|
|
||||||
{"path": "set", "type": "float", "readonly": false, "cmd": "ts set"},
|
|
||||||
{"path": "control", "type": "enum", "enum": {"OFF": 0, "ON": 1}, "readonly": false, "cmd": "ts control"},
|
|
||||||
{"path": "htr", "type": "float"},
|
|
||||||
{"path": "pow", "type": "float"}]]
|
|
@ -1,8 +0,0 @@
|
|||||||
["ts", [{"path": "", "type": "float", "kids": 7},
|
|
||||||
{"path": "send", "type": "text", "readonly": false, "cmd": "ts send", "visibility": 3},
|
|
||||||
{"path": "status", "type": "text", "visibility": 3},
|
|
||||||
{"path": "raw", "type": "float"},
|
|
||||||
{"path": "set", "type": "float", "readonly": false, "cmd": "ts set"},
|
|
||||||
{"path": "control", "type": "enum", "enum": {"OFF": 0, "ON": 1}, "readonly": false, "cmd": "ts control"},
|
|
||||||
{"path": "htr", "type": "float"},
|
|
||||||
{"path": "pow", "type": "float"}]]
|
|
@ -1,58 +0,0 @@
|
|||||||
["tt", [{"path": "", "type": "float", "readonly": false, "cmd": "run tt", "description": "tt", "kids": 37},
|
|
||||||
{"path": "send", "type": "text", "readonly": false, "cmd": "tt send", "visibility": 3},
|
|
||||||
{"path": "status", "type": "text", "visibility": 3},
|
|
||||||
{"path": "is_running", "type": "int", "visibility": 3},
|
|
||||||
{"path": "set", "type": "float", "readonly": false, "cmd": "tt set"},
|
|
||||||
{"path": "target", "type": "float"},
|
|
||||||
{"path": "running", "type": "int"},
|
|
||||||
{"path": "tolerance", "type": "float", "readonly": false, "cmd": "tt tolerance"},
|
|
||||||
{"path": "maxwait", "type": "float", "readonly": false, "cmd": "tt maxwait"},
|
|
||||||
{"path": "settle", "type": "float", "readonly": false, "cmd": "tt settle"},
|
|
||||||
{"path": "log", "type": "text", "readonly": false, "cmd": "tt log", "visibility": 3, "kids": 4},
|
|
||||||
{"path": "log/mean", "type": "float", "visibility": 3},
|
|
||||||
{"path": "log/m2", "type": "float", "visibility": 3},
|
|
||||||
{"path": "log/stddev", "type": "float", "visibility": 3},
|
|
||||||
{"path": "log/n", "type": "float", "visibility": 3},
|
|
||||||
{"path": "t1", "type": "float", "kids": 3},
|
|
||||||
{"path": "t1/raw", "type": "float"},
|
|
||||||
{"path": "t1/curve", "type": "text", "readonly": false, "cmd": "tt t1/curve", "kids": 1},
|
|
||||||
{"path": "t1/curve/points", "type": "floatvarar", "readonly": false, "cmd": "tt t1/curve/points"},
|
|
||||||
{"path": "t1/valid", "type": "bool"},
|
|
||||||
{"path": "t2", "type": "float", "kids": 3},
|
|
||||||
{"path": "t2/raw", "type": "float"},
|
|
||||||
{"path": "t2/curve", "type": "text", "readonly": false, "cmd": "tt t2/curve", "kids": 1},
|
|
||||||
{"path": "t2/curve/points", "type": "floatvarar", "readonly": false, "cmd": "tt t2/curve/points"},
|
|
||||||
{"path": "t2/valid", "type": "bool"},
|
|
||||||
{"path": "t3", "type": "float", "kids": 3},
|
|
||||||
{"path": "t3/raw", "type": "float"},
|
|
||||||
{"path": "t3/curve", "type": "text", "readonly": false, "cmd": "tt t3/curve", "kids": 1},
|
|
||||||
{"path": "t3/curve/points", "type": "floatvarar", "readonly": false, "cmd": "tt t3/curve/points"},
|
|
||||||
{"path": "t3/valid", "type": "bool"},
|
|
||||||
{"path": "t4", "type": "float", "kids": 3},
|
|
||||||
{"path": "t4/raw", "type": "float"},
|
|
||||||
{"path": "t4/curve", "type": "text", "readonly": false, "cmd": "tt t4/curve", "kids": 1},
|
|
||||||
{"path": "t4/curve/points", "type": "floatvarar", "readonly": false, "cmd": "tt t4/curve/points"},
|
|
||||||
{"path": "t4/valid", "type": "bool"},
|
|
||||||
{"path": "tref", "type": "float"},
|
|
||||||
{"path": "tout", "type": "float"},
|
|
||||||
{"path": "ctrlmode", "type": "enum", "enum": {"ok": 0, "off": 1, "illegal_channel": 2, "no_sensor": 3, "no_flow": 4, "above_alarm": 5, "bad_vacuum": 6}, "readonly": false, "cmd": "tt ctrlmode"},
|
|
||||||
{"path": "ramp", "type": "float", "readonly": false, "cmd": "tt ramp"},
|
|
||||||
{"path": "smooth", "type": "float", "readonly": false, "cmd": "tt smooth"},
|
|
||||||
{"path": "prop", "type": "float", "readonly": false, "cmd": "tt prop"},
|
|
||||||
{"path": "int", "type": "float", "readonly": false, "cmd": "tt int"},
|
|
||||||
{"path": "powerset", "type": "float", "readonly": false, "cmd": "tt powerset"},
|
|
||||||
{"path": "power", "type": "float"},
|
|
||||||
{"path": "resist", "type": "float"},
|
|
||||||
{"path": "maxpower", "type": "float", "readonly": false, "cmd": "tt maxpower"},
|
|
||||||
{"path": "maxheater", "type": "float", "readonly": false, "cmd": "tt maxheater"},
|
|
||||||
{"path": "output", "type": "float", "readonly": false, "cmd": "tt output"},
|
|
||||||
{"path": "manualpower", "type": "bool", "readonly": false, "cmd": "tt manualpower"},
|
|
||||||
{"path": "ctrlchan", "type": "int", "readonly": false, "cmd": "tt ctrlchan"},
|
|
||||||
{"path": "interlock_state", "type": "enum", "enum": {"ok": 0, "no_waterflow": 1, "no_vacuum": 2, "no_water_no_vacuum": 3}},
|
|
||||||
{"path": "interlock_mask", "type": "enum", "enum": {"no_check": 0, "check_water_only": 1, "check_vacuum_only": 2, "check_all": 3}, "readonly": false, "cmd": "tt interlock_mask"},
|
|
||||||
{"path": "sramp", "type": "float"},
|
|
||||||
{"path": "slope", "type": "float"},
|
|
||||||
{"path": "v_htr", "type": "float"},
|
|
||||||
{"path": "i_htr", "type": "float"},
|
|
||||||
{"path": "htr", "type": "float"},
|
|
||||||
{"path": "powerprop", "type": "float"}]]
|
|
@ -1,71 +0,0 @@
|
|||||||
["tt", [{"path": "", "type": "float", "readonly": false, "cmd": "run tt", "description": "tt", "kids": 19},
|
|
||||||
{"path": "send", "type": "text", "readonly": false, "cmd": "tt send", "visibility": 3},
|
|
||||||
{"path": "status", "type": "text", "visibility": 3},
|
|
||||||
{"path": "is_running", "type": "int", "visibility": 3},
|
|
||||||
{"path": "target", "type": "float"},
|
|
||||||
{"path": "running", "type": "int"},
|
|
||||||
{"path": "tolerance", "type": "float", "readonly": false, "cmd": "tt tolerance"},
|
|
||||||
{"path": "maxwait", "type": "float", "readonly": false, "cmd": "tt maxwait"},
|
|
||||||
{"path": "settle", "type": "float", "readonly": false, "cmd": "tt settle"},
|
|
||||||
{"path": "log", "type": "text", "readonly": false, "cmd": "tt log", "visibility": 3, "kids": 4},
|
|
||||||
{"path": "log/mean", "type": "float", "visibility": 3},
|
|
||||||
{"path": "log/m2", "type": "float", "visibility": 3},
|
|
||||||
{"path": "log/stddev", "type": "float", "visibility": 3},
|
|
||||||
{"path": "log/n", "type": "float", "visibility": 3},
|
|
||||||
{"path": "dblctrl", "type": "bool", "readonly": false, "cmd": "tt dblctrl", "kids": 9},
|
|
||||||
{"path": "dblctrl/tshift", "type": "float", "readonly": false, "cmd": "tt dblctrl/tshift"},
|
|
||||||
{"path": "dblctrl/mode", "type": "enum", "enum": {"disabled": -1, "inactive": 0, "stable": 1, "up": 2, "down": 3}, "readonly": false, "cmd": "tt dblctrl/mode"},
|
|
||||||
{"path": "dblctrl/shift_up", "type": "float"},
|
|
||||||
{"path": "dblctrl/shift_lo", "type": "float"},
|
|
||||||
{"path": "dblctrl/t_min", "type": "float"},
|
|
||||||
{"path": "dblctrl/t_max", "type": "float"},
|
|
||||||
{"path": "dblctrl/int2", "type": "float", "readonly": false, "cmd": "tt dblctrl/int2"},
|
|
||||||
{"path": "dblctrl/prop_up", "type": "float", "readonly": false, "cmd": "tt dblctrl/prop_up"},
|
|
||||||
{"path": "dblctrl/prop_lo", "type": "float", "readonly": false, "cmd": "tt dblctrl/prop_lo"},
|
|
||||||
{"path": "tm", "type": "float", "kids": 4},
|
|
||||||
{"path": "tm/curve", "type": "text", "readonly": false, "cmd": "tt tm/curve", "kids": 1},
|
|
||||||
{"path": "tm/curve/points", "type": "floatvarar", "readonly": false, "cmd": "tt tm/curve/points", "visibility": 3},
|
|
||||||
{"path": "tm/alarm", "type": "float", "readonly": false, "cmd": "tt tm/alarm"},
|
|
||||||
{"path": "tm/stddev", "type": "float"},
|
|
||||||
{"path": "tm/raw", "type": "float"},
|
|
||||||
{"path": "ts", "type": "float", "visibility": 3, "kids": 4},
|
|
||||||
{"path": "ts/curve", "type": "text", "readonly": false, "cmd": "tt ts/curve", "visibility": 3, "kids": 1},
|
|
||||||
{"path": "ts/curve/points", "type": "floatvarar", "readonly": false, "cmd": "tt ts/curve/points", "visibility": 3},
|
|
||||||
{"path": "ts/alarm", "type": "float", "readonly": false, "cmd": "tt ts/alarm", "visibility": 3},
|
|
||||||
{"path": "ts/stddev", "type": "float", "visibility": 3},
|
|
||||||
{"path": "ts/raw", "type": "float", "visibility": 3},
|
|
||||||
{"path": "tm_pt", "type": "float", "kids": 4},
|
|
||||||
{"path": "tm_pt/curve", "type": "text", "readonly": false, "cmd": "tt tm_pt/curve", "kids": 1},
|
|
||||||
{"path": "tm_pt/curve/points", "type": "floatvarar", "readonly": false, "cmd": "tt tm_pt/curve/points", "visibility": 3},
|
|
||||||
{"path": "tm_pt/alarm", "type": "float", "readonly": false, "cmd": "tt tm_pt/alarm"},
|
|
||||||
{"path": "tm_pt/stddev", "type": "float"},
|
|
||||||
{"path": "tm_pt/raw", "type": "float"},
|
|
||||||
{"path": "ts_2", "type": "float", "visibility": 3, "kids": 4},
|
|
||||||
{"path": "ts_2/curve", "type": "text", "readonly": false, "cmd": "tt ts_2/curve", "visibility": 3, "kids": 1},
|
|
||||||
{"path": "ts_2/curve/points", "type": "floatvarar", "readonly": false, "cmd": "tt ts_2/curve/points", "visibility": 3},
|
|
||||||
{"path": "ts_2/alarm", "type": "float", "readonly": false, "cmd": "tt ts_2/alarm", "visibility": 3},
|
|
||||||
{"path": "ts_2/stddev", "type": "float", "visibility": 3},
|
|
||||||
{"path": "ts_2/raw", "type": "float", "visibility": 3},
|
|
||||||
{"path": "set", "type": "float", "readonly": false, "cmd": "tt set", "kids": 18},
|
|
||||||
{"path": "set/mode", "type": "enum", "enum": {"disabled": -1, "off": 0, "controlling": 1, "manual": 2}, "readonly": false, "cmd": "tt set/mode"},
|
|
||||||
{"path": "set/reg", "type": "float"},
|
|
||||||
{"path": "set/ramp", "type": "float", "readonly": false, "cmd": "tt set/ramp", "description": "maximum ramp in K/min (0: ramp off)"},
|
|
||||||
{"path": "set/wramp", "type": "float", "readonly": false, "cmd": "tt set/wramp"},
|
|
||||||
{"path": "set/smooth", "type": "float", "readonly": false, "cmd": "tt set/smooth", "description": "smooth time (minutes)"},
|
|
||||||
{"path": "set/channel", "type": "text", "readonly": false, "cmd": "tt set/channel"},
|
|
||||||
{"path": "set/limit", "type": "float", "readonly": false, "cmd": "tt set/limit"},
|
|
||||||
{"path": "set/resist", "type": "float", "readonly": false, "cmd": "tt set/resist"},
|
|
||||||
{"path": "set/maxheater", "type": "text", "readonly": false, "cmd": "tt set/maxheater", "description": "maximum heater limit, units should be given without space: W, mW, A, mA"},
|
|
||||||
{"path": "set/linearpower", "type": "float", "readonly": false, "cmd": "tt set/linearpower", "description": "when not 0, it is the maximum effective power, and the power is linear to the heater output"},
|
|
||||||
{"path": "set/maxpowerlim", "type": "float", "description": "the maximum power limit (before any booster or converter)"},
|
|
||||||
{"path": "set/maxpower", "type": "float", "readonly": false, "cmd": "tt set/maxpower", "description": "maximum power [W]"},
|
|
||||||
{"path": "set/maxcurrent", "type": "float", "description": "the maximum current before any booster or converter"},
|
|
||||||
{"path": "set/manualpower", "type": "float", "readonly": false, "cmd": "tt set/manualpower"},
|
|
||||||
{"path": "set/power", "type": "float"},
|
|
||||||
{"path": "set/prop", "type": "float", "readonly": false, "cmd": "tt set/prop", "description": "bigger means more gain"},
|
|
||||||
{"path": "set/integ", "type": "float", "readonly": false, "cmd": "tt set/integ", "description": "bigger means faster"},
|
|
||||||
{"path": "set/deriv", "type": "float", "readonly": false, "cmd": "tt set/deriv"},
|
|
||||||
{"path": "display", "type": "text", "readonly": false, "cmd": "tt display"},
|
|
||||||
{"path": "dout", "type": "int", "readonly": false, "cmd": "tt dout"},
|
|
||||||
{"path": "dinp", "type": "int"},
|
|
||||||
{"path": "remote", "type": "bool"}]]
|
|
@ -1,65 +0,0 @@
|
|||||||
["tt", [{"path": "", "type": "float", "readonly": false, "cmd": "run tt", "description": "tt", "kids": 18},
|
|
||||||
{"path": "send", "type": "text", "readonly": false, "cmd": "tt send", "visibility": 3},
|
|
||||||
{"path": "status", "type": "text", "visibility": 3},
|
|
||||||
{"path": "is_running", "type": "int", "visibility": 3},
|
|
||||||
{"path": "target", "type": "float"},
|
|
||||||
{"path": "running", "type": "int"},
|
|
||||||
{"path": "tolerance", "type": "float", "readonly": false, "cmd": "tt tolerance"},
|
|
||||||
{"path": "maxwait", "type": "float", "readonly": false, "cmd": "tt maxwait"},
|
|
||||||
{"path": "settle", "type": "float", "readonly": false, "cmd": "tt settle"},
|
|
||||||
{"path": "log", "type": "text", "readonly": false, "cmd": "tt log", "visibility": 3, "kids": 4},
|
|
||||||
{"path": "log/mean", "type": "float", "visibility": 3},
|
|
||||||
{"path": "log/m2", "type": "float", "visibility": 3},
|
|
||||||
{"path": "log/stddev", "type": "float", "visibility": 3},
|
|
||||||
{"path": "log/n", "type": "float", "visibility": 3},
|
|
||||||
{"path": "dblctrl", "type": "bool", "readonly": false, "cmd": "tt dblctrl", "kids": 9},
|
|
||||||
{"path": "dblctrl/tshift", "type": "float", "readonly": false, "cmd": "tt dblctrl/tshift"},
|
|
||||||
{"path": "dblctrl/mode", "type": "enum", "enum": {"disabled": -1, "inactive": 0, "stable": 1, "up": 2, "down": 3}, "readonly": false, "cmd": "tt dblctrl/mode"},
|
|
||||||
{"path": "dblctrl/shift_up", "type": "float"},
|
|
||||||
{"path": "dblctrl/shift_lo", "type": "float"},
|
|
||||||
{"path": "dblctrl/t_min", "type": "float"},
|
|
||||||
{"path": "dblctrl/t_max", "type": "float"},
|
|
||||||
{"path": "dblctrl/int2", "type": "float", "readonly": false, "cmd": "tt dblctrl/int2"},
|
|
||||||
{"path": "dblctrl/prop_up", "type": "float", "readonly": false, "cmd": "tt dblctrl/prop_up"},
|
|
||||||
{"path": "dblctrl/prop_lo", "type": "float", "readonly": false, "cmd": "tt dblctrl/prop_lo"},
|
|
||||||
{"path": "tm", "type": "float", "kids": 4},
|
|
||||||
{"path": "tm/curve", "type": "text", "readonly": false, "cmd": "tt tm/curve", "kids": 1},
|
|
||||||
{"path": "tm/curve/points", "type": "floatvarar", "readonly": false, "cmd": "tt tm/curve/points", "visibility": 3},
|
|
||||||
{"path": "tm/alarm", "type": "float", "readonly": false, "cmd": "tt tm/alarm"},
|
|
||||||
{"path": "tm/stddev", "type": "float"},
|
|
||||||
{"path": "tm/raw", "type": "float"},
|
|
||||||
{"path": "ts", "type": "float", "kids": 4},
|
|
||||||
{"path": "ts/curve", "type": "text", "readonly": false, "cmd": "tt ts/curve", "kids": 1},
|
|
||||||
{"path": "ts/curve/points", "type": "floatvarar", "readonly": false, "cmd": "tt ts/curve/points", "visibility": 3},
|
|
||||||
{"path": "ts/alarm", "type": "float", "readonly": false, "cmd": "tt ts/alarm"},
|
|
||||||
{"path": "ts/stddev", "type": "float"},
|
|
||||||
{"path": "ts/raw", "type": "float"},
|
|
||||||
{"path": "ts_2", "type": "float", "visibility": 3, "kids": 4},
|
|
||||||
{"path": "ts_2/curve", "type": "text", "readonly": false, "cmd": "tt ts_2/curve", "visibility": 3, "kids": 1},
|
|
||||||
{"path": "ts_2/curve/points", "type": "floatvarar", "readonly": false, "cmd": "tt ts_2/curve/points", "visibility": 3},
|
|
||||||
{"path": "ts_2/alarm", "type": "float", "readonly": false, "cmd": "tt ts_2/alarm", "visibility": 3},
|
|
||||||
{"path": "ts_2/stddev", "type": "float", "visibility": 3},
|
|
||||||
{"path": "ts_2/raw", "type": "float", "visibility": 3},
|
|
||||||
{"path": "set", "type": "float", "readonly": false, "cmd": "tt set", "kids": 18},
|
|
||||||
{"path": "set/mode", "type": "enum", "enum": {"disabled": -1, "off": 0, "controlling": 1, "manual": 2}, "readonly": false, "cmd": "tt set/mode"},
|
|
||||||
{"path": "set/reg", "type": "float"},
|
|
||||||
{"path": "set/ramp", "type": "float", "readonly": false, "cmd": "tt set/ramp", "description": "maximum ramp in K/min (0: ramp off)"},
|
|
||||||
{"path": "set/wramp", "type": "float", "readonly": false, "cmd": "tt set/wramp"},
|
|
||||||
{"path": "set/smooth", "type": "float", "readonly": false, "cmd": "tt set/smooth", "description": "smooth time (minutes)"},
|
|
||||||
{"path": "set/channel", "type": "text", "readonly": false, "cmd": "tt set/channel"},
|
|
||||||
{"path": "set/limit", "type": "float", "readonly": false, "cmd": "tt set/limit"},
|
|
||||||
{"path": "set/resist", "type": "float", "readonly": false, "cmd": "tt set/resist"},
|
|
||||||
{"path": "set/maxheater", "type": "text", "readonly": false, "cmd": "tt set/maxheater", "description": "maximum heater limit, units should be given without space: W, mW, A, mA"},
|
|
||||||
{"path": "set/linearpower", "type": "float", "readonly": false, "cmd": "tt set/linearpower", "description": "when not 0, it is the maximum effective power, and the power is linear to the heater output"},
|
|
||||||
{"path": "set/maxpowerlim", "type": "float", "description": "the maximum power limit (before any booster or converter)"},
|
|
||||||
{"path": "set/maxpower", "type": "float", "readonly": false, "cmd": "tt set/maxpower", "description": "maximum power [W]"},
|
|
||||||
{"path": "set/maxcurrent", "type": "float", "description": "the maximum current before any booster or converter"},
|
|
||||||
{"path": "set/manualpower", "type": "float", "readonly": false, "cmd": "tt set/manualpower"},
|
|
||||||
{"path": "set/power", "type": "float"},
|
|
||||||
{"path": "set/prop", "type": "float", "readonly": false, "cmd": "tt set/prop", "description": "bigger means more gain"},
|
|
||||||
{"path": "set/integ", "type": "float", "readonly": false, "cmd": "tt set/integ", "description": "bigger means faster"},
|
|
||||||
{"path": "set/deriv", "type": "float", "readonly": false, "cmd": "tt set/deriv"},
|
|
||||||
{"path": "display", "type": "text", "readonly": false, "cmd": "tt display"},
|
|
||||||
{"path": "dout", "type": "int", "readonly": false, "cmd": "tt dout"},
|
|
||||||
{"path": "dinp", "type": "int"},
|
|
||||||
{"path": "remote", "type": "bool"}]]
|
|
@ -1,8 +0,0 @@
|
|||||||
["tvd", [{"path": "", "type": "float", "kids": 7},
|
|
||||||
{"path": "send", "type": "text", "readonly": false, "cmd": "tvd send", "visibility": 3},
|
|
||||||
{"path": "status", "type": "text", "visibility": 3},
|
|
||||||
{"path": "raw", "type": "float"},
|
|
||||||
{"path": "set", "type": "float", "readonly": false, "cmd": "tvd set"},
|
|
||||||
{"path": "control", "type": "enum", "enum": {"OFF": 0, "ON": 1}, "readonly": false, "cmd": "tvd control"},
|
|
||||||
{"path": "htr", "type": "float"},
|
|
||||||
{"path": "pow", "type": "float"}]]
|
|
@ -1,8 +0,0 @@
|
|||||||
["tvd", [{"path": "", "type": "float", "kids": 7},
|
|
||||||
{"path": "send", "type": "text", "readonly": false, "cmd": "tvd send", "visibility": 3},
|
|
||||||
{"path": "status", "type": "text", "visibility": 3},
|
|
||||||
{"path": "raw", "type": "float"},
|
|
||||||
{"path": "set", "type": "float", "readonly": false, "cmd": "tvd set"},
|
|
||||||
{"path": "control", "type": "enum", "enum": {"OFF": 0, "ON": 1}, "readonly": false, "cmd": "tvd control"},
|
|
||||||
{"path": "htr", "type": "float"},
|
|
||||||
{"path": "pow", "type": "float"}]]
|
|
@ -1,8 +0,0 @@
|
|||||||
["tvs", [{"path": "", "type": "float", "kids": 7},
|
|
||||||
{"path": "send", "type": "text", "readonly": false, "cmd": "tvs send", "visibility": 3},
|
|
||||||
{"path": "status", "type": "text", "visibility": 3},
|
|
||||||
{"path": "raw", "type": "float"},
|
|
||||||
{"path": "set", "type": "float", "readonly": false, "cmd": "tvs set"},
|
|
||||||
{"path": "control", "type": "enum", "enum": {"OFF": 0, "ON": 1}, "readonly": false, "cmd": "tvs control"},
|
|
||||||
{"path": "htr", "type": "float"},
|
|
||||||
{"path": "pow", "type": "float"}]]
|
|
@ -1,8 +0,0 @@
|
|||||||
["tvs", [{"path": "", "type": "float", "kids": 7},
|
|
||||||
{"path": "send", "type": "text", "readonly": false, "cmd": "tvs send", "visibility": 3},
|
|
||||||
{"path": "status", "type": "text", "visibility": 3},
|
|
||||||
{"path": "raw", "type": "float"},
|
|
||||||
{"path": "set", "type": "float", "readonly": false, "cmd": "tvs set"},
|
|
||||||
{"path": "control", "type": "enum", "enum": {"OFF": 0, "ON": 1}, "readonly": false, "cmd": "tvs control"},
|
|
||||||
{"path": "htr", "type": "float"},
|
|
||||||
{"path": "pow", "type": "float"}]]
|
|
@ -1,3 +0,0 @@
|
|||||||
["ultrasound", [{"path": "", "type": "text", "readonly": false, "cmd": "ultrasound", "kids": 2},
|
|
||||||
{"path": "send", "type": "text", "readonly": false, "cmd": "ultrasound send", "visibility": 3},
|
|
||||||
{"path": "status", "type": "text", "visibility": 3}]]
|
|
@ -219,7 +219,7 @@
|
|||||||
{"path": "calib/mbar_offset", "type": "float", "readonly": false, "cmd": "nv calib/mbar_offset"}]},
|
{"path": "calib/mbar_offset", "type": "float", "readonly": false, "cmd": "nv calib/mbar_offset"}]},
|
||||||
|
|
||||||
"ln2fill": {"base": "/ln2fill", "params": [
|
"ln2fill": {"base": "/ln2fill", "params": [
|
||||||
{"path": "", "type": "enum", "enum": {"no fill valve": 2}, "readonly": false, "cmd": "ln2fill", "kids": 3},
|
{"path": "", "type": "enum", "enum": {"watching": 0, "fill": 1, "inactive": 2}, "readonly": false, "cmd": "ln2fill", "kids": 3},
|
||||||
{"path": "send", "type": "text", "readonly": false, "cmd": "ln2fill send", "visibility": 3},
|
{"path": "send", "type": "text", "readonly": false, "cmd": "ln2fill send", "visibility": 3},
|
||||||
{"path": "status", "type": "text", "visibility": 3},
|
{"path": "status", "type": "text", "visibility": 3},
|
||||||
{"path": "state", "type": "text"}]},
|
{"path": "state", "type": "text"}]},
|
||||||
|
287
cfg/sea/variox.config.json1
Normal file
287
cfg/sea/variox.config.json1
Normal file
@ -0,0 +1,287 @@
|
|||||||
|
{"tt": {"base": "/tt", "params": [
|
||||||
|
{"path": "", "type": "float", "readonly": false, "cmd": "run tt", "description": "tt", "kids": 17},
|
||||||
|
{"path": "send", "type": "text", "readonly": false, "cmd": "tt send", "visibility": 3},
|
||||||
|
{"path": "status", "type": "text", "visibility": 3},
|
||||||
|
{"path": "is_running", "type": "int", "readonly": false, "cmd": "tt is_running", "visibility": 3},
|
||||||
|
{"path": "mainloop", "type": "text", "readonly": false, "cmd": "tt mainloop", "visibility": 3},
|
||||||
|
{"path": "target", "type": "float"},
|
||||||
|
{"path": "running", "type": "int"},
|
||||||
|
{"path": "tolerance", "type": "float", "readonly": false, "cmd": "tt tolerance"},
|
||||||
|
{"path": "maxwait", "type": "float", "readonly": false, "cmd": "tt maxwait"},
|
||||||
|
{"path": "settle", "type": "float", "readonly": false, "cmd": "tt settle"},
|
||||||
|
{"path": "log", "type": "text", "readonly": false, "cmd": "tt log", "visibility": 3, "kids": 4},
|
||||||
|
{"path": "log/mean", "type": "float", "visibility": 3},
|
||||||
|
{"path": "log/m2", "type": "float", "visibility": 3},
|
||||||
|
{"path": "log/stddev", "type": "float", "visibility": 3},
|
||||||
|
{"path": "log/n", "type": "float", "visibility": 3},
|
||||||
|
{"path": "dblctrl", "type": "bool", "readonly": false, "cmd": "tt dblctrl", "kids": 9},
|
||||||
|
{"path": "dblctrl/tshift", "type": "float", "readonly": false, "cmd": "tt dblctrl/tshift"},
|
||||||
|
{"path": "dblctrl/mode", "type": "enum", "enum": {"disabled": -1, "inactive": 0, "stable": 1, "up": 2, "down": 3}, "readonly": false, "cmd": "tt dblctrl/mode"},
|
||||||
|
{"path": "dblctrl/shift_up", "type": "float"},
|
||||||
|
{"path": "dblctrl/shift_lo", "type": "float"},
|
||||||
|
{"path": "dblctrl/t_min", "type": "float"},
|
||||||
|
{"path": "dblctrl/t_max", "type": "float"},
|
||||||
|
{"path": "dblctrl/int2", "type": "float", "readonly": false, "cmd": "tt dblctrl/int2"},
|
||||||
|
{"path": "dblctrl/prop_up", "type": "float", "readonly": false, "cmd": "tt dblctrl/prop_up"},
|
||||||
|
{"path": "dblctrl/prop_lo", "type": "float", "readonly": false, "cmd": "tt dblctrl/prop_lo"},
|
||||||
|
{"path": "tm", "type": "float", "kids": 4},
|
||||||
|
{"path": "tm/curve", "type": "text", "readonly": false, "cmd": "tt tm/curve", "kids": 1},
|
||||||
|
{"path": "tm/curve/points", "type": "floatvarar", "readonly": false, "cmd": "tt tm/curve/points", "visibility": 3},
|
||||||
|
{"path": "tm/alarm", "type": "float", "readonly": false, "cmd": "tt tm/alarm"},
|
||||||
|
{"path": "tm/stddev", "type": "float"},
|
||||||
|
{"path": "tm/raw", "type": "float"},
|
||||||
|
{"path": "ts", "type": "float", "visibility": 3, "kids": 4},
|
||||||
|
{"path": "ts/curve", "type": "text", "readonly": false, "cmd": "tt ts/curve", "visibility": 3, "kids": 1},
|
||||||
|
{"path": "ts/curve/points", "type": "floatvarar", "readonly": false, "cmd": "tt ts/curve/points", "visibility": 3},
|
||||||
|
{"path": "ts/alarm", "type": "float", "readonly": false, "cmd": "tt ts/alarm", "visibility": 3},
|
||||||
|
{"path": "ts/stddev", "type": "float", "visibility": 3},
|
||||||
|
{"path": "ts/raw", "type": "float", "visibility": 3},
|
||||||
|
{"path": "ts_2", "type": "float", "visibility": 3, "kids": 4},
|
||||||
|
{"path": "ts_2/curve", "type": "text", "readonly": false, "cmd": "tt ts_2/curve", "visibility": 3, "kids": 1},
|
||||||
|
{"path": "ts_2/curve/points", "type": "floatvarar", "readonly": false, "cmd": "tt ts_2/curve/points", "visibility": 3},
|
||||||
|
{"path": "ts_2/alarm", "type": "float", "readonly": false, "cmd": "tt ts_2/alarm", "visibility": 3},
|
||||||
|
{"path": "ts_2/stddev", "type": "float", "visibility": 3},
|
||||||
|
{"path": "ts_2/raw", "type": "float", "visibility": 3},
|
||||||
|
{"path": "set", "type": "float", "readonly": false, "cmd": "tt set", "kids": 18},
|
||||||
|
{"path": "set/mode", "type": "enum", "enum": {"disabled": -1, "off": 0, "controlling": 1, "manual": 2}, "readonly": false, "cmd": "tt set/mode"},
|
||||||
|
{"path": "set/reg", "type": "float"},
|
||||||
|
{"path": "set/ramp", "type": "float", "readonly": false, "cmd": "tt set/ramp", "description": "maximum ramp in K/min (0: ramp off)"},
|
||||||
|
{"path": "set/wramp", "type": "float", "readonly": false, "cmd": "tt set/wramp"},
|
||||||
|
{"path": "set/smooth", "type": "float", "readonly": false, "cmd": "tt set/smooth", "description": "smooth time (minutes)"},
|
||||||
|
{"path": "set/channel", "type": "text", "readonly": false, "cmd": "tt set/channel"},
|
||||||
|
{"path": "set/limit", "type": "float", "readonly": false, "cmd": "tt set/limit"},
|
||||||
|
{"path": "set/resist", "type": "float", "readonly": false, "cmd": "tt set/resist"},
|
||||||
|
{"path": "set/maxheater", "type": "text", "readonly": false, "cmd": "tt set/maxheater", "description": "maximum heater limit, units should be given without space: W, mW, A, mA"},
|
||||||
|
{"path": "set/linearpower", "type": "float", "readonly": false, "cmd": "tt set/linearpower", "description": "when not 0, it is the maximum effective power, and the power is linear to the heater output"},
|
||||||
|
{"path": "set/maxpowerlim", "type": "float", "description": "the maximum power limit (before any booster or converter)"},
|
||||||
|
{"path": "set/maxpower", "type": "float", "readonly": false, "cmd": "tt set/maxpower", "description": "maximum power [W]"},
|
||||||
|
{"path": "set/maxcurrent", "type": "float", "description": "the maximum current before any booster or converter"},
|
||||||
|
{"path": "set/manualpower", "type": "float", "readonly": false, "cmd": "tt set/manualpower"},
|
||||||
|
{"path": "set/power", "type": "float"},
|
||||||
|
{"path": "set/prop", "type": "float", "readonly": false, "cmd": "tt set/prop", "description": "bigger means more gain"},
|
||||||
|
{"path": "set/integ", "type": "float", "readonly": false, "cmd": "tt set/integ", "description": "bigger means faster"},
|
||||||
|
{"path": "set/deriv", "type": "float", "readonly": false, "cmd": "tt set/deriv"},
|
||||||
|
{"path": "display", "type": "text", "readonly": false, "cmd": "tt display"},
|
||||||
|
{"path": "remote", "type": "bool"}]},
|
||||||
|
|
||||||
|
"cc": {"base": "/cc", "params": [
|
||||||
|
{"path": "", "type": "bool", "kids": 96},
|
||||||
|
{"path": "send", "type": "text", "readonly": false, "cmd": "cc send", "visibility": 3},
|
||||||
|
{"path": "status", "type": "text", "visibility": 3},
|
||||||
|
{"path": "autodevice", "type": "bool", "readonly": false, "cmd": "cc autodevice"},
|
||||||
|
{"path": "fav", "type": "bool", "readonly": false, "cmd": "cc fav"},
|
||||||
|
{"path": "f", "type": "float"},
|
||||||
|
{"path": "fs", "type": "enum", "enum": {"ok": 0, "no_sens": 1}, "readonly": false, "cmd": "cc fs"},
|
||||||
|
{"path": "mav", "type": "bool", "readonly": false, "cmd": "cc mav"},
|
||||||
|
{"path": "fm", "type": "enum", "enum": {"idle": 0, "opening": 1, "closing": 2, "opened": 3, "closed": 4, "no_motor": 5}},
|
||||||
|
{"path": "fa", "type": "enum", "enum": {"fixed": 0, "controlled": 1, "automatic": 2, "offline": 3}, "readonly": false, "cmd": "cc fa"},
|
||||||
|
{"path": "mp", "type": "float", "readonly": false, "cmd": "cc mp"},
|
||||||
|
{"path": "msp", "type": "float"},
|
||||||
|
{"path": "mmp", "type": "float"},
|
||||||
|
{"path": "mc", "type": "float", "readonly": false, "cmd": "cc mc"},
|
||||||
|
{"path": "mfc", "type": "float", "readonly": false, "cmd": "cc mfc"},
|
||||||
|
{"path": "moc", "type": "float", "readonly": false, "cmd": "cc moc"},
|
||||||
|
{"path": "mtc", "type": "float", "readonly": false, "cmd": "cc mtc"},
|
||||||
|
{"path": "mtl", "type": "float"},
|
||||||
|
{"path": "mft", "type": "float", "readonly": false, "cmd": "cc mft"},
|
||||||
|
{"path": "mt", "type": "float"},
|
||||||
|
{"path": "mo", "type": "float"},
|
||||||
|
{"path": "mcr", "type": "float"},
|
||||||
|
{"path": "mot", "type": "float"},
|
||||||
|
{"path": "mw", "type": "float", "readonly": false, "cmd": "cc mw", "description": "correction pulse after automatic open"},
|
||||||
|
{"path": "hav", "type": "bool", "readonly": false, "cmd": "cc hav"},
|
||||||
|
{"path": "h", "type": "float"},
|
||||||
|
{"path": "hr", "type": "float"},
|
||||||
|
{"path": "hc", "type": "float"},
|
||||||
|
{"path": "hu", "type": "float"},
|
||||||
|
{"path": "hh", "type": "float", "readonly": false, "cmd": "cc hh"},
|
||||||
|
{"path": "hl", "type": "float", "readonly": false, "cmd": "cc hl"},
|
||||||
|
{"path": "htf", "type": "float", "readonly": false, "cmd": "cc htf", "description": "meas. period in fast mode"},
|
||||||
|
{"path": "hts", "type": "float", "readonly": false, "cmd": "cc hts", "description": "meas. period in slow mode"},
|
||||||
|
{"path": "hd", "type": "float", "readonly": false, "cmd": "cc hd"},
|
||||||
|
{"path": "hwr", "type": "float", "readonly": false, "cmd": "cc hwr"},
|
||||||
|
{"path": "hem", "type": "float", "readonly": false, "cmd": "cc hem", "description": "sensor length in mm from top to empty pos."},
|
||||||
|
{"path": "hfu", "type": "float", "readonly": false, "cmd": "cc hfu", "description": "sensor length in mm from top to full pos."},
|
||||||
|
{"path": "hcd", "type": "enum", "enum": {"stop": 0, "fill": 1, "off": 2, "auto": 3, "manual": 7}, "readonly": false, "cmd": "cc hcd"},
|
||||||
|
{"path": "hv", "type": "enum", "enum": {"fill_valve_off": 0, "filling": 1, "no_fill_valve": 2, "timeout": 3, "timeout1": 4}},
|
||||||
|
{"path": "hsf", "type": "enum", "enum": {"sens_ok": 0, "sens_warm": 1, "no_sens": 2, "timeout": 3, "not_yet_read": 4, "disabled": 5}},
|
||||||
|
{"path": "ha", "type": "bool", "readonly": false, "cmd": "cc ha"},
|
||||||
|
{"path": "hm", "type": "bool"},
|
||||||
|
{"path": "hf", "type": "enum", "enum": {"slow": 0, "fast": 1}, "readonly": false, "cmd": "cc hf"},
|
||||||
|
{"path": "hbe", "type": "bool", "readonly": false, "cmd": "cc hbe"},
|
||||||
|
{"path": "hmf", "type": "float"},
|
||||||
|
{"path": "hms", "type": "float"},
|
||||||
|
{"path": "hit", "type": "float", "readonly": false, "cmd": "cc hit"},
|
||||||
|
{"path": "hft", "type": "int", "readonly": false, "cmd": "cc hft"},
|
||||||
|
{"path": "hea", "type": "enum", "enum": {"0": 0, "1": 1, "6": 2}, "readonly": false, "cmd": "cc hea"},
|
||||||
|
{"path": "hch", "type": "int", "readonly": false, "cmd": "cc hch", "visibility": 3},
|
||||||
|
{"path": "hwr0", "type": "float", "readonly": false, "cmd": "cc hwr0", "visibility": 3},
|
||||||
|
{"path": "hem0", "type": "float", "readonly": false, "cmd": "cc hem0", "description": "sensor length in mm from top to empty pos.", "visibility": 3},
|
||||||
|
{"path": "hfu0", "type": "float", "readonly": false, "cmd": "cc hfu0", "description": "sensor length in mm from top to full pos.", "visibility": 3},
|
||||||
|
{"path": "hd0", "type": "float", "readonly": false, "cmd": "cc hd0", "description": "external sensor drive current (mA)", "visibility": 3},
|
||||||
|
{"path": "h0", "type": "float", "visibility": 3},
|
||||||
|
{"path": "hs0", "type": "enum", "enum": {"sens_ok": 0, "sens_warm": 1, "no_sens": 2, "timeout": 3, "not_yet_read": 4, "disabled": 5}, "visibility": 3},
|
||||||
|
{"path": "h1", "type": "float", "visibility": 3},
|
||||||
|
{"path": "hs1", "type": "enum", "enum": {"sens_ok": 0, "sens_warm": 1, "no_sens": 2, "timeout": 3, "not_yet_read": 4, "disabled": 5}, "visibility": 3},
|
||||||
|
{"path": "h2", "type": "float", "visibility": 3},
|
||||||
|
{"path": "hs2", "type": "enum", "enum": {"sens_ok": 0, "sens_warm": 1, "no_sens": 2, "timeout": 3, "not_yet_read": 4, "disabled": 5}, "visibility": 3},
|
||||||
|
{"path": "h3", "type": "float", "visibility": 3},
|
||||||
|
{"path": "hs3", "type": "enum", "enum": {"sens_ok": 0, "sens_warm": 1, "no_sens": 2, "timeout": 3, "not_yet_read": 4, "disabled": 5}, "visibility": 3},
|
||||||
|
{"path": "h4", "type": "float", "visibility": 3},
|
||||||
|
{"path": "hs4", "type": "enum", "enum": {"sens_ok": 0, "sens_warm": 1, "no_sens": 2, "timeout": 3, "not_yet_read": 4, "disabled": 5}, "visibility": 3},
|
||||||
|
{"path": "h5", "type": "float", "visibility": 3},
|
||||||
|
{"path": "hs5", "type": "enum", "enum": {"sens_ok": 0, "sens_warm": 1, "no_sens": 2, "timeout": 3, "not_yet_read": 4, "disabled": 5}, "visibility": 3},
|
||||||
|
{"path": "hfb", "type": "float"},
|
||||||
|
{"path": "nav", "type": "bool", "readonly": false, "cmd": "cc nav"},
|
||||||
|
{"path": "nu", "type": "float"},
|
||||||
|
{"path": "nl", "type": "float"},
|
||||||
|
{"path": "nth", "type": "float", "readonly": false, "cmd": "cc nth"},
|
||||||
|
{"path": "ntc", "type": "float", "readonly": false, "cmd": "cc ntc"},
|
||||||
|
{"path": "ntm", "type": "float", "readonly": false, "cmd": "cc ntm"},
|
||||||
|
{"path": "ns", "type": "enum", "enum": {"sens_ok": 0, "no_sens": 1, "short_circuit": 2, "upside_down": 3, "sens_warm": 4, "empty": 5}},
|
||||||
|
{"path": "na", "type": "bool", "readonly": false, "cmd": "cc na"},
|
||||||
|
{"path": "nv", "type": "enum", "enum": {"fill_valve_off": 0, "filling": 1, "no_fill_valve": 2, "timeout": 3, "timeout1": 4, "boost": 5}},
|
||||||
|
{"path": "nc", "type": "enum", "enum": {"stop": 0, "fill": 1, "off": 2, "auto": 3}, "readonly": false, "cmd": "cc nc"},
|
||||||
|
{"path": "nfb", "type": "float"},
|
||||||
|
{"path": "cda", "type": "float"},
|
||||||
|
{"path": "cdb", "type": "float"},
|
||||||
|
{"path": "cba", "type": "float"},
|
||||||
|
{"path": "cbb", "type": "float"},
|
||||||
|
{"path": "cvs", "type": "int"},
|
||||||
|
{"path": "csp", "type": "int"},
|
||||||
|
{"path": "cdv", "type": "text", "readonly": false, "cmd": "cc cdv"},
|
||||||
|
{"path": "cic", "type": "text", "readonly": false, "cmd": "cc cic"},
|
||||||
|
{"path": "cin", "type": "text"},
|
||||||
|
{"path": "cds", "type": "enum", "enum": {"local": 0, "remote": 1, "loading": 2, "by_code": 3, "by_touch": 4}, "readonly": false, "cmd": "cc cds"},
|
||||||
|
{"path": "timing", "type": "bool", "readonly": false, "cmd": "cc timing"},
|
||||||
|
{"path": "tc", "type": "float", "visibility": 3},
|
||||||
|
{"path": "tn", "type": "float", "visibility": 3},
|
||||||
|
{"path": "th", "type": "float", "visibility": 3},
|
||||||
|
{"path": "tf", "type": "float", "visibility": 3},
|
||||||
|
{"path": "tm", "type": "float", "visibility": 3},
|
||||||
|
{"path": "tv", "type": "float", "visibility": 3},
|
||||||
|
{"path": "tq", "type": "float", "visibility": 3},
|
||||||
|
{"path": "bdl", "type": "float", "readonly": false, "cmd": "cc bdl"}]},
|
||||||
|
|
||||||
|
"nv": {"base": "/nv", "params": [
|
||||||
|
{"path": "", "type": "enum", "enum": {"fixed": 0, "controlled": 1, "automatic": 2, "close": 3, "open": 4}, "readonly": false, "cmd": "nv", "kids": 11},
|
||||||
|
{"path": "send", "type": "text", "readonly": false, "cmd": "nv send", "visibility": 3},
|
||||||
|
{"path": "status", "type": "text", "visibility": 3},
|
||||||
|
{"path": "motstat", "type": "enum", "enum": {"idle": 0, "opening": 1, "closing": 2, "opened": 3, "closed": 4, "no_motor": 5}},
|
||||||
|
{"path": "flow", "type": "float"},
|
||||||
|
{"path": "set", "type": "float", "readonly": false, "cmd": "nv set"},
|
||||||
|
{"path": "flowmax", "type": "float", "readonly": false, "cmd": "nv flowmax"},
|
||||||
|
{"path": "flowp", "type": "float"},
|
||||||
|
{"path": "span", "type": "float"},
|
||||||
|
{"path": "ctrl", "type": "none", "kids": 13},
|
||||||
|
{"path": "ctrl/regtext", "type": "text"},
|
||||||
|
{"path": "ctrl/prop_o", "type": "float", "readonly": false, "cmd": "nv ctrl/prop_o", "description": "prop [sec/mbar] when opening. above 4 mbar a 10 times lower value is used"},
|
||||||
|
{"path": "ctrl/prop_c", "type": "float", "readonly": false, "cmd": "nv ctrl/prop_c", "description": "prop [sec/mbar] when closing. above 4 mbar a 10 times lower value is used"},
|
||||||
|
{"path": "ctrl/deriv_o", "type": "float", "readonly": false, "cmd": "nv ctrl/deriv_o", "description": "convergence target time [sec] when opening"},
|
||||||
|
{"path": "ctrl/deriv_c", "type": "float", "readonly": false, "cmd": "nv ctrl/deriv_c", "description": "convergence target time [sec] when closing"},
|
||||||
|
{"path": "ctrl/minpulse_o", "type": "float", "readonly": false, "cmd": "nv ctrl/minpulse_o", "description": "minimum close pulse [sec]"},
|
||||||
|
{"path": "ctrl/minpulse_c", "type": "float", "readonly": false, "cmd": "nv ctrl/minpulse_c", "description": "standard close pulse [sec]"},
|
||||||
|
{"path": "ctrl/hystpulse_o", "type": "float", "readonly": false, "cmd": "nv ctrl/hystpulse_o", "description": "motor pulse to overcome hysteresis when opening"},
|
||||||
|
{"path": "ctrl/hystpulse_c", "type": "float", "readonly": false, "cmd": "nv ctrl/hystpulse_c", "description": "motor pulse to overcome hysteresis when closing"},
|
||||||
|
{"path": "ctrl/tol", "type": "float", "readonly": false, "cmd": "nv ctrl/tol", "description": "valid below 3 mbar"},
|
||||||
|
{"path": "ctrl/tolhigh", "type": "float", "readonly": false, "cmd": "nv ctrl/tolhigh", "description": "valid above 4 mbar"},
|
||||||
|
{"path": "ctrl/openpulse", "type": "float", "readonly": false, "cmd": "nv ctrl/openpulse", "description": "time to open from completely closed to a significant opening"},
|
||||||
|
{"path": "ctrl/adjust_minpulse", "type": "bool", "readonly": false, "cmd": "nv ctrl/adjust_minpulse", "description": "adjust minpulse automatically"},
|
||||||
|
{"path": "autoflow", "type": "none", "kids": 24},
|
||||||
|
{"path": "autoflow/suspended", "type": "bool", "readonly": false, "cmd": "nv autoflow/suspended"},
|
||||||
|
{"path": "autoflow/prop", "type": "float", "readonly": false, "cmd": "nv autoflow/prop"},
|
||||||
|
{"path": "autoflow/flowstd", "type": "float", "readonly": false, "cmd": "nv autoflow/flowstd"},
|
||||||
|
{"path": "autoflow/flowlim", "type": "float", "readonly": false, "cmd": "nv autoflow/flowlim"},
|
||||||
|
{"path": "autoflow/smooth", "type": "float", "readonly": false, "cmd": "nv autoflow/smooth"},
|
||||||
|
{"path": "autoflow/difSize", "type": "float", "readonly": false, "cmd": "nv autoflow/difSize"},
|
||||||
|
{"path": "autoflow/difRange", "type": "float", "readonly": false, "cmd": "nv autoflow/difRange"},
|
||||||
|
{"path": "autoflow/flowSize", "type": "float", "readonly": false, "cmd": "nv autoflow/flowSize"},
|
||||||
|
{"path": "autoflow/convTime", "type": "float", "readonly": false, "cmd": "nv autoflow/convTime"},
|
||||||
|
{"path": "autoflow/Tmin", "type": "float", "readonly": false, "cmd": "nv autoflow/Tmin"},
|
||||||
|
{"path": "autoflow/script", "type": "text", "readonly": false, "cmd": "nv autoflow/script"},
|
||||||
|
{"path": "autoflow/getTemp", "type": "text", "readonly": false, "cmd": "nv autoflow/getTemp"},
|
||||||
|
{"path": "autoflow/getTset", "type": "text", "readonly": false, "cmd": "nv autoflow/getTset"},
|
||||||
|
{"path": "autoflow/getFlow", "type": "text", "readonly": false, "cmd": "nv autoflow/getFlow"},
|
||||||
|
{"path": "autoflow/difBuf", "type": "text"},
|
||||||
|
{"path": "autoflow/flowBuf", "type": "text"},
|
||||||
|
{"path": "autoflow/flowset", "type": "float"},
|
||||||
|
{"path": "autoflow/flowmin", "type": "float"},
|
||||||
|
{"path": "autoflow/flowmax", "type": "float"},
|
||||||
|
{"path": "autoflow/difmin", "type": "float"},
|
||||||
|
{"path": "autoflow/difmax", "type": "float"},
|
||||||
|
{"path": "autoflow/setmin", "type": "float"},
|
||||||
|
{"path": "autoflow/setmax", "type": "float"},
|
||||||
|
{"path": "autoflow/flowtarget", "type": "float"},
|
||||||
|
{"path": "calib", "type": "none", "kids": 2},
|
||||||
|
{"path": "calib/ln_per_min_per_mbar", "type": "float", "readonly": false, "cmd": "nv calib/ln_per_min_per_mbar"},
|
||||||
|
{"path": "calib/mbar_offset", "type": "float", "readonly": false, "cmd": "nv calib/mbar_offset"}]},
|
||||||
|
|
||||||
|
"ln2fill": {"base": "/ln2fill", "params": [
|
||||||
|
{"path": "", "type": "enum", "enum": {"no fill valve": 2}, "readonly": false, "cmd": "ln2fill", "kids": 3},
|
||||||
|
{"path": "send", "type": "text", "readonly": false, "cmd": "ln2fill send", "visibility": 3},
|
||||||
|
{"path": "status", "type": "text", "visibility": 3},
|
||||||
|
{"path": "state", "type": "text"}]},
|
||||||
|
|
||||||
|
"hefill": {"base": "/hefill", "params": [
|
||||||
|
{"path": "", "type": "enum", "enum": {"watching": 0, "fill": 1, "inactive": 2, "manualfill": 3}, "readonly": false, "cmd": "hefill", "kids": 6},
|
||||||
|
{"path": "send", "type": "text", "readonly": false, "cmd": "hefill send", "visibility": 3},
|
||||||
|
{"path": "status", "type": "text", "visibility": 3},
|
||||||
|
{"path": "fast", "type": "enum", "enum": {"slow": 0, "fast": 1}, "readonly": false, "cmd": "cc hf"},
|
||||||
|
{"path": "state", "type": "text"},
|
||||||
|
{"path": "hefull", "type": "float", "readonly": false, "cmd": "cc hh"},
|
||||||
|
{"path": "helow", "type": "float", "readonly": false, "cmd": "cc hl"}]},
|
||||||
|
|
||||||
|
"hepump": {"base": "/hepump", "params": [
|
||||||
|
{"path": "", "type": "enum", "enum": {"xds35_auto": 0, "xds35_manual": 1, "sv65": 2, "other": 3, "no": -1}, "readonly": false, "cmd": "hepump", "description": "xds35: scroll pump, sv65: leybold", "kids": 10},
|
||||||
|
{"path": "send", "type": "text", "readonly": false, "cmd": "hepump send", "visibility": 3},
|
||||||
|
{"path": "status", "type": "text", "visibility": 3},
|
||||||
|
{"path": "running", "type": "bool", "readonly": false, "cmd": "hepump running"},
|
||||||
|
{"path": "eco", "type": "bool", "readonly": false, "cmd": "hepump eco"},
|
||||||
|
{"path": "auto", "type": "bool", "readonly": false, "cmd": "hepump auto"},
|
||||||
|
{"path": "valve", "type": "enum", "enum": {"closed": 0, "closing": 1, "opening": 2, "opened": 3, "undefined": 4}, "readonly": false, "cmd": "hepump valve"},
|
||||||
|
{"path": "eco_t_lim", "type": "float", "readonly": false, "cmd": "hepump eco_t_lim", "description": "switch off eco mode when T_set < eco_t_lim and T < eco_t_lim * 2"},
|
||||||
|
{"path": "calib", "type": "float", "readonly": false, "cmd": "hepump calib", "visibility": 3},
|
||||||
|
{"path": "health", "type": "float"}]},
|
||||||
|
|
||||||
|
"hemot": {"base": "/hepump/hemot", "params": [
|
||||||
|
{"path": "", "type": "float", "readonly": false, "cmd": "run hemot", "kids": 30},
|
||||||
|
{"path": "send", "type": "text", "readonly": false, "cmd": "hemot send", "visibility": 3},
|
||||||
|
{"path": "status", "type": "text", "visibility": 3},
|
||||||
|
{"path": "is_running", "type": "int", "readonly": false, "cmd": "hemot is_running", "visibility": 3},
|
||||||
|
{"path": "pos", "type": "float"},
|
||||||
|
{"path": "encoder", "type": "float"},
|
||||||
|
{"path": "zero", "type": "float", "readonly": false, "cmd": "hemot zero"},
|
||||||
|
{"path": "lowerlimit", "type": "float", "readonly": false, "cmd": "hemot lowerlimit"},
|
||||||
|
{"path": "upperlimit", "type": "float", "readonly": false, "cmd": "hemot upperlimit"},
|
||||||
|
{"path": "disablelimits", "type": "bool", "readonly": false, "cmd": "hemot disablelimits"},
|
||||||
|
{"path": "verbose", "type": "bool", "readonly": false, "cmd": "hemot verbose"},
|
||||||
|
{"path": "target", "type": "float"},
|
||||||
|
{"path": "runstate", "type": "enum", "enum": {"idle": 0, "running": 1, "finished": 2, "error": 3}},
|
||||||
|
{"path": "precision", "type": "float", "readonly": false, "cmd": "hemot precision"},
|
||||||
|
{"path": "maxencdif", "type": "float", "readonly": false, "cmd": "hemot maxencdif"},
|
||||||
|
{"path": "id", "type": "float", "readonly": false, "cmd": "hemot id"},
|
||||||
|
{"path": "pump_number", "type": "float", "readonly": false, "cmd": "hemot pump_number"},
|
||||||
|
{"path": "init", "type": "float", "readonly": false, "cmd": "hemot init"},
|
||||||
|
{"path": "maxspeed", "type": "float", "readonly": false, "cmd": "hemot maxspeed"},
|
||||||
|
{"path": "acceleration", "type": "float", "readonly": false, "cmd": "hemot acceleration"},
|
||||||
|
{"path": "maxcurrent", "type": "float", "readonly": false, "cmd": "hemot maxcurrent"},
|
||||||
|
{"path": "standbycurrent", "type": "float", "readonly": false, "cmd": "hemot standbycurrent"},
|
||||||
|
{"path": "freewheeling", "type": "bool", "readonly": false, "cmd": "hemot freewheeling"},
|
||||||
|
{"path": "output0", "type": "bool", "readonly": false, "cmd": "hemot output0"},
|
||||||
|
{"path": "output1", "type": "bool", "readonly": false, "cmd": "hemot output1"},
|
||||||
|
{"path": "input3", "type": "bool"},
|
||||||
|
{"path": "pullup", "type": "float", "readonly": false, "cmd": "hemot pullup"},
|
||||||
|
{"path": "nopumpfeedback", "type": "bool", "readonly": false, "cmd": "hemot nopumpfeedback"},
|
||||||
|
{"path": "eeprom", "type": "enum", "enum": {"ok": 0, "dirty": 1, "save": 2, "load": 3}, "readonly": false, "cmd": "hemot eeprom"},
|
||||||
|
{"path": "customadr", "type": "text", "readonly": false, "cmd": "hemot customadr"},
|
||||||
|
{"path": "custompar", "type": "float", "readonly": false, "cmd": "hemot custompar"}]},
|
||||||
|
|
||||||
|
"nvflow": {"base": "/nvflow", "params": [
|
||||||
|
{"path": "", "type": "float", "kids": 7},
|
||||||
|
{"path": "send", "type": "text", "readonly": false, "cmd": "nvflow send", "visibility": 3},
|
||||||
|
{"path": "status", "type": "text", "visibility": 3},
|
||||||
|
{"path": "stddev", "type": "float"},
|
||||||
|
{"path": "nsamples", "type": "int", "readonly": false, "cmd": "nvflow nsamples"},
|
||||||
|
{"path": "offset", "type": "float", "readonly": false, "cmd": "nvflow offset"},
|
||||||
|
{"path": "scale", "type": "float", "readonly": false, "cmd": "nvflow scale"},
|
||||||
|
{"path": "save", "type": "bool", "readonly": false, "cmd": "nvflow save", "description": "unchecked: current calib is not saved. set checked: save calib"}]}}
|
@ -1,65 +0,0 @@
|
|||||||
[node varioxB_vb.psi.ch]
|
|
||||||
description = varioxB_vb over SEA
|
|
||||||
|
|
||||||
[interface tcp]
|
|
||||||
type = tcp
|
|
||||||
bindport = 10767
|
|
||||||
|
|
||||||
[module seaconn]
|
|
||||||
class = secop_psi.sea.SeaClient
|
|
||||||
description = a SEA connection
|
|
||||||
uri = tcp://samenv.psi.ch:8646
|
|
||||||
|
|
||||||
[module tvs]
|
|
||||||
class = secop_psi.sea.SeaReadable
|
|
||||||
io = seaconn
|
|
||||||
json_descr = tvs.varioxB.config
|
|
||||||
remote_paths = .
|
|
||||||
|
|
||||||
[module tvd]
|
|
||||||
class = secop_psi.sea.SeaReadable
|
|
||||||
io = seaconn
|
|
||||||
json_descr = tvd.varioxB.config
|
|
||||||
remote_paths = .
|
|
||||||
|
|
||||||
[module pstat]
|
|
||||||
class = secop_psi.sea.SeaReadable
|
|
||||||
io = seaconn
|
|
||||||
json_descr = pstat.varioxB.config
|
|
||||||
remote_paths = .
|
|
||||||
|
|
||||||
[module pdyn]
|
|
||||||
class = secop_psi.sea.SeaReadable
|
|
||||||
io = seaconn
|
|
||||||
json_descr = pdyn.varioxB.config
|
|
||||||
remote_paths = .
|
|
||||||
|
|
||||||
[module tneck1]
|
|
||||||
class = secop_psi.sea.SeaReadable
|
|
||||||
io = seaconn
|
|
||||||
json_descr = tneck1.varioxB.config
|
|
||||||
remote_paths = .
|
|
||||||
|
|
||||||
[module tneck2]
|
|
||||||
class = secop_psi.sea.SeaReadable
|
|
||||||
io = seaconn
|
|
||||||
json_descr = tneck2.varioxB.config
|
|
||||||
remote_paths = .
|
|
||||||
|
|
||||||
[module tnvs]
|
|
||||||
class = secop_psi.sea.SeaReadable
|
|
||||||
io = seaconn
|
|
||||||
json_descr = tnvs.varioxB.config
|
|
||||||
remote_paths = .
|
|
||||||
|
|
||||||
[module tnvd]
|
|
||||||
class = secop_psi.sea.SeaReadable
|
|
||||||
io = seaconn
|
|
||||||
json_descr = tnvd.varioxB.config
|
|
||||||
remote_paths = .
|
|
||||||
|
|
||||||
[module ts]
|
|
||||||
class = secop_psi.sea.SeaReadable
|
|
||||||
io = seaconn
|
|
||||||
json_descr = ts.vb.stick
|
|
||||||
remote_paths = .
|
|
@ -1,31 +0,0 @@
|
|||||||
["wall", [{"path": "", "type": "float", "kids": 10},
|
|
||||||
{"path": "send", "type": "text", "readonly": false, "cmd": "wall send", "visibility": 3},
|
|
||||||
{"path": "status", "type": "text", "visibility": 3},
|
|
||||||
{"path": "tw1", "type": "float", "kids": 4},
|
|
||||||
{"path": "tw1/curve", "type": "text", "readonly": false, "cmd": "wall tw1/curve", "kids": 1},
|
|
||||||
{"path": "tw1/curve/points", "type": "floatvarar", "readonly": false, "cmd": "wall tw1/curve/points", "visibility": 3},
|
|
||||||
{"path": "tw1/alarm", "type": "float", "readonly": false, "cmd": "wall tw1/alarm"},
|
|
||||||
{"path": "tw1/stddev", "type": "float"},
|
|
||||||
{"path": "tw1/raw", "type": "float"},
|
|
||||||
{"path": "tw2", "type": "float", "kids": 4},
|
|
||||||
{"path": "tw2/curve", "type": "text", "readonly": false, "cmd": "wall tw2/curve", "kids": 1},
|
|
||||||
{"path": "tw2/curve/points", "type": "floatvarar", "readonly": false, "cmd": "wall tw2/curve/points", "visibility": 3},
|
|
||||||
{"path": "tw2/alarm", "type": "float", "readonly": false, "cmd": "wall tw2/alarm"},
|
|
||||||
{"path": "tw2/stddev", "type": "float"},
|
|
||||||
{"path": "tw2/raw", "type": "float"},
|
|
||||||
{"path": "tw3", "type": "float", "kids": 4},
|
|
||||||
{"path": "tw3/curve", "type": "text", "readonly": false, "cmd": "wall tw3/curve", "kids": 1},
|
|
||||||
{"path": "tw3/curve/points", "type": "floatvarar", "readonly": false, "cmd": "wall tw3/curve/points", "visibility": 3},
|
|
||||||
{"path": "tw3/alarm", "type": "float", "readonly": false, "cmd": "wall tw3/alarm"},
|
|
||||||
{"path": "tw3/stddev", "type": "float"},
|
|
||||||
{"path": "tw3/raw", "type": "float"},
|
|
||||||
{"path": "tw4", "type": "float", "kids": 4},
|
|
||||||
{"path": "tw4/curve", "type": "text", "readonly": false, "cmd": "wall tw4/curve", "kids": 1},
|
|
||||||
{"path": "tw4/curve/points", "type": "floatvarar", "readonly": false, "cmd": "wall tw4/curve/points", "visibility": 3},
|
|
||||||
{"path": "tw4/alarm", "type": "float", "readonly": false, "cmd": "wall tw4/alarm"},
|
|
||||||
{"path": "tw4/stddev", "type": "float"},
|
|
||||||
{"path": "tw4/raw", "type": "float"},
|
|
||||||
{"path": "display", "type": "text", "readonly": false, "cmd": "wall display"},
|
|
||||||
{"path": "dout", "type": "int", "readonly": false, "cmd": "wall dout"},
|
|
||||||
{"path": "dinp", "type": "int"},
|
|
||||||
{"path": "remote", "type": "bool"}]]
|
|
64
cfg/stick/dil2.cfg
Normal file
64
cfg/stick/dil2.cfg
Normal file
@ -0,0 +1,64 @@
|
|||||||
|
[NODE]
|
||||||
|
description = dilution insert
|
||||||
|
id = dil2.stick.sea.psi.ch
|
||||||
|
|
||||||
|
[sea_stick]
|
||||||
|
class = secop_psi.sea.SeaClient
|
||||||
|
description = stick sea connection for dil2.stick
|
||||||
|
config = dil2.stick
|
||||||
|
service = stick
|
||||||
|
|
||||||
|
[ts]
|
||||||
|
class = secop_psi.sea.SeaDrivable
|
||||||
|
io = sea_stick
|
||||||
|
sea_object = ts
|
||||||
|
|
||||||
|
[treg]
|
||||||
|
class = secop_psi.sea.SeaReadable
|
||||||
|
io = sea_stick
|
||||||
|
sea_object = treg
|
||||||
|
|
||||||
|
[tmon]
|
||||||
|
class = secop_psi.sea.SeaReadable
|
||||||
|
io = sea_stick
|
||||||
|
sea_object = tmon
|
||||||
|
|
||||||
|
[T_oneK]
|
||||||
|
class = secop_psi.sea.SeaReadable
|
||||||
|
io = sea_stick
|
||||||
|
sea_object = tmon
|
||||||
|
rel_paths = onek
|
||||||
|
|
||||||
|
[T_still]
|
||||||
|
class = secop_psi.sea.SeaReadable
|
||||||
|
io = sea_stick
|
||||||
|
sea_object = tmon
|
||||||
|
rel_paths = stillt
|
||||||
|
|
||||||
|
[T_sample]
|
||||||
|
class = secop_psi.sea.SeaReadable
|
||||||
|
io = sea_stick
|
||||||
|
sea_object = treg
|
||||||
|
rel_paths = sample
|
||||||
|
|
||||||
|
[T_samplehtr]
|
||||||
|
class = secop_psi.sea.SeaReadable
|
||||||
|
io = sea_stick
|
||||||
|
sea_object = treg
|
||||||
|
rel_paths = samplehtr
|
||||||
|
|
||||||
|
[T_mix]
|
||||||
|
class = secop_psi.sea.SeaReadable
|
||||||
|
io = sea_stick
|
||||||
|
sea_object = treg
|
||||||
|
rel_paths = mix
|
||||||
|
|
||||||
|
[dil]
|
||||||
|
class = secop_psi.sea.SeaReadable
|
||||||
|
io = sea_stick
|
||||||
|
sea_object = dil
|
||||||
|
|
||||||
|
[T_sorb]
|
||||||
|
class = secop_psi.sea.SeaDrivable
|
||||||
|
io = sea_stick
|
||||||
|
sea_object = sorb
|
64
cfg/stick/dil3.cfg
Normal file
64
cfg/stick/dil3.cfg
Normal file
@ -0,0 +1,64 @@
|
|||||||
|
[NODE]
|
||||||
|
description = dilution insert
|
||||||
|
id = dil3.stick.sea.psi.ch
|
||||||
|
|
||||||
|
[sea_stick]
|
||||||
|
class = secop_psi.sea.SeaClient
|
||||||
|
description = stick sea connection for dil3.stick
|
||||||
|
config = dil3.stick
|
||||||
|
service = stick
|
||||||
|
|
||||||
|
[ts]
|
||||||
|
class = secop_psi.sea.SeaDrivable
|
||||||
|
io = sea_stick
|
||||||
|
sea_object = ts
|
||||||
|
|
||||||
|
[treg]
|
||||||
|
class = secop_psi.sea.SeaReadable
|
||||||
|
io = sea_stick
|
||||||
|
sea_object = treg
|
||||||
|
|
||||||
|
[tmon]
|
||||||
|
class = secop_psi.sea.SeaReadable
|
||||||
|
io = sea_stick
|
||||||
|
sea_object = tmon
|
||||||
|
|
||||||
|
[T_oneK]
|
||||||
|
class = secop_psi.sea.SeaReadable
|
||||||
|
io = sea_stick
|
||||||
|
sea_object = tmon
|
||||||
|
rel_paths = onek
|
||||||
|
|
||||||
|
[T_still]
|
||||||
|
class = secop_psi.sea.SeaReadable
|
||||||
|
io = sea_stick
|
||||||
|
sea_object = tmon
|
||||||
|
rel_paths = stillt
|
||||||
|
|
||||||
|
[T_sample]
|
||||||
|
class = secop_psi.sea.SeaReadable
|
||||||
|
io = sea_stick
|
||||||
|
sea_object = treg
|
||||||
|
rel_paths = sample
|
||||||
|
|
||||||
|
[T_samplehtr]
|
||||||
|
class = secop_psi.sea.SeaReadable
|
||||||
|
io = sea_stick
|
||||||
|
sea_object = treg
|
||||||
|
rel_paths = samplehtr
|
||||||
|
|
||||||
|
[T_mix]
|
||||||
|
class = secop_psi.sea.SeaReadable
|
||||||
|
io = sea_stick
|
||||||
|
sea_object = treg
|
||||||
|
rel_paths = mix
|
||||||
|
|
||||||
|
[dil]
|
||||||
|
class = secop_psi.sea.SeaReadable
|
||||||
|
io = sea_stick
|
||||||
|
sea_object = dil
|
||||||
|
|
||||||
|
[T_sorb]
|
||||||
|
class = secop_psi.sea.SeaDrivable
|
||||||
|
io = sea_stick
|
||||||
|
sea_object = sorb
|
64
cfg/stick/dil4.cfg
Normal file
64
cfg/stick/dil4.cfg
Normal file
@ -0,0 +1,64 @@
|
|||||||
|
[NODE]
|
||||||
|
description = dilution insert
|
||||||
|
id = dil4.stick.sea.psi.ch
|
||||||
|
|
||||||
|
[sea_stick]
|
||||||
|
class = secop_psi.sea.SeaClient
|
||||||
|
description = stick sea connection for dil4.stick
|
||||||
|
config = dil4.stick
|
||||||
|
service = stick
|
||||||
|
|
||||||
|
[ts]
|
||||||
|
class = secop_psi.sea.SeaDrivable
|
||||||
|
io = sea_stick
|
||||||
|
sea_object = ts
|
||||||
|
|
||||||
|
[treg]
|
||||||
|
class = secop_psi.sea.SeaReadable
|
||||||
|
io = sea_stick
|
||||||
|
sea_object = treg
|
||||||
|
|
||||||
|
[tmon]
|
||||||
|
class = secop_psi.sea.SeaReadable
|
||||||
|
io = sea_stick
|
||||||
|
sea_object = tmon
|
||||||
|
|
||||||
|
[T_oneK]
|
||||||
|
class = secop_psi.sea.SeaReadable
|
||||||
|
io = sea_stick
|
||||||
|
sea_object = tmon
|
||||||
|
rel_paths = onek
|
||||||
|
|
||||||
|
[T_still]
|
||||||
|
class = secop_psi.sea.SeaReadable
|
||||||
|
io = sea_stick
|
||||||
|
sea_object = tmon
|
||||||
|
rel_paths = stillt
|
||||||
|
|
||||||
|
[T_sample]
|
||||||
|
class = secop_psi.sea.SeaReadable
|
||||||
|
io = sea_stick
|
||||||
|
sea_object = treg
|
||||||
|
rel_paths = sample
|
||||||
|
|
||||||
|
[T_samplehtr]
|
||||||
|
class = secop_psi.sea.SeaReadable
|
||||||
|
io = sea_stick
|
||||||
|
sea_object = treg
|
||||||
|
rel_paths = samplehtr
|
||||||
|
|
||||||
|
[T_mix]
|
||||||
|
class = secop_psi.sea.SeaReadable
|
||||||
|
io = sea_stick
|
||||||
|
sea_object = treg
|
||||||
|
rel_paths = mix
|
||||||
|
|
||||||
|
[dil]
|
||||||
|
class = secop_psi.sea.SeaReadable
|
||||||
|
io = sea_stick
|
||||||
|
sea_object = dil
|
||||||
|
|
||||||
|
[T_sorb]
|
||||||
|
class = secop_psi.sea.SeaDrivable
|
||||||
|
io = sea_stick
|
||||||
|
sea_object = sorb
|
210
cfg/stick/dil5.cfg
Normal file
210
cfg/stick/dil5.cfg
Normal file
@ -0,0 +1,210 @@
|
|||||||
|
[NODE]
|
||||||
|
id = triton.psi.ch
|
||||||
|
description = triton test
|
||||||
|
|
||||||
|
[INTERFACE]
|
||||||
|
uri = tcp://5000
|
||||||
|
|
||||||
|
[triton]
|
||||||
|
class = secop_psi.mercury.IO
|
||||||
|
description = connection to triton software
|
||||||
|
uri = tcp://linse-dil5:33576
|
||||||
|
timeout = 5
|
||||||
|
|
||||||
|
[ts]
|
||||||
|
class = secop_psi.triton.TemperatureLoop
|
||||||
|
description = mix. chamber temperature
|
||||||
|
slot = T5
|
||||||
|
output_module = htr_mix
|
||||||
|
io = triton
|
||||||
|
|
||||||
|
[htr_mix]
|
||||||
|
class = secop_psi.triton.HeaterOutputWithRange
|
||||||
|
description = mix. chamber heater
|
||||||
|
slot = H1,T5
|
||||||
|
io = triton
|
||||||
|
|
||||||
|
[htr_sorb]
|
||||||
|
class = secop_psi.triton.HeaterOutput
|
||||||
|
description = sorb heater
|
||||||
|
slot = H3
|
||||||
|
io = triton
|
||||||
|
|
||||||
|
[htr_still]
|
||||||
|
class = secop_psi.triton.HeaterOutput
|
||||||
|
description = still heater
|
||||||
|
slot = H2
|
||||||
|
io = triton
|
||||||
|
|
||||||
|
[T_sorb]
|
||||||
|
class = secop_psi.triton.TemperatureSensor
|
||||||
|
description = sorb temperature
|
||||||
|
slot = T1
|
||||||
|
io = triton
|
||||||
|
|
||||||
|
[T_ivc]
|
||||||
|
class = secop_psi.triton.TemperatureSensor
|
||||||
|
description = IVC temperature
|
||||||
|
slot = T2
|
||||||
|
io = triton
|
||||||
|
|
||||||
|
[T_still]
|
||||||
|
class = secop_psi.triton.TemperatureSensor
|
||||||
|
description = still temperature
|
||||||
|
slot = T3
|
||||||
|
io = triton
|
||||||
|
|
||||||
|
[T_cp]
|
||||||
|
class = secop_psi.triton.TemperatureSensor
|
||||||
|
description = cold plate temperature
|
||||||
|
slot = T4
|
||||||
|
io = triton
|
||||||
|
|
||||||
|
[action]
|
||||||
|
class = secop_psi.triton.Action
|
||||||
|
description = higher level scripts
|
||||||
|
io = triton
|
||||||
|
slot = DR
|
||||||
|
|
||||||
|
[p_dump]
|
||||||
|
class = secop_psi.mercury.PressureSensor
|
||||||
|
description = dump pressure
|
||||||
|
slot = P1
|
||||||
|
io = triton
|
||||||
|
|
||||||
|
[p_cond]
|
||||||
|
class = secop_psi.mercury.PressureSensor
|
||||||
|
description = condenser pressure
|
||||||
|
slot = P2
|
||||||
|
io = triton
|
||||||
|
|
||||||
|
[p_still]
|
||||||
|
class = secop_psi.mercury.PressureSensor
|
||||||
|
description = still pressure
|
||||||
|
slot = P3
|
||||||
|
io = triton
|
||||||
|
|
||||||
|
[p_fore]
|
||||||
|
class = secop_psi.mercury.PressureSensor
|
||||||
|
description = pressure on the pump side
|
||||||
|
slot = P4
|
||||||
|
io = triton
|
||||||
|
|
||||||
|
[p_back]
|
||||||
|
class = secop_psi.mercury.PressureSensor
|
||||||
|
description = pressure on the back side of the pump
|
||||||
|
slot = P5
|
||||||
|
io = triton
|
||||||
|
|
||||||
|
[itc]
|
||||||
|
class = secop_psi.mercury.IO
|
||||||
|
description = connection to MercuryiTC
|
||||||
|
uri = tcp://linse-dil5:3000
|
||||||
|
|
||||||
|
[T_still_wup]
|
||||||
|
class = secop_psi.mercury.TemperatureLoop
|
||||||
|
description = still warmup temperature
|
||||||
|
slot = MB1.T1
|
||||||
|
io = itc
|
||||||
|
|
||||||
|
[htr_still_wup]
|
||||||
|
class = secop_psi.mercury.HeaterOutput
|
||||||
|
description = still warmup heater
|
||||||
|
slot = MB0.H1
|
||||||
|
io = itc
|
||||||
|
|
||||||
|
[T_one_K]
|
||||||
|
class = secop_psi.mercury.TemperatureLoop
|
||||||
|
description = 1 K plate warmup temperature
|
||||||
|
slot = DB5.T1
|
||||||
|
io = itc
|
||||||
|
|
||||||
|
[htr_one_K]
|
||||||
|
class = secop_psi.mercury.HeaterOutput
|
||||||
|
description = 1 K plate warmup heater
|
||||||
|
slot = DB3.H1
|
||||||
|
io = itc
|
||||||
|
|
||||||
|
[T_mix_wup]
|
||||||
|
class = secop_psi.mercury.TemperatureLoop
|
||||||
|
description = mix. chamber warmup temperature
|
||||||
|
slot = DB6.T1
|
||||||
|
io = itc
|
||||||
|
|
||||||
|
[htr_mix_wup]
|
||||||
|
class = secop_psi.mercury.HeaterOutput
|
||||||
|
description = mix. chamber warmup heater
|
||||||
|
slot = DB1.H1
|
||||||
|
io = itc
|
||||||
|
|
||||||
|
[T_ivc_wup]
|
||||||
|
class = secop_psi.mercury.TemperatureLoop
|
||||||
|
description = IVC warmup temperature
|
||||||
|
slot = DB7.T1
|
||||||
|
io = itc
|
||||||
|
|
||||||
|
[htr_ivc_wup]
|
||||||
|
class = secop_psi.mercury.HeaterOutput
|
||||||
|
description = IVC warmup heater
|
||||||
|
slot = DB2.H1
|
||||||
|
io = itc
|
||||||
|
|
||||||
|
[T_cond]
|
||||||
|
class = secop_psi.mercury.TemperatureLoop
|
||||||
|
description = condenser temperature
|
||||||
|
slot = DB8.T1
|
||||||
|
io = itc
|
||||||
|
|
||||||
|
[htr_cond]
|
||||||
|
class = secop_psi.mercury.HeaterOutput
|
||||||
|
description = condenser heater
|
||||||
|
slot = DB3.H1
|
||||||
|
io = itc
|
||||||
|
|
||||||
|
[V1]
|
||||||
|
class = secop_psi.triton.Valve
|
||||||
|
description = valve V1
|
||||||
|
slot = V1
|
||||||
|
io = triton
|
||||||
|
|
||||||
|
[V2]
|
||||||
|
class = secop_psi.triton.Valve
|
||||||
|
description = valve V2
|
||||||
|
slot = V2
|
||||||
|
io = triton
|
||||||
|
|
||||||
|
[V4]
|
||||||
|
class = secop_psi.triton.Valve
|
||||||
|
description = valve V4
|
||||||
|
slot = V4
|
||||||
|
io = triton
|
||||||
|
|
||||||
|
[V5]
|
||||||
|
class = secop_psi.triton.Valve
|
||||||
|
description = valve V5
|
||||||
|
slot = V5
|
||||||
|
io = triton
|
||||||
|
|
||||||
|
[V9]
|
||||||
|
class = secop_psi.triton.Valve
|
||||||
|
description = valve V9
|
||||||
|
slot = V9
|
||||||
|
io = triton
|
||||||
|
|
||||||
|
[turbo]
|
||||||
|
class = secop_psi.triton.TurboPump
|
||||||
|
description = still turbo pump
|
||||||
|
slot = TURB1
|
||||||
|
io = triton
|
||||||
|
|
||||||
|
[fp]
|
||||||
|
class = secop_psi.triton.Pump
|
||||||
|
description = still fore pump
|
||||||
|
slot = FP
|
||||||
|
io = triton
|
||||||
|
|
||||||
|
[compressor]
|
||||||
|
class = secop_psi.triton.Pump
|
||||||
|
description = compressor
|
||||||
|
slot = COMP
|
||||||
|
io = triton
|
17
cfg/stick/ill1stick.cfg
Normal file
17
cfg/stick/ill1stick.cfg
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
[NODE]
|
||||||
|
description = ILL1 standard sample stick
|
||||||
|
id = ill1.stick.sea.psi.ch
|
||||||
|
|
||||||
|
[sea_stick]
|
||||||
|
class = secop_psi.sea.SeaClient
|
||||||
|
description = SEA stick connection
|
||||||
|
config = ill1.stick
|
||||||
|
service = stick
|
||||||
|
|
||||||
|
[ts]
|
||||||
|
class = secop_psi.sea.SeaReadable
|
||||||
|
io = sea_stick
|
||||||
|
sea_object = tt
|
||||||
|
json_file = ill1.config.json
|
||||||
|
rel_paths = ts
|
||||||
|
|
@ -10,7 +10,7 @@ service = stick
|
|||||||
|
|
||||||
[ts]
|
[ts]
|
||||||
class = secop_psi.sea.SeaReadable
|
class = secop_psi.sea.SeaReadable
|
||||||
iodev = sea_stick
|
io = sea_stick
|
||||||
sea_object = tt
|
sea_object = tt
|
||||||
json_file = ill4.config.json
|
json_file = ill4.config.json
|
||||||
rel_paths = ts
|
rel_paths = ts
|
||||||
|
16
cfg/stick/ill5p.cfg
Normal file
16
cfg/stick/ill5p.cfg
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
[NODE]
|
||||||
|
description = ILL5 sample stick for pressure cells
|
||||||
|
id = ill5p.stick.sea.psi.ch
|
||||||
|
|
||||||
|
[sea_stick]
|
||||||
|
class = secop_psi.sea.SeaClient
|
||||||
|
description = stick SEA connection to ill5p.stick
|
||||||
|
config = ill5p.stick
|
||||||
|
service = stick
|
||||||
|
|
||||||
|
[ts]
|
||||||
|
class = secop_psi.sea.SeaReadable
|
||||||
|
io = sea_stick
|
||||||
|
sea_object = tt
|
||||||
|
json_file = ill5.config.json
|
||||||
|
rel_paths = ts
|
43
cfg/stick/mb11stick.cfg
Normal file
43
cfg/stick/mb11stick.cfg
Normal file
@ -0,0 +1,43 @@
|
|||||||
|
[NODE]
|
||||||
|
description = MB11 standard sample stick
|
||||||
|
id = mb11.stick.sea.psi.ch
|
||||||
|
|
||||||
|
|
||||||
|
[INTERFACE]
|
||||||
|
uri = tcp://5000
|
||||||
|
|
||||||
|
[itc]
|
||||||
|
class = secop.proxy.Proxy
|
||||||
|
remote_class = secop_psi.mercury.IO
|
||||||
|
description = connection to MB11 mercury
|
||||||
|
module = itc1
|
||||||
|
#uri = mb11-ts:3001
|
||||||
|
#timeout = 5
|
||||||
|
|
||||||
|
#[t3]
|
||||||
|
#class = secop_psi.softcal.Sensor
|
||||||
|
#rawsensor = r2
|
||||||
|
##calib USstick
|
||||||
|
#calib = /home/l_samenv/sea/tcl/calcurves/X163059.340
|
||||||
|
##calib dilatometer stick
|
||||||
|
#calib = /home/l_samenv/sea/tcl/calcurves/X86023.340
|
||||||
|
## unknown
|
||||||
|
#calib = /home/l_samenv/sea/tcl/calcurves/X70197.340
|
||||||
|
#svalue.unit = K
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
[ts]
|
||||||
|
class = secop_psi.mercury.TemperatureLoop
|
||||||
|
description = sample temperature
|
||||||
|
output_module = htr_ts
|
||||||
|
slot = MB1.T1
|
||||||
|
io = itc
|
||||||
|
tolerance = 1
|
||||||
|
|
||||||
|
[htr_ts]
|
||||||
|
class = secop_psi.mercury.HeaterOutput
|
||||||
|
description = sample stick heater power
|
||||||
|
slot = MB0.H1
|
||||||
|
io = itc
|
23
cfg/stick/pgas5.stick
Normal file
23
cfg/stick/pgas5.stick
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
[NODE]
|
||||||
|
description = PGAS5 gas pressure cell stick
|
||||||
|
id = pgas5.stick.sea.psi.ch
|
||||||
|
|
||||||
|
[sea_stick]
|
||||||
|
class = secop_psi.sea.SeaClient
|
||||||
|
description = stick SEA connection to ill5.stick
|
||||||
|
config = ill5.stick
|
||||||
|
service = stick
|
||||||
|
|
||||||
|
[ts]
|
||||||
|
class = secop_psi.sea.SeaReadable
|
||||||
|
io = sea_stick
|
||||||
|
sea_object = tt
|
||||||
|
json_file = ill5.config.json
|
||||||
|
rel_paths = ts
|
||||||
|
|
||||||
|
[T_bottom]
|
||||||
|
class = secop_psi.sea.SeaReadable
|
||||||
|
io = sea_stick
|
||||||
|
sea_object = tt
|
||||||
|
json_file = ill5.config.json
|
||||||
|
rel_paths = tb
|
9
cfg/stick/uniax.cfg
Normal file
9
cfg/stick/uniax.cfg
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
[NODE]
|
||||||
|
id = uniax stick
|
||||||
|
class = protocol.router.Router
|
||||||
|
description = router forwarding to linse-uniax apu
|
||||||
|
node = linse-uniax:5000
|
||||||
|
|
||||||
|
#[INTERFACE]
|
||||||
|
#uri=tcp://5002
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user