From 60564f47585cd56f2b48da75b8d4c41cc68b8f40 Mon Sep 17 00:00:00 2001 From: Marty Kraimer Date: Fri, 17 Mar 2000 19:40:27 +0000 Subject: [PATCH] run iocInit --- src/makeBaseApp/top/exampleBoot/ioc/st.cmd | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/makeBaseApp/top/exampleBoot/ioc/st.cmd b/src/makeBaseApp/top/exampleBoot/ioc/st.cmd index 1498fcfb3..6b0a49be0 100644 --- a/src/makeBaseApp/top/exampleBoot/ioc/st.cmd +++ b/src/makeBaseApp/top/exampleBoot/ioc/st.cmd @@ -10,6 +10,7 @@ cd topbin ld < exampleLibrary threadInit() +TSinit() cd top dbLoadDatabase("dbd/exampleApp.dbd") @@ -19,5 +20,6 @@ dbLoadRecords("db/dbExample2.db","user=mrk,no=1,scan=1 second") dbLoadRecords("db/dbExample2.db","user=mrk,no=2,scan=2 second") dbLoadRecords("db/dbExample2.db","user=mrk,no=3,scan=5 second") +cd startup iocInit #seq &snctest