#!../../bin/_ARCH_/_APPNAME_ ## The names of the binary above and .dbd file below will be incorrect ## unless you used the same names for the ioc and the app directory. # create and register all record/device/driver/registrar support dbLoadDatabase("../../dbd/_APPNAME_.dbd",0,0) registerRecordDeviceDriver(pdbbase) ## Load record definitions as necessary like this: #dbLoadRecords("../../db/xxx.db","user=_USER_Host") iocInit() ## To start a local sequence program: #seq sncxxx,"user=_USER_Host"