frappy/cfg/sim_mlz_htf02.cfg
Alexander Zaft 7f166a5b8c Rename from secop to frappy
debian/ is still missing, will follow in next commit.

Fixes: #4626

Change-Id: Ia87c28c1c75b8402eedbfca47f888585a7881f44
2022-11-09 16:29:29 +01:00

34 lines
946 B
INI

[node htf02]
description = [sim] htf02 box of MLZ Sample environment group
.
Controls an High Temperature Furnace with an eurotherm controller and an PLC checking the cooing water.
[interface tcp]
type=tcp
bindto=0.0.0.0
bindport=10767
[module T_htf02]
class=frappy.simulation.SimDrivable
.description=Main temperature control node of htf02.
.
Controls the regulation loop of the Eurotherm.
value.datatype={"type":"double", "min":0, "unit":"degC"}
value.default=300
target.datatype={"type":"double", "min":0, "max": 2000, "unit":"degC"}
target.default=300
.extra_params=ramp
ramp.datatype={"type":"double", "min":0, "max": 600, "unit":"K/min"}
ramp.description=target ramping speed in K/min.
ramp.default=60
ramp.readonly=False
.meaning=["temperature", 10]
[module htf02_p]
class=frappy.simulation.SimReadable
.description=Pressure Sensor at sample space (ivc).
value.datatype={"type":"double", "min":0, "unit":"mbar"}
value.default=989