diff --git a/motorApp/Db/asyn_motor.db b/motorApp/Db/asyn_motor.db index aeb0a430..e7089228 100644 --- a/motorApp/Db/asyn_motor.db +++ b/motorApp/Db/asyn_motor.db @@ -21,6 +21,7 @@ record(motor, "$(P)$(M)") { field(DLLM, "$(DLLM)") field(INIT, "$(INIT)") field(RTRY, "$(RTRY=10)") + field(RSTM, "$(RSTM=NearZero)") field(TWV, "1") field(SDIS, "$(P)$(M)_able.VAL") } diff --git a/motorApp/Db/motor.db b/motorApp/Db/motor.db index 33ad2129..3b6c0e5d 100644 --- a/motorApp/Db/motor.db +++ b/motorApp/Db/motor.db @@ -20,6 +20,7 @@ record(motor, "$(P)$(M)") { field(DHLM, "$(DHLM)") field(DLLM, "$(DLLM)") field(INIT, "$(INIT)") + field(RSTM, "$(RSTM=NearZero)") field(TWV, "1") field(SDIS, "$(P)$(M)_able.VAL") }