From a309283f201cc7209aec956bede695c0a588b1b6 Mon Sep 17 00:00:00 2001 From: Marty Kraimer Date: Wed, 28 Jun 2000 19:32:30 +0000 Subject: [PATCH] put drcTS command in correct place --- src/makeBaseApp/top/exampleBoot/ioc/st.cmd | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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