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:
11
etc/epics.cfg
Normal file
11
etc/epics.cfg
Normal 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"
|
12
etc/test.cfg
12
etc/test.cfg
@ -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"
|
||||
|
||||
|
Reference in New Issue
Block a user