general ini files for main, stick and addons

This commit is contained in:
2022-04-28 13:43:09 +02:00
parent ac3bf5b122
commit 21a3865c5d
5 changed files with 37 additions and 0 deletions

4
cfg/addons.ini Normal file
View File

@ -0,0 +1,4 @@
[FRAPPY]
confdir = ~/frappy/cfg/addons:~/frappy/cfg/develop
logdir = ~/frappylog
piddir = ~/frappylog/pid

4
cfg/main.ini Normal file
View File

@ -0,0 +1,4 @@
[FRAPPY]
confdir = ~/frappy/cfg/main:~/frappy/cfg/develop
logdir = ~/frappylog
piddir = ~/frappylog/pid

View File

@ -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

View File

@ -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
View File

@ -0,0 +1,4 @@
[FRAPPY]
confdir = ~/frappy/cfg/stick:~/frappy/cfg/develop
logdir = ~/frappylog
piddir = ~/frappylog/pid