Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion ADCore/ADApp/Db/ADBase.template
Original file line number Diff line number Diff line change
Expand Up @@ -603,10 +603,18 @@ record(calcout, "$(P)$(R)ShutterCloseEPICS")
info(autosaveFields, "OUT OCAL")
}

record(longin, "$(P)$(R)ShutterStatusEPICS:TEST")
{

}

record(mbbi, "$(P)$(R)ShutterStatusEPICS_RBV")
{
field(DTYP, "Raw Soft Channel")
field(INP, "test CP MS")
# set INP to PV to show status of EPICS controlled shutter, should be a CP link
# and ZRVL/ONVL need to reflect closed/open raw readback value from this PV
# INP/ZRVL/ONVL are all autosaved
field(INP, "$(P)$(R)ShutterStatusEPICS:TEST CP MS")
field(ZRVL, "0")
field(ZRST, "Closed")
field(ZRSV, "NO_ALARM")
Expand Down