#!../../bin/linux-x86/voltage ## You may have to change voltage to something else ## everywhere it appears in this file # scanOnce requests are placed in a ring buffer. # This command can be used to set the size for the ring buffer. # The default is 1000. It should rarely be necessary to override this default. # Normally the ring buffer overflow messages appear when the scanOnce task fails. scanOnceSetQueueSize 20000 dbPvdTableSize 65536 < envPaths epicsEnvSet("PREFIX","") #epicsEnvSet("PREFIX","") epicsEnvSet("MIB","WIENER-CRATE-MIB::") epicsEnvSet("WO", "WIENER-CRATE-MIB::output") # Error Log To Console 0 or 1 eltc 1 cd ${TOP} ## Register all support components dbLoadDatabase "dbd/voltage.dbd" voltage_registerRecordDeviceDriver pdbbase detUsePrefix ${PREFIX} devSnmpSetParam(DebugLevel, 0) #detConfigureCrate "FCAL", "sqlite://${TOP}/hvCaenApp/src/FullFCAL.db" #detConfigureCrate "FCAL", "sqlite://${TOP}/iocBoot/iocvoltage/tt_fcal_hv.db" detConfigureCrate "FCAL", "sqlite://${TOP}/iocBoot/iocvoltage/FullFCALHV.db" # Automatically generate EPICS DB for CAEN HV Chassis detDbLoadRecords cd ${TOP}/iocBoot/${IOC} iocInit