From 3ec6b24d931d13476ce31ce78fa9d6318e318b38 Mon Sep 17 00:00:00 2001 From: timmmooney <mooney@aps.anl.gov> Date: Tue, 21 May 2013 20:30:39 +0000 Subject: [PATCH] --- iocBoot/iocvxWorks/st_SIS3820.iocsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iocBoot/iocvxWorks/st_SIS3820.iocsh b/iocBoot/iocvxWorks/st_SIS3820.iocsh index 8a3cd04..7db6042 100644 --- a/iocBoot/iocvxWorks/st_SIS3820.iocsh +++ b/iocBoot/iocvxWorks/st_SIS3820.iocsh @@ -16,7 +16,7 @@ epicsEnvSet("MODEL", "SIS3820") # signals, # use DMA # fifoBufferWords) -drvSIS3820Config($(PORT), 0xA8000000, 224, 6, $(MAX_CHANS), $(MAX_SIGNALS), 1, 0x2000) +drvSIS3820Config($(PORT), 0xA8000000, 224, 6, $(MAX_CHANS), $(MAX_SIGNALS), 1, 0x20000) # This loads the scaler record and supporting records dbLoadRecords("$(STD)/stdApp/Db/scaler32.db", "P=$(PREFIX), S=scaler1, DTYP=Asyn Scaler, OUT=@asyn($(PORT)), FREQ=50000000") -- GitLab