Added some comments to remind users what to change.

Took out the dbLoadRecords() as simpleApp doesn't provide a .db file.
This commit is contained in:
Andrew Johnson
2003-02-13 22:36:50 +00:00
parent 31ece2df3c
commit bc4957ceed

View File

@@ -1,6 +1,13 @@
# Simple startup script
## Simple startup script
## You may need to edit the name of this .dbd file:
dbLoadDatabase("../../dbd/_APPNAME_.dbd",0,0)
registerRecordDeviceDriver(pdbbase)
dbLoadRecords("../../db/_APPNAME_.db","user=_USER_Host")
## Load record definitions as necessary like this:
#dbLoadRecords("../../db/_APPNAME_.db","user=_USER_Host")
iocInit()
## To start a local sequence program:
#seq snc_APPNAME_,"user=_USER_Host"