From a233d21fd8556a284c29912deaaabe9fb7364bc3 Mon Sep 17 00:00:00 2001 From: Leonardo Sala Date: Thu, 26 Nov 2015 14:08:20 +0100 Subject: [PATCH] Startup --- config/devices.properties | 11 +++++++++-- config/devices.properties~ | 18 ++++++++++++++++++ devices/bm1try.properties | 14 ++++++++++++++ devices/bm2trx.properties | 14 ++++++++++++++ devices/bm2try.properties | 14 ++++++++++++++ devices/bm3try.properties | 14 ++++++++++++++ 6 files changed, 83 insertions(+), 2 deletions(-) create mode 100644 config/devices.properties~ create mode 100644 devices/bm1try.properties create mode 100644 devices/bm2trx.properties create mode 100644 devices/bm2try.properties create mode 100644 devices/bm3try.properties diff --git a/config/devices.properties b/config/devices.properties index d87f58a..d689c66 100644 --- a/config/devices.properties +++ b/config/devices.properties @@ -7,5 +7,12 @@ bpm5b=ch.psi.pshell.epics.ChannelDouble|X12SA-OP-BPM5:Current2:MeanValue_RBV|Rea bpm5c=ch.psi.pshell.epics.ChannelDouble|X12SA-OP-BPM5:Current3:MeanValue_RBV|Read||true bpm5d=ch.psi.pshell.epics.ChannelDouble|X12SA-OP-BPM5:Current4:MeanValue_RBV|Read||true dummy=ch.psi.pshell.device.DummyMotor||||true -bm3trx=ch.psi.pshell.epics.Motor|X12SA-OP-BM1:TRX1|||true -sdev1=ch.psi.pshell.serial.SerialPortDevice|/dev/tty||| +bm1trx=ch.psi.pshell.epics.Motor|X12SA-OP-BM1:TRX1|||true +bm1try=ch.psi.pshell.epics.Motor|X12SA-OP-BM1:TRY1|||true +bm2trx=ch.psi.pshell.epics.Motor|X12SA-OP-BM2:TRX1|||true +bm2try=ch.psi.pshell.epics.Motor|X12SA-OP-BM2:TRY1|||true +bm3trx=ch.psi.pshell.epics.Motor|X12SA-OP-BM3:TRX1|||true +bm3try=ch.psi.pshell.epics.Motor|X12SA-OP-BM3:TRY1|||true + +#bm3trx=ch.psi.pshell.epics.Motor|X12SA-OP-BM1:TRX1|||true +#sdev1=ch.psi.pshell.serial.SerialPortDevice|/dev/tty||| diff --git a/config/devices.properties~ b/config/devices.properties~ new file mode 100644 index 0000000..d689c66 --- /dev/null +++ b/config/devices.properties~ @@ -0,0 +1,18 @@ +bpm3a=ch.psi.pshell.epics.ChannelDouble|X12SA-OP-BPM3:Current1:MeanValue_RBV|Read||true +bpm3b=ch.psi.pshell.epics.ChannelDouble|X12SA-OP-BPM3:Current2:MeanValue_RBV|Read||true +bmp3c=ch.psi.pshell.epics.ChannelDouble|X12SA-OP-BPM3:Current3:MeanValue_RBV|Read||true +bpm3d=ch.psi.pshell.epics.ChannelDouble|X12SA-OP-BPM3:Current4:MeanValue_RBV|Read||true +bpm5a=ch.psi.pshell.epics.ChannelDouble|X12SA-OP-BPM5:Current1:MeanValue_RBV|Read||true +bpm5b=ch.psi.pshell.epics.ChannelDouble|X12SA-OP-BPM5:Current2:MeanValue_RBV|Read||true +bpm5c=ch.psi.pshell.epics.ChannelDouble|X12SA-OP-BPM5:Current3:MeanValue_RBV|Read||true +bpm5d=ch.psi.pshell.epics.ChannelDouble|X12SA-OP-BPM5:Current4:MeanValue_RBV|Read||true +dummy=ch.psi.pshell.device.DummyMotor||||true +bm1trx=ch.psi.pshell.epics.Motor|X12SA-OP-BM1:TRX1|||true +bm1try=ch.psi.pshell.epics.Motor|X12SA-OP-BM1:TRY1|||true +bm2trx=ch.psi.pshell.epics.Motor|X12SA-OP-BM2:TRX1|||true +bm2try=ch.psi.pshell.epics.Motor|X12SA-OP-BM2:TRY1|||true +bm3trx=ch.psi.pshell.epics.Motor|X12SA-OP-BM3:TRX1|||true +bm3try=ch.psi.pshell.epics.Motor|X12SA-OP-BM3:TRY1|||true + +#bm3trx=ch.psi.pshell.epics.Motor|X12SA-OP-BM1:TRX1|||true +#sdev1=ch.psi.pshell.serial.SerialPortDevice|/dev/tty||| diff --git a/devices/bm1try.properties b/devices/bm1try.properties new file mode 100644 index 0000000..9be6e44 --- /dev/null +++ b/devices/bm1try.properties @@ -0,0 +1,14 @@ +#Thu Nov 26 14:08:13 CET 2015 +defaultSpeed=1.0 +estbilizationDelay=0 +hasEnable=false +homingType=None +maxSpeed=NaN +maxValue=42.0 +minSpeed=0.1 +minValue=-7.0 +offset=0.0 +precision=5 +resolution=0.00125 +scale=1.0 +unit=mm diff --git a/devices/bm2trx.properties b/devices/bm2trx.properties new file mode 100644 index 0000000..7a0e880 --- /dev/null +++ b/devices/bm2trx.properties @@ -0,0 +1,14 @@ +#Thu Nov 26 14:08:13 CET 2015 +defaultSpeed=1.0 +estbilizationDelay=0 +hasEnable=false +homingType=None +maxSpeed=NaN +maxValue=15.1175 +minSpeed=0.1 +minValue=-24.8825 +offset=0.0 +precision=5 +resolution=0.0025 +scale=1.0 +unit=mm diff --git a/devices/bm2try.properties b/devices/bm2try.properties new file mode 100644 index 0000000..f2477c9 --- /dev/null +++ b/devices/bm2try.properties @@ -0,0 +1,14 @@ +#Thu Nov 26 14:08:13 CET 2015 +defaultSpeed=0.3 +estbilizationDelay=0 +hasEnable=false +homingType=None +maxSpeed=NaN +maxValue=22.00449082 +minSpeed=0.05 +minValue=-10.995509179999999 +offset=0.0 +precision=5 +resolution=1.8E-4 +scale=1.0 +unit=mm diff --git a/devices/bm3try.properties b/devices/bm3try.properties new file mode 100644 index 0000000..0f45b35 --- /dev/null +++ b/devices/bm3try.properties @@ -0,0 +1,14 @@ +#Thu Nov 26 14:08:14 CET 2015 +defaultSpeed=1.0 +estbilizationDelay=0 +hasEnable=false +homingType=None +maxSpeed=NaN +maxValue=22.465 +minSpeed=0.2 +minValue=-27.535 +offset=0.0 +precision=5 +resolution=0.0025 +scale=1.0 +unit=mm