mirror of
https://github.com/Binary-Coalescence/motorDSM.git
synced 2025-08-05 14:15:39 -05:00
The following case replacements were applied (in order): AcsRegister -> dsmRegister Acs_LIBS -> dsm_LIBS ' Acs' -> ' dsm' acs -> dsm Acs -> Dsm ACS -> DSM
25 lines
359 B
Batchfile
25 lines
359 B
Batchfile
#!../../bin/linux-x86_64/dsm
|
|
|
|
< envPaths
|
|
|
|
cd "${TOP}"
|
|
|
|
## Register all support components
|
|
dbLoadDatabase "dbd/dsm.dbd"
|
|
dsm_registerRecordDeviceDriver pdbbase
|
|
|
|
cd "${TOP}/iocBoot/${IOC}"
|
|
|
|
|
|
## motorUtil (allstop & alldone)
|
|
dbLoadRecords("$(MOTOR)/db/motorUtil.db", "P=dsm:")
|
|
|
|
##
|
|
|
|
iocInit
|
|
|
|
## motorUtil (allstop & alldone)
|
|
motorUtilInit("dsm:")
|
|
|
|
# Boot complete
|