Skip to content
Snippets Groups Projects
Commit 624e2ec7 authored by Gabriel Fedel's avatar Gabriel Fedel :speech_balloon:
Browse files

Remove control tables from restore

parent 60f9e5d0
No related branches found
No related tags found
No related merge requests found
......@@ -42,20 +42,16 @@ record(fanout, "$(P)$(R)#RestGrpSIS8300LLRF") {
record(fanout, "$(P)$(R)#RestPI1") {
field(DESC, "Inter. Process PI PVs")
field(LNK0, "$(P)$(R)SPTbl-I")
field(LNK1, "$(P)$(R)SPTbl-Q")
field(LNK2, "$(P)$(R)FFTbl-I")
field(LNK3, "$(P)$(R)FFTbl-Q")
field(LNK4, "$(P)$(R)SPTbl-Mode")
field(LNK5, "$(P)$(R)FFTbl-Mode")
field(LNK6, "$(P)$(R)RFCtrlCnstSP-I")
field(LNK7, "$(P)$(R)RFCtrlCnstSP-Q")
field(LNK8, "$(P)$(R)RFCtrlCnstSPEn")
field(LNK9, "$(P)$(R)RFCtrlCnstFF-I")
field(LNKA, "$(P)$(R)RFCtrlCnstFF-Q")
field(LNKB, "$(P)$(R)RFCtrlCnstFFEn")
field(LNKD, "$(P)$(R)RFCtrlSatMax-I")
field(LNKD, "$(P)$(R)RFCtrlSatMax-Q")
field(LNK0, "$(P)$(R)SPTbl-Mode")
field(LNK1, "$(P)$(R)FFTbl-Mode")
field(LNK2, "$(P)$(R)RFCtrlCnstSP-I")
field(LNK3, "$(P)$(R)RFCtrlCnstSP-Q")
field(LNK4, "$(P)$(R)RFCtrlCnstSPEn")
field(LNK5, "$(P)$(R)RFCtrlCnstFF-I")
field(LNK6, "$(P)$(R)RFCtrlCnstFF-Q")
field(LNK7, "$(P)$(R)RFCtrlCnstFFEn")
field(LNK8, "$(P)$(R)RFCtrlSatMax-I")
field(LNK9, "$(P)$(R)RFCtrlSatMax-Q")
info(SYSTEM, "LLRF")
}
......@@ -84,14 +80,10 @@ record(fanout, "$(P)$(R)#RestPIMagAng") {
field(LNK5, "$(P)$(R)RFCtrlFFCalLin")
field(LNK6, "$(P)$(R)RFCtrlSPCalEn")
field(LNK7, "$(P)$(R)RFCtrlFFCalEn")
field(LNK8, "$(P)$(R)SPTbl-Mag")
field(LNK9, "$(P)$(R)FFTbl-Mag")
field(LNKA, "$(P)$(R)SPTbl-Ang")
field(LNKB, "$(P)$(R)FFTbl-Ang")
field(LNKC, "$(P)$(R)RFCtrlCnstSP-Mag")
field(LNKD, "$(P)$(R)RFCtrlCnstFF-Mag")
field(LNKE, "$(P)$(R)RFCtrlCnstSP-Ang")
field(LNKF, "$(P)$(R)RFCtrlCnstFF-Ang")
field(LNK8, "$(P)$(R)RFCtrlCnstSP-Mag")
field(LNK9, "$(P)$(R)RFCtrlCnstFF-Mag")
field(LNKA, "$(P)$(R)RFCtrlCnstSP-Ang")
field(LNKB, "$(P)$(R)RFCtrlCnstFF-Ang")
info(SYSTEM, "LLRF")
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment