2024-05-22 10:55:22 -05:00
|
|
|
#!../../bin/linux-x86_64/dsm
|
2019-04-09 11:24:20 -05:00
|
|
|
|
|
|
|
< envPaths
|
|
|
|
|
|
|
|
cd "${TOP}"
|
|
|
|
|
|
|
|
## Register all support components
|
2024-05-22 10:55:22 -05:00
|
|
|
dbLoadDatabase "dbd/dsm.dbd"
|
|
|
|
dsm_registerRecordDeviceDriver pdbbase
|
2019-04-09 11:24:20 -05:00
|
|
|
|
|
|
|
cd "${TOP}/iocBoot/${IOC}"
|
2019-04-09 11:42:21 -05:00
|
|
|
|
|
|
|
|
|
|
|
## motorUtil (allstop & alldone)
|
2024-05-22 10:55:22 -05:00
|
|
|
dbLoadRecords("$(MOTOR)/db/motorUtil.db", "P=dsm:")
|
2019-04-09 11:42:21 -05:00
|
|
|
|
|
|
|
##
|
|
|
|
|
2019-04-09 11:24:20 -05:00
|
|
|
iocInit
|
|
|
|
|
2019-04-09 11:42:21 -05:00
|
|
|
## motorUtil (allstop & alldone)
|
2024-05-22 10:55:22 -05:00
|
|
|
motorUtilInit("dsm:")
|
2019-04-09 11:42:21 -05:00
|
|
|
|
|
|
|
# Boot complete
|