forked from optics/eib700
23 lines
512 B
Batchfile
Executable File
23 lines
512 B
Batchfile
Executable File
#!../../bin/linux-x86_64/eib
|
|
|
|
## You may have to change eib to something else
|
|
## everywhere it appears in this file
|
|
|
|
#< envPaths
|
|
|
|
## Register all support components
|
|
dbLoadDatabase("../../dbd/eib.dbd",0,0)
|
|
eib_registerRecordDeviceDriver(pdbbase)
|
|
|
|
## Load record instances
|
|
dbLoadRecords("../../db/EIB.db")
|
|
dbLoadTemplate "../../db/CHANNEL.substitutions"
|
|
|
|
#cd /afs/psi.ch/user/f/follath_r/progs/eib/iocBoot/ioceib
|
|
iocInit()
|
|
|
|
## Start any sequence programs
|
|
#seq snceib,"user=follath_r"
|
|
|
|
#dbpf EIB:CH_0_VALUE.SCAN 6
|