Skip to content

Commit

Permalink
Add autosave fields to ai, ao, bi, bo, longin, longout template files
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Mock committed Feb 5, 2020
1 parent abca55d commit 58ec128
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions CAENHVAsynApp/Db/ai.template
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ record(ai, "$(P)$(R)") {
field(LOPR, "$(LOPR)")
field(HOPR, "$(HOPR)")
field(INP, "@asyn($(PORT))$(PARAM)")
info(autosaveFields, "VAL")
}
1 change: 1 addition & 0 deletions CAENHVAsynApp/Db/ao.template
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ record(ao, "$(P)$(R)") {
field(DRVL, "$(DRVL)")
field(DRVH, "$(DRVH)")
field(OUT, "@asyn($(PORT))$(PARAM)")
info(autosaveFields, "VAL")
}
1 change: 1 addition & 0 deletions CAENHVAsynApp/Db/bi.template
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ record(bi, "$(P)$(R)") {
field(INP, "@asynMask($(PORT),0,$(MASK))$(PARAM)")
field(ZNAM, "$(ZNAM)")
field(ONAM, "$(ONAM)")
info(autosaveFields, "VAL")
}
1 change: 1 addition & 0 deletions CAENHVAsynApp/Db/bo.template
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ record(bo, "$(P)$(R)") {
field(OUT, "@asynMask($(PORT),0,$(MASK))$(PARAM)")
field(ZNAM, "$(ZNAM)")
field(ONAM, "$(ONAM)")
info(autosaveFields, "VAL")
}
1 change: 1 addition & 0 deletions CAENHVAsynApp/Db/longin.template
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ record(longin, "$(P)$(R)") {
field(PINI, "YES")
field(SCAN, "$(SCAN)")
field(INP, "@asyn($(PORT))$(PARAM)")
info(autosaveFields, "VAL")
}
1 change: 1 addition & 0 deletions CAENHVAsynApp/Db/longout.template
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ record(longout, "$(P)$(R)") {
field(PINI, "YES")
field(SCAN, "Passive")
field(OUT, "@asyn($(PORT))$(PARAM)")
info(autosaveFields, "VAL")
}
3 changes: 3 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
Release notes for the CAENHVAsyn EPICS Module.

## Releases:
* __R1.1.2__: 2020-02-05 J. Mock
* Add autosave fields to ai, ao, bi, bo, longin, longout template files

* __R1.1.1__: 2019-09-16 J. Vasquez
* Update definition of RELEASE file. The version of EPICS base should not be defined there.

Expand Down

0 comments on commit 58ec128

Please sign in to comment.