Skip to content

Commit

Permalink
iocutca: instantiate fofb_shaper_filt module.
Browse files Browse the repository at this point in the history
And add its PVs to autosave.
  • Loading branch information
ericonr committed May 16, 2024
1 parent f51618a commit 0878716
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions iocBoot/iocutca/fofb_shaper_filt.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
FOFBShaperFilt(0)
dbLoadTemplate("db/fofb_shaper_filt.substitutions", "P=${P}, R=${R}, S=${S}, PORT=FOFB_SHAPER_FILT-0")
1 change: 1 addition & 0 deletions iocBoot/iocutca/stFOFB.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ pcie("${SLOT}")
< "iocBoot/${IOC}/sysid.cmd"
# fofb_processing has to be after rtmlamp
< "iocBoot/${IOC}/fofb_processing.cmd"
< "iocBoot/${IOC}/fofb_shaper_filt.cmd"
< "iocBoot/${IOC}/triggers.cmd"

< "iocBoot/${IOC}/autosave_pre.cmd"
Expand Down
1 change: 1 addition & 0 deletions utcaApp/Db/fofb_channel.req
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
file "fofb_processing_channel.req", S=${S}, RTM_CHAN=${RTM_CHAN}
file "fofb_shaper_filt_channel.req", S=${S}, RTM_CHAN=${RTM_CHAN}
file "rtmlamp_channel.req", S=${S}, RTM_CHAN=${RTM_CHAN}
2 changes: 2 additions & 0 deletions utcaApp/Db/fofb_processing_channel.req
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ $(S)$(RTM_CHAN)FOFBAccSatMax-SP
$(S)$(RTM_CHAN)FOFBAccSatMin-SP
$(S)$(RTM_CHAN)InvRespMatRowX-SP
$(S)$(RTM_CHAN)InvRespMatRowY-SP
$(S)$(RTM_CHAN)FOFBAccFilter-SP
$(S)$(RTM_CHAN)FOFBAccFilterGain-SP
2 changes: 2 additions & 0 deletions utcaApp/Db/fofb_shaper_filt_channel.req
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
${S}${RTM_CHAN}FOFBAccFilter-SP
${S}${RTM_CHAN}FOFBAccFilterGain-SP

0 comments on commit 0878716

Please sign in to comment.