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