mirror of
https://github.com/Binary-Coalescence/motorDSM.git
synced 2025-08-04 21:55:40 -05:00
Renamed "*acs*" files to "*dsm*".
This commit is contained in:
24
iocs/dsmIOC/iocBoot/iocDsm/st.cmd
Normal file
24
iocs/dsmIOC/iocBoot/iocDsm/st.cmd
Normal file
@@ -0,0 +1,24 @@
|
||||
#!../../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
|
Reference in New Issue
Block a user