#!../../bin/linux-x86_64/compCalMotion ## You may have to change compCalMotion to something else ## everywhere it appears in this file < envPaths cd ${TOP} ## Register all support components dbLoadDatabase "dbd/compCalMotion.dbd" compCalMotion_registerRecordDeviceDriver pdbbase # Load IOC status records dbLoadRecords("db/iocAdminSoft.db","IOC=CCLMOTION") epicsEnvSet("PREFIX","") ## Load record instances dbLoadRecords "db/comCalMotion.db","C=COMCAL" ## Set this to see messages from mySub #var mySubDebug 1 ## Run this to trace the stages of iocInit #traceIocInit cd ${TOP}/iocBoot/${IOC} asSetFilename("${TOP}/iocBoot/common/ca_security.acf") iocInit ## Start any sequence programs seq sncCompCalMotion, "C=COMCAL,P=hd:comcal,R1=x:motor,R2=y:motor,CSV_File=${TOP}/iocBoot/${IOC}/CompCal-maps.csv"