From 4aa49cb689fc8a6d8b8056cd49060c0a61c618df Mon Sep 17 00:00:00 2001 From: gac-x11ma Date: Thu, 9 May 2019 15:45:23 +0200 Subject: [PATCH] Closedown --- config/devices.properties | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config/devices.properties b/config/devices.properties index b0d199d..01708d0 100644 --- a/config/devices.properties +++ b/config/devices.properties @@ -1,3 +1,8 @@ +edata=ch.psi.pshell.epics.ChannelDoubleArray|EDATA 3|Read|| +count=ch.psi.pshell.epics.ChannelInteger|COUNT|Read||true +data=ch.psi.pshell.epics.ChannelDoubleArray|DATA 3|Read|| +fdata=ch.psi.pshell.epics.ChannelDoubleArray|FDATA 3|Read|| +idata=ch.psi.pshell.epics.ChannelDoubleArray|IDATA 3|Read|| Keithley_3_raw=ch.psi.pshell.epics.ChannelDouble|X11MA-KEI12:READOUT|Read||true Keithley_2_raw=ch.psi.pshell.epics.ChannelDouble|X11MA-KEI11:READOUT|Read||true Keithley_1_raw=ch.psi.pshell.epics.ChannelDouble|X11MA-KEI10:READOUT|Read||true