From bc4957ceed7cff24e899f94f0226d48cdc9d53f7 Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Thu, 13 Feb 2003 22:36:50 +0000 Subject: [PATCH] Added some comments to remind users what to change. Took out the dbLoadRecords() as simpleApp doesn't provide a .db file. --- src/makeBaseApp/top/simpleBoot/ioc/st.cmd@Common | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/src/makeBaseApp/top/simpleBoot/ioc/st.cmd@Common b/src/makeBaseApp/top/simpleBoot/ioc/st.cmd@Common index 5884c168b..363527d83 100644 --- a/src/makeBaseApp/top/simpleBoot/ioc/st.cmd@Common +++ b/src/makeBaseApp/top/simpleBoot/ioc/st.cmd@Common @@ -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"