Files
sinqepicsapp/sinqEPICSApp/Db/el755.db

23 lines
439 B
Plaintext

##
## Read the Current
##
record(ai, "$(PREFIX)CurRBV") {
field(DTYP, "stream")
field(DESC, "Current Readback")
field(INP, "@el755.proto read($(NO)) el755 0")
field(SCAN, "1 second")
field(PREC, "3")
field(EGU, "A")
}
##
## Set the current
##
record(ao, "$(PREFIX)CurSet") {
field(DTYP, "stream")
field(DESC, "Setpoint current")
field(OUT, "@el755.proto write($(NO)) el755 0")
field(PREC, "3")
field(EGU, "A")
}