Skip to content

Commit

Permalink
feat: Timestamp absolute - lock to its event.
Browse files Browse the repository at this point in the history
  • Loading branch information
jerzyjamroz committed Nov 29, 2024
1 parent a5c9543 commit 0b5b4ae
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions evrMrmApp/Db/mrmevrtsbuf.db
Original file line number Diff line number Diff line change
Expand Up @@ -94,3 +94,9 @@ record(waveform, "$(P)TsBufLabel-I") {
field(NELM, "128")
info(autosaveFields_pass1, "VAL")
}

record(printf, "$(P)TsAbsLock_") {
field(FMT, "@OBJ=$(EVR),Code=%u")
field(INP0, "$(P)FlshEvt-SP CPP")
field(OUT, "$(P)-SP.OUT CP")
}

0 comments on commit 0b5b4ae

Please sign in to comment.