general ini files for main, stick and addons
This commit is contained in:
4
cfg/addons.ini
Normal file
4
cfg/addons.ini
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
[FRAPPY]
|
||||||
|
confdir = ~/frappy/cfg/addons:~/frappy/cfg/develop
|
||||||
|
logdir = ~/frappylog
|
||||||
|
piddir = ~/frappylog/pid
|
4
cfg/main.ini
Normal file
4
cfg/main.ini
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
[FRAPPY]
|
||||||
|
confdir = ~/frappy/cfg/main:~/frappy/cfg/develop
|
||||||
|
logdir = ~/frappylog
|
||||||
|
piddir = ~/frappylog/pid
|
@ -8,6 +8,8 @@ uri = tcp://5000
|
|||||||
[tt]
|
[tt]
|
||||||
class = secop_psi.ppms.Temp
|
class = secop_psi.ppms.Temp
|
||||||
description = main temperature
|
description = main temperature
|
||||||
|
meaning = ['temperature_regulation', 10]
|
||||||
|
ramp = 20
|
||||||
io = ppms
|
io = ppms
|
||||||
|
|
||||||
[lev]
|
[lev]
|
||||||
@ -19,6 +21,16 @@ io = ppms
|
|||||||
class = secop_psi.ppms.UserChannel
|
class = secop_psi.ppms.UserChannel
|
||||||
description = sample temperature
|
description = sample temperature
|
||||||
enabled = 1
|
enabled = 1
|
||||||
|
linkenable = tv
|
||||||
|
value.unit = K
|
||||||
|
meaning = ['temperature', 10]
|
||||||
|
io = ppms
|
||||||
|
|
||||||
|
[tv]
|
||||||
|
class = secop_psi.ppms.UserChannel
|
||||||
|
description = exchanger temperature
|
||||||
|
enabled = 1
|
||||||
|
linkenable = ts
|
||||||
value.unit = K
|
value.unit = K
|
||||||
io = ppms
|
io = ppms
|
||||||
|
|
@ -8,6 +8,8 @@ uri = tcp://5000
|
|||||||
[tt]
|
[tt]
|
||||||
class = secop_psi.ppms.Temp
|
class = secop_psi.ppms.Temp
|
||||||
description = main temperature
|
description = main temperature
|
||||||
|
meaning = ['temperature_regulation', 10]
|
||||||
|
ramp = 20
|
||||||
io = ppms
|
io = ppms
|
||||||
|
|
||||||
[mf]
|
[mf]
|
||||||
@ -16,6 +18,7 @@ target.min = -9
|
|||||||
target.max = 9
|
target.max = 9
|
||||||
description = magnetic field
|
description = magnetic field
|
||||||
io = ppms
|
io = ppms
|
||||||
|
meaning = ['magneticfield', 10]
|
||||||
|
|
||||||
[lev]
|
[lev]
|
||||||
class = secop_psi.ppms.Level
|
class = secop_psi.ppms.Level
|
||||||
@ -26,6 +29,16 @@ io = ppms
|
|||||||
class = secop_psi.ppms.UserChannel
|
class = secop_psi.ppms.UserChannel
|
||||||
description = sample temperature
|
description = sample temperature
|
||||||
enabled = 1
|
enabled = 1
|
||||||
|
linkenable = tv
|
||||||
|
value.unit = K
|
||||||
|
meaning = ['temperature', 10]
|
||||||
|
io = ppms
|
||||||
|
|
||||||
|
[tv]
|
||||||
|
class = secop_psi.ppms.UserChannel
|
||||||
|
description = exchanger temperature
|
||||||
|
enabled = 1
|
||||||
|
linkenable = ts
|
||||||
value.unit = K
|
value.unit = K
|
||||||
io = ppms
|
io = ppms
|
||||||
|
|
4
cfg/stick.ini
Normal file
4
cfg/stick.ini
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
[FRAPPY]
|
||||||
|
confdir = ~/frappy/cfg/stick:~/frappy/cfg/develop
|
||||||
|
logdir = ~/frappylog
|
||||||
|
piddir = ~/frappylog/pid
|
Reference in New Issue
Block a user