From 4e9aae4e3ee56e429e5cb1aa623d56d5cc7e2f33 Mon Sep 17 00:00:00 2001 From: kpetersn Date: Thu, 11 Jun 2020 17:57:16 -0500 Subject: [PATCH] Allow the RSTM field to be specified when motor records are loaded with dbLoadRecords or dbLoadTemplate --- motorApp/Db/asyn_motor.db | 1 + motorApp/Db/motor.db | 1 + 2 files changed, 2 insertions(+) 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") }