Skip to content

Commit

Permalink
fix: Minor update of the fine delay record support.
Browse files Browse the repository at this point in the history
  • Loading branch information
jerzyjamroz committed Sep 17, 2024
1 parent 2f01e05 commit b60ea25
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions evrMrmApp/Db/mrmevrout.db
Original file line number Diff line number Diff line change
Expand Up @@ -527,27 +527,27 @@ record(waveform, "$(ON)Label-I") {
# Fine delay

record(ao, "$(ON)FineDelay-SP") {
field( DESC, "First delay output")
field( DESC, "Fine 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( DRVH, "10")
field( DRVL, "0")
field( PREC, "2")
field( FLNK, "$(ON)FineDelay-RB")
info( autosaveFields_pass0, "VAL")
}

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


0 comments on commit b60ea25

Please sign in to comment.