Skip to content

Commit

Permalink
adding record to support the fine delay
Browse files Browse the repository at this point in the history
  • Loading branch information
rhong committed Sep 13, 2024
1 parent cee0d52 commit d99b411
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions evrMrmApp/Db/mrmevrout.db
Original file line number Diff line number Diff line change
Expand Up @@ -523,3 +523,31 @@ record(waveform, "$(ON)Label-I") {
info(autosaveFields_pass1, "VAL")
alias("$(ON)User-SP")
}

# Fine delay

record(ao, "$(ON)FineDelay-SP") {
field( DESC, "First delay output")
field( DTYP, "Obj Prop double")
field( OUT , "@OBJ=$(OBJ), PROP=Fine Delay")
field( EGU , "ns")
field( PINI, "YES")
field( VAL , "0")
field( HOPR, "8.686")
field( LOPR, "0")
field( PREC, 2)
field( FLNK, "$(ON)FineDelay-RB")
info( autosaveFields_pass0, "VAL")
}

record(ai, "$(ON)FineDelay-RB") {
field( DESC, "First delay readback")
field( DTYP, "Obj Prop double")
field( INP , "@OBJ=$(OBJ), PROP=Fine Delay")
field( HIHI, "8.687")
field( LOLO, "-0.001")
field( PREC, 2)
field( EGU, "ns")
}


0 comments on commit d99b411

Please sign in to comment.