diff --git a/src/makeBaseApp/top/exampleBoot/ioc/st.cmd b/src/makeBaseApp/top/exampleBoot/ioc/st.cmd index da474a2b6..fdc2b653d 100644 --- a/src/makeBaseApp/top/exampleBoot/ioc/st.cmd +++ b/src/makeBaseApp/top/exampleBoot/ioc/st.cmd @@ -8,15 +8,18 @@ #< ../nfsCommands #The following sets timezone properly on vxWorks +#YOU MUST enter correct values for name,minutesWest,start daylight,end daylight #putenv("TIMEZONE=::::") +#For example +#putenv("TIMEZONE=US/Central::360:040102:100102") + +cd topbin +ld < exampleLibrary.munch #The following uses drvTS for vxWorks #ld < /bin/vxWorks-/drvTS.o #TSinit -cd topbin -ld < exampleLibrary.munch - cd top dbLoadDatabase("dbd/exampleApp.dbd") registerRecordDeviceDriver(pdbbase) @@ -27,4 +30,3 @@ dbLoadRecords("db/dbExample2.db","user=_USER_,no=3,scan=5 second") cd startup iocInit -#seq &snctest