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); }