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"
|
||||
Reference in New Issue
Block a user