From b041d72b66407b12bda5fd8d1dd405bd477522cf Mon Sep 17 00:00:00 2001 From: Enrico Faulhaber Date: Mon, 16 Apr 2018 14:29:40 +0200 Subject: [PATCH] amagnet: fix wrongly renamed tangomodule Change-Id: I9069bbe4d7ad0812ab90013731ed5233c792cc63 Reviewed-on: https://forge.frm2.tum.de/review/17737 Tested-by: JenkinsCodeReview Reviewed-by: Enrico Faulhaber --- etc/amagnet.cfg | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/etc/amagnet.cfg b/etc/amagnet.cfg index df164a5..7eeb826 100644 --- a/etc/amagnet.cfg +++ b/etc/amagnet.cfg @@ -23,7 +23,7 @@ encoding=secop [module enable] class=secop_mlz.entangle.NamedDigitalOutput -tangomodule='tango://localhost: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}] [module polarity] class=secop_mlz.entangle.NamedDigitalOutput -tangomodule=tango://localhost: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 [module symmetry] class=secop_mlz.entangle.NamedDigitalOutput -tangomodule=tango://localhost: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}] [module T1] class=secop_mlz.entangle.AnalogInput -tangomodule=tango://localhost:10000/box/plc/_t1 +tangodevice=tango://localhost:10000/box/plc/_t1 .description=Temperature1 of the coils system #warnlimits=(0, 50) value.unit='degC' [module T2] class=secop_mlz.entangle.AnalogInput -tangomodule=tango://localhost:10000/box/plc/_t2 +tangodevice=tango://localhost:10000/box/plc/_t2 .description=Temperature2 of the coils system #warnlimits=(0, 50) value.unit='degC' [module T3] class=secop_mlz.entangle.AnalogInput -tangomodule=tango://localhost:10000/box/plc/_t3 +tangodevice=tango://localhost:10000/box/plc/_t3 .description=Temperature3 of the coils system #warnlimits=(0, 50) value.unit='degC' [module T4] class=secop_mlz.entangle.AnalogInput -tangomodule=tango://localhost:10000/box/plc/_t4 +tangodevice=tango://localhost:10000/box/plc/_t4 .description=Temperature4 of the coils system #warnlimits=(0, 50) value.unit='degC' [module currentsource] class=secop_mlz.entangle.PowerSupply -tangomodule=tango://localhost: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