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