Allow the RSTM field to be specified when motor records are loaded with dbLoadRecords or dbLoadTemplate

This commit is contained in:
kpetersn
2020-06-11 17:57:16 -05:00
parent 90efeda22a
commit 4e9aae4e3e
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -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")
}
+1
View File
@@ -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")
}