Skip to content
Snippets Groups Projects
Commit 394b0177 authored by mooney's avatar mooney
Browse files

interp.db now needs 'N' macro to give it array size

parent 2cd7cc50
No related branches found
No related tags found
No related merge requests found
......@@ -54,7 +54,7 @@ epicsEnvSet EPICS_CA_MAX_ARRAY_BYTES 64008
#dbLoadRecords("$(IP)/ipApp/Db/love.db", "P=xxx:,Q=Love_0,C=0,PORT=PORT2,ADDR=1");
# interpolation
dbLoadRecords("$(CALC)/calcApp/Db/interp.db", "P=xxx:")
dbLoadRecords("$(CALC)/calcApp/Db/interp.db", "P=xxx:,N=2000")
# X-ray Instrumentation Associates Huber Slit Controller
......
......@@ -375,7 +375,7 @@ dbLoadRecords("$(STD)/stdApp/Db/yySseq.db","P=xxx:,S=Sseq3")
# 4-step measurement
dbLoadRecords("$(STD)/stdApp/Db/4step.db", "P=xxx:")
# interpolation
dbLoadRecords("$(CALC)/calcApp/Db/interp.db", "P=xxx:")
dbLoadRecords("$(CALC)/calcApp/Db/interp.db", "P=xxx:,N=2000")
# array test
dbLoadRecords("$(CALC)/calcApp/Db/arrayTest.db", "P=xxx:,N=2000")
......
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