Skip to content
Snippets Groups Projects
Commit 12d25201 authored by klang's avatar klang
Browse files

Fixed two issues with startup on vxWorks

parent 3996828e
No related branches found
No related tags found
No related merge requests found
......@@ -194,7 +194,7 @@ dbLoadRecords("$(STD)/stdApp/Db/pvHistory.db","P=$(PREFIX),N=1,MAXSAMPLES=1440")
dbLoadRecords("$(STD)/stdApp/Db/timer.db","P=$(PREFIX),N=1")
# Slow feedback
dbLoadTemplate "pid_slow.substitutions"
dbLoadTemplate "common/pid_slow.substitutions"
dbLoadTemplate "$(PLATFORM)/async_pid_slow.substitutions"
#dbLoadTemplate "common/fb_epid.substitutions"
......@@ -232,7 +232,7 @@ epicsEnvSet("FBO", "$(PREFIX)Unidig1Bo")
#doAfterIocInit("seq pf4,'name=pf2,P=$(PREFIX),H=pf4:,B=B,M=$(PREFIX)userTran10.I,B1=$(PREFIX)userTran10.E,B2=$(PREFIX)userTran10.F,B3=$(PREFIX)userTran10.G,B4=$(PREFIX)userTran10.H'")
### Load database records for alternative PF4-filter support
#dbLoadTemplate "filter.substitutions"
#dbLoadTemplate "common/filter.substitutions"
#doAfterIocInit("seq filterDrive,'NAME=filterDrive,P=$(PREFIX),R=filter:,NUM_FILTERS=16'")
# trajectory scan
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment