From 79e14d0014dac5afaacb53e1e4db0a15421e4261 Mon Sep 17 00:00:00 2001 From: Ron Sluiter Date: Tue, 22 May 2007 17:24:50 +0000 Subject: [PATCH] Force "alldone" PV to "done" state on record initialization. --- motorApp/Db/motorUtil.db | 1 + 1 file changed, 1 insertion(+) diff --git a/motorApp/Db/motorUtil.db b/motorApp/Db/motorUtil.db index f4e3cd48..1f05f16c 100644 --- a/motorApp/Db/motorUtil.db +++ b/motorApp/Db/motorUtil.db @@ -16,6 +16,7 @@ record(bo, "$(P)allstop") { record(bi, "$(P)alldone") { field(ZNAM, "moving") field(ONAM, "done") + field(INP, "1") field(DESC, "All IOC motors done moving.") }