Files
motorDSM/iocs/dsmIOC/iocBoot/iocDsm/st.cmd

25 lines
359 B
Batchfile
Raw Normal View History

#!../../bin/linux-x86_64/dsm
2019-04-09 11:24:20 -05:00
< envPaths
cd "${TOP}"
## Register all support components
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)
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)
motorUtilInit("dsm:")
2019-04-09 11:42:21 -05:00
# Boot complete