mirror of
https://github.com/Binary-Coalescence/motorDSM.git
synced 2025-08-05 14:15:39 -05:00
25 lines
359 B
Batchfile
25 lines
359 B
Batchfile
#!../../bin/linux-x86_64/acs
|
|
|
|
< envPaths
|
|
|
|
cd "${TOP}"
|
|
|
|
## Register all support components
|
|
dbLoadDatabase "dbd/acs.dbd"
|
|
acs_registerRecordDeviceDriver pdbbase
|
|
|
|
cd "${TOP}/iocBoot/${IOC}"
|
|
|
|
|
|
## motorUtil (allstop & alldone)
|
|
dbLoadRecords("$(MOTOR)/db/motorUtil.db", "P=acs:")
|
|
|
|
##
|
|
|
|
iocInit
|
|
|
|
## motorUtil (allstop & alldone)
|
|
motorUtilInit("acs:")
|
|
|
|
# Boot complete
|