diff --git a/cfg/addons.ini b/cfg/addons.ini new file mode 100644 index 0000000..846981a --- /dev/null +++ b/cfg/addons.ini @@ -0,0 +1,4 @@ +[FRAPPY] +confdir = ~/frappy/cfg/addons:~/frappy/cfg/develop +logdir = ~/frappylog +piddir = ~/frappylog/pid diff --git a/cfg/main.ini b/cfg/main.ini new file mode 100644 index 0000000..004d4a4 --- /dev/null +++ b/cfg/main.ini @@ -0,0 +1,4 @@ +[FRAPPY] +confdir = ~/frappy/cfg/main:~/frappy/cfg/develop +logdir = ~/frappylog +piddir = ~/frappylog/pid diff --git a/cfg/cryosim.cfg b/cfg/main/cryosim.cfg similarity index 69% rename from cfg/cryosim.cfg rename to cfg/main/cryosim.cfg index 97da37c..e19aa76 100644 --- a/cfg/cryosim.cfg +++ b/cfg/main/cryosim.cfg @@ -8,6 +8,8 @@ uri = tcp://5000 [tt] class = secop_psi.ppms.Temp description = main temperature +meaning = ['temperature_regulation', 10] +ramp = 20 io = ppms [lev] @@ -19,6 +21,16 @@ io = ppms class = secop_psi.ppms.UserChannel description = sample temperature 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 io = ppms diff --git a/cfg/magsim.cfg b/cfg/main/magsim.cfg similarity index 71% rename from cfg/magsim.cfg rename to cfg/main/magsim.cfg index d8cf220..512e178 100644 --- a/cfg/magsim.cfg +++ b/cfg/main/magsim.cfg @@ -8,6 +8,8 @@ uri = tcp://5000 [tt] class = secop_psi.ppms.Temp description = main temperature +meaning = ['temperature_regulation', 10] +ramp = 20 io = ppms [mf] @@ -16,6 +18,7 @@ target.min = -9 target.max = 9 description = magnetic field io = ppms +meaning = ['magneticfield', 10] [lev] class = secop_psi.ppms.Level @@ -26,6 +29,16 @@ io = ppms class = secop_psi.ppms.UserChannel description = sample temperature 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 io = ppms diff --git a/cfg/stick.ini b/cfg/stick.ini new file mode 100644 index 0000000..5a96c84 --- /dev/null +++ b/cfg/stick.ini @@ -0,0 +1,4 @@ +[FRAPPY] +confdir = ~/frappy/cfg/stick:~/frappy/cfg/develop +logdir = ~/frappylog +piddir = ~/frappylog/pid