19 lines
357 B
Plaintext
19 lines
357 B
Plaintext
# Example vxWorks startup file
|
|
#Following must be added for many board support packages
|
|
#cd _TOP_/iocBoot/_IOC_
|
|
|
|
< cdCommands
|
|
|
|
#< ../nfsCommands
|
|
|
|
cd topbin
|
|
#ld < _APPNAME_Lib
|
|
|
|
cd startup
|
|
#dbLoadDatabase("../../dbd/_APPNAME_.dbd")
|
|
#dbLoadRecords("../../db/_APPNAME_.db")
|
|
#dbLoadTemplate("../../db/_APPNAME_.substitutions")
|
|
|
|
iocInit
|
|
#seq &<some snc program>
|