mirror of
https://github.com/Binary-Coalescence/motorDSM.git
synced 2025-08-05 14:15:39 -05:00
22 lines
411 B
Batchfile
22 lines
411 B
Batchfile
#!../../bin/linux-x86_64/acs
|
|
|
|
## You may have to change acs to something else
|
|
## everywhere it appears in this file
|
|
|
|
< envPaths
|
|
|
|
cd "${TOP}"
|
|
|
|
## Register all support components
|
|
dbLoadDatabase "dbd/acs.dbd"
|
|
acs_registerRecordDeviceDriver pdbbase
|
|
|
|
## Load record instances
|
|
#dbLoadRecords("db/xxx.db","user=kpetersn")
|
|
|
|
cd "${TOP}/iocBoot/${IOC}"
|
|
iocInit
|
|
|
|
## Start any sequence programs
|
|
#seq sncxxx,"user=kpetersn"
|