fix amagnet
Change-Id: I6f1dedd5dfdd10cc828e27ea22440c35a25c2b9d Reviewed-on: https://forge.frm2.tum.de/review/16790 Tested-by: JenkinsCodeReview <bjoern_pedersen@frm2.tum.de> Reviewed-by: Enrico Faulhaber <enrico.faulhaber@frm2.tum.de> Tested-by: Enrico Faulhaber <enrico.faulhaber@frm2.tum.de>
This commit is contained in:
@ -23,7 +23,7 @@ encoding=secop
|
||||
|
||||
[device enable]
|
||||
class=secop_mlz.entangle.NamedDigitalOutput
|
||||
tangodevice='tango://amagnet.antares.frm2:10000/box/plc/_enable'
|
||||
tangodevice='tango://localhost:10000/box/plc/_enable'
|
||||
value.datatype=["enum", {'On':1,'Off':0}]
|
||||
target.datatype=["enum", {'On':1,'Off':0}]
|
||||
.description='Enables to Output of the Powersupply'
|
||||
@ -31,7 +31,7 @@ target.datatype=["enum", {'On':1,'Off':0}]
|
||||
|
||||
[device polarity]
|
||||
class=secop_mlz.entangle.NamedDigitalOutput
|
||||
tangodevice=tango://amagnet.antares.frm2:10000/box/plc/_polarity
|
||||
tangodevice=tango://localhost:10000/box/plc/_polarity
|
||||
value.datatype=["enum", {'+1':1,'0':0,'-1':-1}]
|
||||
target.datatype=["enum", {'+1':1,'0':0,'-1':-1}]
|
||||
.description=polarity (+/-) switch
|
||||
@ -45,7 +45,7 @@ comtries=50
|
||||
|
||||
[device symmetry]
|
||||
class=secop_mlz.entangle.NamedDigitalOutput
|
||||
tangodevice=tango://amagnet.antares.frm2:10000/box/plc/_symmetric
|
||||
tangodevice=tango://localhost:10000/box/plc/_symmetric
|
||||
value.datatype=["enum",{'symmetric':1,'short':0, 'asymmetric':-1}]
|
||||
target.datatype=["enum",{'symmetric':1,'short':0, 'asymmetric':-1}]
|
||||
.description=par/ser switch selecting (a)symmetric mode
|
||||
@ -55,35 +55,35 @@ target.datatype=["enum",{'symmetric':1,'short':0, 'asymmetric':-1}]
|
||||
|
||||
[device T1]
|
||||
class=secop_mlz.entangle.AnalogInput
|
||||
tangodevice=tango://amagnet.antares.frm2:10000/box/plc/_t1
|
||||
tangodevice=tango://localhost:10000/box/plc/_t1
|
||||
.description=Temperature1 of the coils system
|
||||
#warnlimits=(0, 50)
|
||||
value.unit='degC'
|
||||
|
||||
[device T2]
|
||||
class=secop_mlz.entangle.AnalogInput
|
||||
tangodevice=tango://amagnet.antares.frm2:10000/box/plc/_t2
|
||||
tangodevice=tango://localhost:10000/box/plc/_t2
|
||||
.description=Temperature2 of the coils system
|
||||
#warnlimits=(0, 50)
|
||||
value.unit='degC'
|
||||
|
||||
[device T3]
|
||||
class=secop_mlz.entangle.AnalogInput
|
||||
tangodevice=tango://amagnet.antares.frm2:10000/box/plc/_t3
|
||||
tangodevice=tango://localhost:10000/box/plc/_t3
|
||||
.description=Temperature3 of the coils system
|
||||
#warnlimits=(0, 50)
|
||||
value.unit='degC'
|
||||
|
||||
[device T4]
|
||||
class=secop_mlz.entangle.AnalogInput
|
||||
tangodevice=tango://amagnet.antares.frm2:10000/box/plc/_t4
|
||||
tangodevice=tango://localhost:10000/box/plc/_t4
|
||||
.description=Temperature4 of the coils system
|
||||
#warnlimits=(0, 50)
|
||||
value.unit='degC'
|
||||
|
||||
[device currentsource]
|
||||
class=secop_mlz.entangle.PowerSupply
|
||||
tangodevice=tango://amagnet.antares.frm2:10000/box/lambda/curr
|
||||
tangodevice=tango://localhost:10000/box/lambda/curr
|
||||
.description=Device for the magnet power supply (current mode)
|
||||
abslimits=(0,200)
|
||||
speed=1
|
||||
|
Reference in New Issue
Block a user