Added support for an addition Pause, Status and MsgTxt field to the EL737 scaler driver
This commit is contained in:
19
sinqEPICSApp/Db/el737Record.db
Normal file
19
sinqEPICSApp/Db/el737Record.db
Normal file
@ -0,0 +1,19 @@
|
||||
|
||||
record(bo,"$(P):Pause")
|
||||
{
|
||||
field(DTYP,"Soft Channel")
|
||||
}
|
||||
record(longin,"$(P):Status")
|
||||
{
|
||||
field(DTYP,"Soft Channel")
|
||||
}
|
||||
record(stringin,"$(P):MsgTxt")
|
||||
{
|
||||
field(DTYP,"Soft Channel")
|
||||
}
|
||||
record(scaler,"$(P)")
|
||||
{
|
||||
field(DESC,"$(DESC)")
|
||||
field(DTYP,"asynScalerEL737")
|
||||
field(OUT,"INST_IO @asyn($(PORT),0)")
|
||||
}
|
Reference in New Issue
Block a user