MSTA wrong at boot-up; force posting from init_record().

This commit is contained in:
Ron Sluiter
2010-03-18 14:47:03 +00:00
parent f0cf41d4ef
commit d62552ee13
+3
View File
@@ -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);
}