Skip to content

Commit

Permalink
fix: mbbo selections to follow others.
Browse files Browse the repository at this point in the history
  • Loading branch information
jerzyjamroz committed Aug 27, 2024
1 parent d0946e9 commit 6ddc071
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion evgMrmApp/Db/evgDbus.db
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ record(mbbo, "$(P)Src2-Sel") {
field(PINI, "YES")
field(VAL, "0")
field(ZRST, "Off")
field(ONST, "FrontInp2")
field(ONST, "Front2")
field(TWST, "Rear0")
field(ZRVL, "0")
field(ONVL, "1")
Expand Down
12 changes: 6 additions & 6 deletions evgMrmApp/Db/evgMrm.db
Original file line number Diff line number Diff line change
Expand Up @@ -190,13 +190,13 @@ record(mbbo, "$(P)PpsInp1-Sel") {
field(UDF, "0")
field(VAL, "0")
field(ZRST, "None")
field(ONST, "UnivInp11")
field(TWST, "UnivInp12")
field(THST, "UnivInp13")
field(FRST, "UnivInp14")
field(FVST, "UnivInp15")
field(ONST, "Univ11")
field(TWST, "Univ12")
field(THST, "Univ13")
field(FRST, "Univ14")
field(FVST, "Univ15")
field(SXST, "EPICS Scan")
field(SVST, "RearInp0")
field(SVST, "Rear0")
field(ZRVL, "0x0")
field(ONVL, "0x1")
field(TWVL, "0x2")
Expand Down

0 comments on commit 6ddc071

Please sign in to comment.