From 1539bfc66a3fc82526ead5f48d766f26c7e17665 Mon Sep 17 00:00:00 2001 From: Edward Wall Date: Mon, 23 Sep 2024 09:04:08 +0200 Subject: [PATCH] bugfix: don't need to run on initialisation --- sinqEPICSApp/Db/sinq_asyn_motor.db | 9 --------- 1 file changed, 9 deletions(-) diff --git a/sinqEPICSApp/Db/sinq_asyn_motor.db b/sinqEPICSApp/Db/sinq_asyn_motor.db index 61e2878..d5e0d45 100644 --- a/sinqEPICSApp/Db/sinq_asyn_motor.db +++ b/sinqEPICSApp/Db/sinq_asyn_motor.db @@ -50,14 +50,5 @@ record(longin, "$(P)$(M):Enable_RBV") { record(longout, "$(P)$(M):Reread_Encoder") { field(DTYP, "asynInt32") field(OUT, "@asyn($(PORT),$(N),1) REREAD_ENCODER_POSITION") - field(PINI, "YES") -} - -# reread encoder -record(longin, "$(P)$(M):Reread_Encoder_RBV") { - field(DTYP, "asynInt32") - field(INP, "@asyn($(PORT),$(N),1) REREAD_ENCODER_POSITION_RBV") field(PINI, "NO") - field(SCAN, "1 second") } -