frappy/etc/test.cfg
Enrico Faulhaber 44537ad0d9 split epics related devices into epics.py
also split the configfile:
test.cfg for normal playing around
epics.cfg for playing with epics

Change-Id: Id91042fbbdcb6972b1493419960667b39f56f17e
2016-08-31 10:27:24 +02:00

27 lines
353 B
INI

[server]
bindto=0.0.0.0
bindport=10767
interface = tcp
framing=eol
encoding=text
[device LN2]
class=devices.test.LN2
[device heater]
class=devices.test.Heater
maxheaterpower=10
[device T1]
class=devices.test.Temp
sensor="X34598T7"
[device T2]
class=devices.demo.CoilTemp
sensor="X34598T8"
[device T3]
class=devices.demo.CoilTemp
sensor="X34598T9"