From 3070543aa0c0aef3235c918e778f64b102f3ddf7 Mon Sep 17 00:00:00 2001 From: Ron Sluiter Date: Tue, 5 Sep 2000 22:06:50 +0000 Subject: [PATCH] - Cannot move after homing to LVIO. This is only part of the problem. --- motorApp/MotorSrc/motorRecord.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/motorApp/MotorSrc/motorRecord.c b/motorApp/MotorSrc/motorRecord.c index f1dfe8d0..0af25678 100644 --- a/motorApp/MotorSrc/motorRecord.c +++ b/motorApp/MotorSrc/motorRecord.c @@ -2,9 +2,9 @@ FILENAME... motorRecord.c USAGE... Record Support Routines for the Motor record. -Version: $Revision: 1.6 $ +Version: $Revision: 1.7 $ Modified By: $Author: sluiter $ -Last Modified: $Date: 2000-08-18 19:44:37 $ +Last Modified: $Date: 2000-09-05 22:06:50 $ */ /* @@ -1169,7 +1169,8 @@ STATIC long process(motorRecord * pmr) if (pmr->lvio && !pmr->set) { pmr->stop = 1; - pmr->jogf = pmr->jogr = 0; + /* Clear all the buttons that cause motion. */ + pmr->jogf = pmr->jogr = pmr->homf = pmr->homr = 0; } } /* Do we need to examine the record to figure out what work to perform? */