From 5cc529c26245479fd8e044c3b93230e1183b7cb9 Mon Sep 17 00:00:00 2001 From: Ron Sluiter Date: Mon, 14 May 2001 19:48:43 +0000 Subject: [PATCH] - Support for changing jog velocity on-the-fly. - Added JVEL and JAR fields. --- motorApp/MotorSrc/motorRecord.dbd | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/motorApp/MotorSrc/motorRecord.dbd b/motorApp/MotorSrc/motorRecord.dbd index 5ccc052a..480e0220 100644 --- a/motorApp/MotorSrc/motorRecord.dbd +++ b/motorApp/MotorSrc/motorRecord.dbd @@ -1,8 +1,8 @@ # FILENAME... motorRecord.dbd -# Version: $Revision: 1.2 $ +# Version: $Revision: 1.3 $ # Modified By: $Author: sluiter $ -# Last Modified: $Date: 2000-08-16 19:09:06 $ +# Last Modified: $Date: 2001-05-14 19:48:43 $ # Experimental Physics and Industrial Control System (EPICS) @@ -685,4 +685,17 @@ recordtype(motor) { special(SPC_MOD) interest(1) } + field(JVEL,DBF_FLOAT) { + prompt("Jog Velocity (EGU/s)") + promptgroup(GUI_COMMON) + special(SPC_MOD) + interest(1) + } + field(JAR,DBF_FLOAT) { + prompt("Jog Accel. (EGU/s^2)") + promptgroup(GUI_COMMON) + special(SPC_MOD) + interest(1) + initial("10.0") + } }