Skip to content

Commit

Permalink
iocutca: instantiate FMC250M module for BPMs.
Browse files Browse the repository at this point in the history
  • Loading branch information
ericonr committed Oct 14, 2024
1 parent e24ce07 commit 46db9ec
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions iocBoot/iocutca/bpm_fmc250m_4ch.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,9 @@ dbLoadTemplate("db/fmc_adc_common.substitutions", "P=${P1}, R=${R1}, PORT=FMC_AD

FMCADCCommon(1)
dbLoadTemplate("db/fmc_adc_common.substitutions", "P=${P2}, R=${R2}, PORT=FMC_ADC_COMMON-1")

FMC250M(0)
dbLoadRecords("db/fmc250m.template", "P=${P1}, R=${R1}, PORT=FMC250M-0")

FMC250M(1)
dbLoadRecords("db/fmc250m.template", "P=${P2}, R=${R2}, PORT=FMC250M-1")

0 comments on commit 46db9ec

Please sign in to comment.