Merge pull request #163 from epics-modules/RSTM-improvements

Autosave the RSTM field and allow it to be specified when motor records are loaded.
This commit is contained in:
Kevin Peterson
2020-06-11 18:17:36 -05:00
committed by GitHub
4 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -892,7 +892,7 @@ below.
<tr>
<td><a href="#Fields_res">RSTM</a></td>
<td>R/W</td>
<td>Restory Mode</td>
<td>Restore Mode</td>
<td>RECCHOICE</td>
<td>(0:"Never", 1:"Always", 2:"NearZero", 3:"Conditional")<br>
</td>
+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 -1
View File
@@ -44,4 +44,4 @@ $(P)$(M).PREM
$(P)$(M).POST
$(P)$(M).FLNK
$(P)$(M).RMOD
$(P)$(M).RSTM
+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")
}