#!../../bin/linux-x86_64/acroot ## You may have to change pxi to something else ## everywhere it appears in this file # This is a prefix for all PVs on this IOC in case we want a second instance epicsEnvSet("PREF","") < envPaths cd ${TOP} ## Register all support components dbLoadDatabase "dbd/acroot.dbd" acroot_registerRecordDeviceDriver pdbbase ## Load record instances dbLoadTemplate "db/acroot.substitutions" ## Set this to see messages from mySub var pxirootDebug 1 # Load IOC status records dbLoadRecords("db/iocAdminSoft.db","IOC=${PREF}ACROOT") ## Run this to trace the stages of iocInit #traceIocInit cd ${TOP}/iocBoot/${IOC} iocInit ## Start any sequence programs #seq sncExample, "user=hovanesHost"