From f044224f7df80e45b85da20622f944f56fd819ce Mon Sep 17 00:00:00 2001 From: MarkRivers <rivers@cars.uchicago.edu> Date: Sun, 27 Mar 2005 22:07:34 +0000 Subject: [PATCH] Added ip330PIDFast.substitutions --- iocBoot/iocvxWorks/ip330.cmd | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/iocBoot/iocvxWorks/ip330.cmd b/iocBoot/iocvxWorks/ip330.cmd index ba496e3..e5933d9 100644 --- a/iocBoot/iocvxWorks/ip330.cmd +++ b/iocBoot/iocvxWorks/ip330.cmd @@ -52,9 +52,12 @@ configIp330("Ip330_1", 3,"Input",500,0) # allocated will be maxPoints*maxSignals*4 bytes initFastSweep("Ip330Sweep1","Ip330_1", 4, 2048) -# Acromag Ip330 ADC +# ai records using asynInt32Average device support dbLoadTemplate "ip330Scan.substitutions" +# epid record using fast feedback with dac128V +dbLoadTemplate "ip330PIDFast.substitutions" + # Load MCA records on the first 4 input channels dbLoadRecords("$(MCA)/mcaApp/Db/mca.db", "P=xxx:,M=mip330_1,DTYP=asynMCA,NCHAN=2048,INP=@asyn(Ip330Sweep1 0)") dbLoadRecords("$(MCA)/mcaApp/Db/mca.db", "P=xxx:,M=mip330_2,DTYP=asynMCA,NCHAN=2048,INP=@asyn(Ip330Sweep1 1)") -- GitLab