Skip to content

Commit

Permalink
revert: evrMrmApp/Db/mrmevrtsabs.template removed
Browse files Browse the repository at this point in the history
- There is a possibility to bind 1 abs event to many * relative events.
- Minor fixes
- Code-SP added to control event codes without knowing the OBJ.
  • Loading branch information
jerzyjamroz committed Dec 2, 2024
1 parent e0bd9ea commit 7d4ce53
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 24 deletions.
16 changes: 16 additions & 0 deletions evrApp/Db/evreventutag.db
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,19 @@ record(calc, "$(EN)Cnt-I") {
field(INPA, "$(EN)Cnt-I NPP")
$(SFTSEN=)field(TSEL, "$(EN)-SP.TIME")
}

record(longout, "$(EN)Code-SP") {
field(DESC, "Event Code")
field(VAL , "$(CODE=255)")
field(PINI, "YES")
alias("$(EN)Code-RB")
info(autosaveFields_pass0, "VAL")
}

record(printf, "$(EN)Code-Lock_") {
field(ASG, "private")
field(DISP, "1")
field(FMT, "@OBJ=$(OBJ),Code=%u")
field(INP0, "$(EN)Code-SP CPP")
field(OUT, "$(EN)-SP.OUT CP")
}
1 change: 0 additions & 1 deletion evrMrmApp/Db/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ DB += mrmevrbase.template
DB += mrmevrdc.template
DB += mrmevrbufrx.db
DB += mrmevrtsbuf.db
DB += mrmevrtsabs.template
DB += sequencedemo.db
DB += mrmevrdlymodule.template
DB += evrSoftSeq.template
Expand Down
21 changes: 0 additions & 21 deletions evrMrmApp/Db/mrmevrtsabs.template

This file was deleted.

3 changes: 1 addition & 2 deletions evrMrmApp/Db/mrmevrtsbuf.db
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ record(waveform, "$(P)TS-I") {
field(NELM, "$(NELM=128)")
field(TSE , "-2")
field(EGU , "ns")
info(autosaveFields_pass0, "NELM")
}

record(longout, "$(P)CptEvt-SP") {
Expand Down Expand Up @@ -88,7 +87,7 @@ record(calc, "$(P)DropRate-I") {
field(CALC, "C:=A-B;B:=A;C/10")
}

record(waveform, "$(P)TsBufLabel-I") {
record(waveform, "$(P)TSLabel-I") {
field(DESC, "$(DESC)")
field(FTVL, "CHAR")
field(NELM, "128")
Expand Down

0 comments on commit 7d4ce53

Please sign in to comment.