Files
motorBase/iocBoot/iocmotor/st.cmd
T
Ron Sluiter a3ea18fc83 Version 4-1
2000-02-08 22:19:43 +00:00

21 lines
359 B
Batchfile

# Example vxWorks startup file
#Following must be added for many board support packages
#cd <full path to target bin directory>
< cdCommands
#< ../nfsCommands
cd appbin
ld < iocCore
ld < seq
#ld < Lib
cd startup
#dbLoadDatabase("../../dbd/.dbd")
#dbLoadRecords("../../db/.db")
#dbLoadTemplate("../../db/.substitutions")
iocInit
#seq &<some snc program>