Skip to content
Snippets Groups Projects
Commit 995d47a1 authored by rivers's avatar rivers
Browse files

Added additional parameter to STR7201Config

parent 083777fa
No related branches found
No related tags found
No related merge requests found
......@@ -61,8 +61,10 @@ dbLoadRecords("$(MCA)/mcaApp/Db/simple_mca.db","P=xxx:mcs:,M=mca8,DTYP=Struck ST
# STR7201Setup(int numCards, int baseAddress, int interruptVector, int interruptLevel)
STR7201Setup(2, 0x90000000, 220, 6)
# STR7201Config(int card, int maxSignals, int maxChans, int 1=enable internal 25MHZ clock)
STR7201Config(0, 8, 1000, 1)
# STR7201Config(int card, int maxSignals, int maxChans,
# int 1=enable internal 25MHZ clock,
# int 1=enable initial software channel advance in MCS external advance mode)
STR7201Config(0, 8, 1000, 1, 1)
# Struck as EPICS scaler
#dbLoadRecords("$(MCA)/mcaApp/Db/STR7201scaler.db", "P=xxx:,S=scaler2,C=0")
......
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