Skip to content

Commit

Permalink
correction startup
Browse files Browse the repository at this point in the history
  • Loading branch information
agaget committed Jan 31, 2024
1 parent 346613c commit ce2c352
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions iocBoot/iocseqmask/st_EVM.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ mrmEvgSetupPCI("$(PORT)", "$(EVM_PCI)")
## Load record instances
cd $(TOP)
dbLoadRecords("db/evm-mtca-300.uv.db","P=$(P):,s=,EVG=$(PORT),FRF=$(FREQ),FEVT=$(FREQ)")
dbLoadRecords("db/evm-mtca-300-evr.uv.db","P=$(P)U:,EVG=$(PORT),T=EVRU,FRF=$(FREQ),FEVT=$(FREQ)")
dbLoadRecords("db/evm-mtca-300-evr.uv.db","P=$(P)D:,EVG=$(PORT),T=EVRD,FRF=$(FREQ),FEVT=$(FREQ)")
dbLoadRecords("db/evm-mtca-300-evr.uv.db","P=$(P)U:,EVG=$(PORT),T=U,FRF=$(FREQ),FEVT=$(FREQ)")
dbLoadRecords("db/evm-mtca-300-evr.uv.db","P=$(P)D:,EVG=$(PORT),T=D,FRF=$(FREQ),FEVT=$(FREQ)")

iocInit()

Expand Down

0 comments on commit ce2c352

Please sign in to comment.