From 27cb93553a6762cc66a82e3188ead0d0d1165e61 Mon Sep 17 00:00:00 2001 From: Ron Sluiter Date: Tue, 2 Oct 2001 23:12:16 +0000 Subject: [PATCH] - Replaced PDIF with CDIR field. - PP field initial value is zero. - See README V4.5 item #2. --- motorApp/MotorSrc/motorRecord.dbd | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/motorApp/MotorSrc/motorRecord.dbd b/motorApp/MotorSrc/motorRecord.dbd index 0180e93d..b9be2e33 100644 --- a/motorApp/MotorSrc/motorRecord.dbd +++ b/motorApp/MotorSrc/motorRecord.dbd @@ -1,8 +1,8 @@ # FILENAME... motorRecord.dbd -# Version: $Revision: 1.4 $ +# Version: $Revision: 1.5 $ # Modified By: $Author: sluiter $ -# Last Modified: $Date: 2001-06-05 15:43:52 $ +# Last Modified: $Date: 2001-10-02 23:12:16 $ # Experimental Physics and Industrial Control System (EPICS) @@ -539,8 +539,8 @@ recordtype(motor) { prompt("Difference rval-rrbv") special(SPC_NOMOD) } - field(PDIF,DBF_LONG) { - prompt("Previous RDIF") + field(CDIR,DBF_SHORT) { + prompt("Command direction") special(SPC_NOMOD) } field(RRBV,DBF_LONG) { @@ -592,7 +592,7 @@ recordtype(motor) { prompt("Post process command") special(SPC_NOMOD) interest(2) - initial("1") + initial("0") } field(MIP,DBF_USHORT) { prompt("Motion In Progress")