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
This commit is contained in:
Enrico Faulhaber
2016-08-31 10:20:07 +02:00
parent 69b979cdd0
commit 44537ad0d9
4 changed files with 70 additions and 23 deletions

11
etc/epics.cfg Normal file
View File

@ -0,0 +1,11 @@
[server]
bindto=0.0.0.0
bindport=10767
interface = tcp
framing=eol
encoding=text
[device epicspv]
class=devices.epics.EPICS_PV
sensor="test_sensor"
max_rpm="very high"

View File

@ -16,7 +16,11 @@ maxheaterpower=10
class=devices.test.Temp
sensor="X34598T7"
[device epicspv]
class=devices.test.EPICS_PV
sensor="test_sensor"
max_rpm="very high"
[device T2]
class=devices.demo.CoilTemp
sensor="X34598T8"
[device T3]
class=devices.demo.CoilTemp
sensor="X34598T9"