23 lines
321 B
INI
23 lines
321 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 epicspv]
|
|
class=devices.test.EPICS_PV
|
|
sensor="test_sensor"
|
|
max_rpm="very high"
|