From d62552ee132f6ea54ca16f3a50e458b55320608e Mon Sep 17 00:00:00 2001 From: Ron Sluiter Date: Thu, 18 Mar 2010 14:47:03 +0000 Subject: [PATCH] MSTA wrong at boot-up; force posting from init_record(). --- motorApp/MotorSrc/motorRecord.cc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/motorApp/MotorSrc/motorRecord.cc b/motorApp/MotorSrc/motorRecord.cc index fd824938..06b861c8 100644 --- a/motorApp/MotorSrc/motorRecord.cc +++ b/motorApp/MotorSrc/motorRecord.cc @@ -131,6 +131,7 @@ HeadURL: $URL$ * .54 10-27-09 rls - reverse which limit switch is used in do_work() home * search error check based on DIR field. * .55 02-18-10 rls - Fix for backlash not done when MRES<0 and DIR="Neg". + * .56 03-18-10 rls - MSTA wrong at boot-up; force posting from init_record(). * */ @@ -619,6 +620,8 @@ static long init_record(dbCommon* arg, int pass) MARK(M_LVIO); } + MARK(M_MSTA); /* MSTA incorrect at boot-up; force posting. */ + monitor(pmr); return(OK); }