Skip to content

Commit

Permalink
Add mbbi record for evg Dbus source sel. Fix the EVR record name for CML
Browse files Browse the repository at this point in the history
  • Loading branch information
rhong authored and jerzyjamroz committed Oct 3, 2024
1 parent d57694c commit 1cd97d9
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
14 changes: 13 additions & 1 deletion evgMrmApp/Db/evgDbus.db
Original file line number Diff line number Diff line change
Expand Up @@ -293,10 +293,22 @@ record(mbbo, "$(P)Map-Sel") {
#
record(mbbiDirect, "$(P)Src-MbbiDir_") {
field(ASG, "private")
field(DESC, "EVG Trig Evt Trig")
field(DESC, "EVG Dbus source")
field(INP, "$(P)Src-Sel.RVAL CP")
}

record(mbbiDirect, "$(P)Src1-MbbiDir_") {
field(ASG, "private")
field(DESC, "EVG Dbus source 1")
field(INP, "$(P)Src1-Sel.RVAL CP")
}

record(mbbiDirect, "$(P)Src2-MbbiDir_") {
field(ASG, "private")
field(DESC, "EVG Dbus source 2")
field(INP, "$(P)Src2-Sel.RVAL CP")
}

record(bo, "$(P)Src$(s=:)FrontInp0-Sel") {
field(DESC, "Front Input0 on Dbus")
field(DTYP, "EVG Dbus")
Expand Down
4 changes: 2 additions & 2 deletions evrMrmApp/Db/evr-vme-300.substitutions
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,8 @@ file "mrmevroutint.db"
file "evrcml.db"
{pattern
{P, ON, OBJ, NBIT, MAX}
{"\$(P)", "\$(P)OutFPUV06", "$(EVR):CML0", 40, 81880}
{"\$(P)", "\$(P)OutFPUV07", "$(EVR):CML1", 40, 81880}
{"\$(P)", "\$(P)OutFPUV6", "$(EVR):CML0", 40, 81880}
{"\$(P)", "\$(P)OutFPUV7", "$(EVR):CML1", 40, 81880}
{"\$(P)", "\$(P)OutFPCML0", "$(EVR):CML2", 40, 81880}
{"\$(P)", "\$(P)OutFPCML1", "$(EVR):CML3", 40, 81880}
}
Expand Down

0 comments on commit 1cd97d9

Please sign in to comment.