forked from epics_driver_modules/motorBase
Allow the RSTM field to be specified when motor records are loaded with dbLoadRecords or dbLoadTemplate
This commit is contained in:
@@ -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")
|
||||
}
|
||||
|
||||
@@ -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")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user