rework of uniax

- try to deal with anomaly at 17 N
- reduce pid on overshoot
- use new statemachine
This commit is contained in:
2022-09-20 11:07:44 +02:00
parent 07995e2235
commit 5e3bf96df1
2 changed files with 193 additions and 123 deletions

View File

@ -42,10 +42,15 @@ digits = 2
scale_factor = 0.0156
offset = 15
[res_io]
description = io to lakeshore
class = secop_psi.ls340res.LscIO
uri = tcp://192.168.127.254:3003
[res]
description = temperature on uniax stick
class = secop_psi.ls340res.ResChannel
uri = tcp://192.168.127.254:3003
io = res_io
channel = A
[T]